Frédéric Junod
d30efdaa71
Merge pull request #881 from fredj/examples_css
...
examples: don't inject ol.css from loader.js
2013-07-25 04:48:14 -07:00
Frederic Junod
e13075f6ff
Don't inject ol.css from loader.js
2013-07-25 11:40:35 +02:00
Tom Payne
73f77115e1
Merge pull request #882 from twpayne/plovr-2013-rc3
...
Use Plovr 2013-rc3
2013-07-24 03:14:15 -07:00
Tom Payne
68d943d98d
Use Oracle Java on Mac OS X
2013-07-24 12:13:40 +02:00
Tom Payne
45c0e27c36
Use goog.log instead of goog.debug.Logger
2013-07-23 13:06:06 +02:00
Tom Payne
f533f6b654
Merge pull request #4 from fredj/plovr-2013-rc3
...
IE pointer events names are now defined in goog.events.EventType
2013-07-23 01:55:08 -07:00
Frederic Junod
d43581719b
IE pointer events names are now defined in goog.events.EventType
2013-07-23 08:50:57 +02:00
Tom Payne
88ccf64379
Add missing private member
2013-07-22 18:22:58 +02:00
Tom Payne
ccdbd5aae5
Add some type hints in ol.layer.Layer
2013-07-22 18:22:43 +02:00
Tom Payne
ce56ac90a8
Add some type hints in ol.Kinetic
2013-07-22 18:22:29 +02:00
Tom Payne
639000a603
Add some type hints in ol.extent
2013-07-22 18:22:13 +02:00
Tom Payne
6cc8104ad3
Add some type hints in ol.array
2013-07-22 18:21:57 +02:00
Tom Payne
cec83abc3e
Use regex module to work around arbitrary limitations in re
...
Our automatically generated regular expressions break Python's random
and arbitrary limit of 100 groups. See
http://stackoverflow.com/questions/478458
2013-07-22 18:20:39 +02:00
Tom Payne
5afd564986
Add missing call to base class
2013-07-22 17:51:35 +02:00
Tom Payne
46d16ba0ca
Use setElementShown instead of showElement
2013-07-22 17:42:47 +02:00
Tom Payne
0467222e46
Fix various type errors in ol.structs.RTree
2013-07-22 17:42:47 +02:00
Tom Payne
1208dab3e9
Fix various type errors related to features
2013-07-22 17:42:47 +02:00
Tom Payne
272bfceaf8
Fix invalid typecasts
2013-07-22 17:42:47 +02:00
Tom Payne
b6319c9a68
Use goog.events.Key
2013-07-22 17:42:47 +02:00
Tom Payne
368194f293
w3c_device_sensor_event.js is now supplied with Plovr
2013-07-22 17:42:47 +02:00
Tom Payne
0fc60e9957
Use plovr-2013-rc3
2013-07-22 17:42:46 +02:00
ahocevar
2d08b5ff2c
Merge pull request #850 from ahocevar/vector-events
...
Render changes when adding and removing features
2013-07-20 02:41:05 -07:00
ahocevar
ca9f9b7563
Re-adding type cast, as suggested by @elemoine
2013-07-20 11:11:26 +02:00
ahocevar
b43625820e
Removing addFeatures from the API
2013-07-20 11:09:49 +02:00
Frédéric Junod
58d3314f7a
Merge pull request #868 from fredj/apidoc
...
Add basic ol.animation api doc
2013-07-19 11:10:16 -07:00
Éric Lemoine
65ec948cb0
Merge pull request #859 from elemoine/zoomtoextent
...
Add a ZoomToExtent control
2013-07-19 05:46:26 -07:00
ahocevar
781caff9e5
Expire tile by range and listen to changes
...
Instead of just listening for the first change, we now listen
for all changes, and expire tiles by tile range. The outcome is
that the vector layer's addFeatures and removeFeatures methods
now show instant results on the rendered map.
2013-07-19 14:07:16 +02:00
ahocevar
d04c6f4c01
New pruneTileRange method
...
This also adds an assert that cache values are an instance of
ol.Tile in expireCache, instead of doing a type cast. Later we
will want to enforce the ol.Tile type by overriding the set
method.
2013-07-19 14:07:16 +02:00
ahocevar
ac67c10acd
Add and remove features with meaningful events
...
This adds a removeFeatures method, and makes the CHANGE event
more useful by adding information about changed features and
extent.
2013-07-19 14:07:15 +02:00
ahocevar
c3bed305c7
Merge pull request #870 from ahocevar/vector-api
...
Give VectorSource the ability to load and parse data
2013-07-19 05:06:19 -07:00
ahocevar
a9fcc5ff15
Addressing @elemoine's review comments
2013-07-19 13:30:14 +02:00
Éric Lemoine
4e1012823f
Merge pull request #860 from elemoine/exports
...
Add exports
2013-07-18 04:21:59 -07:00
Frédéric Junod
fecda5b094
Merge pull request #866 from fredj/object.setOptions
...
Api docs does not list Object#setValues
2013-07-17 23:56:24 -07:00
Frederic Junod
a965d9ee9f
Remove unused ol.Object#setOptions function
2013-07-17 13:50:43 +02:00
Éric Lemoine
3d7316906b
Merge pull request #867 from elemoine/bingkeyupdate
...
Update key in bing-maps example
2013-07-17 03:03:50 -07:00
ahocevar
892088ffac
Updating examples to use the new API
2013-07-17 11:39:57 +02:00
ahocevar
9095032014
Removing unused methods and changing getFeaturesObjectForExtent
...
With this change, getFeaturesObjectForExtent may return null if
the source does not have data loaded for the provided extent.
A callback can be passed to getFeaturesObjectForExtent to get
notified when the requested data is available.
2013-07-17 11:28:48 +02:00
ahocevar
f325046a95
Allow VectorSource to load and parse data
...
This adds url, data and parser options to the source, and makes
EPSG:4326 the default projection. It also adds a prepareFeatures
method, which is used to load/parse data once the target
projection is known.
2013-07-17 11:24:34 +02:00
Frederic Junod
2565e00e1d
Add basic ol.animation api doc
2013-07-17 10:56:19 +02:00
Éric Lemoine
fef6359f75
Update key in bing-maps example
2013-07-17 10:21:28 +02:00
Frédéric Junod
2121a7dc9e
Merge pull request #865 from fredj/xyztilegrid_grid_init
...
tilejson example error
2013-07-16 22:40:59 -07:00
Éric Lemoine
907476f566
No need to impl setMap in ZoomToExtent control
2013-07-16 17:13:38 +02:00
Stéphane Brunner
74f446948f
Rotate to north for custom controls example
2013-07-16 17:13:38 +02:00
Stéphane Brunner
d15f68d651
Add navigation controls example
2013-07-16 17:13:38 +02:00
Stéphane Brunner
86001fd331
Add zoom to extent control
2013-07-16 17:13:38 +02:00
Frederic Junod
ad42496948
Initialize all the items in tileRangeByZ
2013-07-16 15:31:05 +02:00
Tim Schaub
63c4feb6db
Merge pull request #862 from tschaub/mutable-symbolizers
...
Provide getters and setters for symbolizer properties
2013-07-12 16:45:54 -07:00
Frédéric Junod
66a167b4ed
Merge pull request #861 from fredj/layer-options
...
Preserve unexpected items in options object passed to the constructor
2013-07-12 14:10:30 -07:00
Tim Schaub
8b93c5a0a0
Getters and setters for text symbolizer
2013-07-12 11:16:17 -06:00
Tim Schaub
4a098aaee3
Adding tests for text symbolizer
2013-07-12 10:59:52 -06:00
Tim Schaub
0e87922389
Getters and setters for icon symbolizer
2013-07-12 10:42:59 -06:00
Tim Schaub
8844465188
Fixing bug with IconLiteral#equals and adding tests
2013-07-12 10:17:08 -06:00
Tim Schaub
2e08ccce03
Getters and setters for shape symbolizers
2013-07-12 09:57:40 -06:00
Tim Schaub
a0d058b2fa
Getters and setters for polygon symbolizer
2013-07-12 09:50:42 -06:00
Éric Lemoine
e17d6aef70
Preserve unexpected items in options object passed to the constructor
2013-07-12 17:47:09 +02:00
Tim Schaub
711261171b
Getters and setters for line symbolizers
2013-07-12 09:41:47 -06:00
Éric Lemoine
42d02e064e
Export ol.layer.Layer and its getSource func
2013-07-12 10:21:01 +02:00
Éric Lemoine
9b039d76ea
Export ol.source.TileSource and its getTileGrid func
2013-07-12 10:20:02 +02:00
Éric Lemoine
b2fc570328
Export tilegrid.WMTS functions
2013-07-12 10:12:51 +02:00
Éric Lemoine
c51265502d
Export TileGrid functions
2013-07-12 10:12:30 +02:00
Éric Lemoine
757ccf148b
Merge pull request #858 from elemoine/getzoom
...
Add ol.View2D#getZoom
2013-07-11 00:51:25 -07:00
Éric Lemoine
3e4d39b228
Export ol.View2D#getZoom
2013-07-11 09:50:31 +02:00
Éric Lemoine
d7e838274e
Merge pull request #840 from fredj/zoomcontrol
...
Add ol.control.Zoom#zoomByDelta function
2013-07-09 21:38:41 -07:00
Éric Lemoine
2cc5c7a776
Merge pull request #857 from elemoine/view2d-docs
...
Better View2D docs
2013-07-09 06:29:12 -07:00
Éric Lemoine
daa03b5ef7
@class doc for View2D
2013-07-09 15:28:31 +02:00
Éric Lemoine
42abdb308a
Better docs for View2DOptions
2013-07-09 15:28:31 +02:00
Frederic Junod
17f0d01e9f
Add ol.control.Zoom#zoomByDelta function
...
To replace ol.control.Zoom#handleIn_ and ol.control.Zoom#handleOut_ callbacks.
2013-07-09 14:21:46 +02:00
Éric Lemoine
f72784dc38
Merge pull request #855 from elemoine/zoom-slider-fix
...
Zoomslider cannot be added to a map with no target
2013-07-09 04:45:50 -07:00
Éric Lemoine
44a9c181aa
handleMapPostrender may get a null frameState
2013-07-09 10:06:01 +02:00
Éric Lemoine
ccf6aa10ac
Zoomslider cannot be added to a map with no target
...
The zoom slider control's initSlider_ function requires that the control's element is inserted in the document. So if initSlider_ is called before the map have a target then the slider isn't correctly initialized. This commit fixes that by defering the slider initialization until the first handleMapPostrender call.
2013-07-09 10:05:15 +02:00
Éric Lemoine
a10d142752
Add ol.View2D#getZoom
2013-07-09 09:30:45 +02:00
Tim Schaub
461d85dfc3
Merge pull request #854 from elemoine/remove-gh-pages
...
Rename build/gh-pages to build/hosted
2013-07-05 17:09:52 -07:00
Tim Schaub
087b4d04a6
Merge pull request #809 from tschaub/clockwise
...
Consistent winding order for polygon rings.
2013-07-05 17:04:50 -07:00
Éric Lemoine
3af5e530ca
Merge pull request #835 from elemoine/setzoom
...
Add ol.View2D.prototype.setZoom
2013-07-05 12:31:34 -07:00
Éric Lemoine
d9f554e10d
Dir build/gh-pages renamed to build/hosted
2013-07-05 20:45:40 +02:00
Tim Schaub
d482b66af3
Doc typo
2013-07-05 11:48:45 -06:00
Éric Lemoine
7efff5c3cf
Merge pull request #833 from elemoine/stop-other-interactions
...
Remove ol.MapBrowserEvent#stopOtherInteractions
2013-07-04 00:48:35 -07:00
Éric Lemoine
d0e198df93
Use constrainResolution function
...
Use the constrainResolution function when setting the initial view resolution.
2013-07-04 09:16:04 +02:00
Éric Lemoine
e6efa741d2
More type checking for View2D
2013-07-04 09:13:31 +02:00
Éric Lemoine
552853a3b8
Remove unused createContinuous function
2013-07-04 08:58:33 +02:00
Éric Lemoine
0cf4024194
Add ol.View2D.prototype.setZoom
2013-07-04 08:58:32 +02:00
Frédéric Junod
a071c3521c
Merge pull request #848 from fredj/geolocation-example
...
Update geolocation example to display all the properties
2013-07-01 07:28:06 -07:00
Frédéric Junod
6ae4b28db8
Merge pull request #847 from fredj/apidoc
...
API doc update.
2013-07-01 07:01:35 -07:00
Frederic Junod
e1f8863bd2
Update geolocation example to display all the properties
2013-07-01 15:48:50 +02:00
Frederic Junod
1c3369a3f6
Add className parameter documentation
2013-07-01 15:04:14 +02:00
Tim Schaub
f2ce4db85a
Merge pull request #842 from tschaub/examples
...
Updates to example markup.
2013-06-28 12:15:53 -07:00
Tim Schaub
949edb694e
Duplicated id
2013-06-28 10:43:57 -06:00
Tim Schaub
7ebacba720
Use full grid
...
The example documentation should not be restricted to 1/3 of the row unless there is something else consuming the other 2/3.
2013-06-28 10:42:42 -06:00
Tim Schaub
12338783cc
Load scripts in RAW mode by default
...
On-the-fly compilation is a frustrating default.
2013-06-28 10:07:02 -06:00
Tim Schaub
82c791f9f5
Merge pull request #839 from tschaub/delete-gh-pages-branch
...
Delete gh-pages branch
2013-06-28 08:26:00 -07:00
Éric Lemoine
e29d0aa52c
Merge pull request #841 from elemoine/fix-ign-example
...
Fix wmts-ign example when hosted (take 2)
2013-06-28 02:35:00 -07:00
Éric Lemoine
5d5a248344
ol.source.Source#setLogo is not exported
2013-06-28 11:33:02 +02:00
Éric Lemoine
09a50ad442
Merge pull request #838 from elemoine/fix-ign-example
...
Fix wmts-ign example when hosted
2013-06-28 02:10:17 -07:00
Éric Lemoine
1d6e428e8f
ol.source.Source#setAttributions is not exported
2013-06-28 00:10:27 +02:00
Tim Schaub
e1a2c72587
Adjective -> adverb
2013-06-27 16:01:22 -06:00
Tim Schaub
dc246cd45b
Correct links to hosted examples (and docs)
2013-06-27 15:59:52 -06:00
Tim Schaub
04bab7e436
The examples and docs are deployed from the openlayers.github.io repo
...
To deploy the latest docs and examples, see https://github.com/openlayers/openlayers.github.io/blob/build/README.md
tl;dr
git clone -b build https://github.com/openlayers/openlayers.github.io.git
cd openlayers.github.io
npm install
npm run deploy
Subsequent deploys are simply: `npm run deploy`
This publishes the examples (http://ol3js.org/en/master/examples/ ) and docs (http://ol3js.org/en/master/apidoc/ ).
The `build.py gh-pages` target published under different paths (http://ol3js.org/ol3/master/examples/ and http://ol3js.org/ol3/master/apidoc/ ). Having two (not always up to date) copies of this content hosted on the same domain is A Bad Idea.
2013-06-27 15:56:11 -06:00
Tim Schaub
cd14753495
Merge pull request #831 from tschaub/kml-example
...
Nicer KML example
2013-06-27 14:38:57 -07:00
Éric Lemoine
445f85b3e2
Merge pull request #801 from elemoine/ign
...
Add an IGN WMTS example
2013-06-27 14:19:48 -07:00
Tim Schaub
a2bc986785
Timezone offset in a tooltip
2013-06-27 14:51:04 -06:00
Éric Lemoine
2974c74f1a
Export ol.tilegrid.TileGrid#getResolutions
2013-06-27 22:37:27 +02:00
Éric Lemoine
943bad6e17
Add an IGN WMTS example
2013-06-27 22:37:27 +02:00
Éric Lemoine
a19cb9ca64
Sort matrixIds by scaleDenominator
...
We cannot assume that the matrixIds are ordered in the matrixSet. For example, they're not ordered in http://wxs.ign.fr/cle/geoportail/wmts?SERVICE=WMTS&REQUEST=GetCapabilities .
2013-06-27 21:36:14 +02:00
Éric Lemoine
e6e98a6ca2
Fix WMTS requestEncoding
2013-06-27 21:36:14 +02:00
Tim Schaub
aab5c8472c
Update example to use expression parsing
2013-06-27 10:17:40 -06:00
Tim Schaub
b7412552a5
Adding a prettier KML example
2013-06-27 10:17:40 -06:00
Tim Schaub
fa4d2d485d
Merge pull request #829 from tschaub/kml
...
Parse MultiGeometry in KML
2013-06-27 06:35:50 -07:00
Éric Lemoine
6fc4aa68b6
Remove ol.MapBrowserEvent#stopOtherInteractions
...
and check for false/true in the return from handleMapBrowserEvent. Refs #791 .
2013-06-27 14:43:00 +02:00
Frédéric Junod
07d790260c
Merge pull request #690 from fredj/layer-options
...
ol.layer.Layer: default values
2013-06-27 04:35:02 -07:00
Tom Payne
d6f442bbee
Merge pull request #820 from twpayne/use-view2dstate-in-interactions
...
Use view2DState in interactions
2013-06-27 04:06:05 -07:00
Tom Payne
f360dd86a0
Use view2DState in ol.interaction.TouchZoom
2013-06-27 12:25:52 +02:00
Tom Payne
dc9d7e857a
Use view2DState in ol.interaction.TouchRotate
2013-06-27 12:25:52 +02:00
Tom Payne
e84c484677
Use view2DState in ol.interaction.TouchPan
2013-06-27 12:25:52 +02:00
Tom Payne
79e0c81301
Use view2DState in ol.interaction.DragRotate
2013-06-27 12:25:50 +02:00
Tom Payne
ec4110ee54
Use view2DState in ol.interaction.DragRotateAndZoom
2013-06-27 12:20:48 +02:00
Tom Payne
8565201c74
Use view2DState in ol.interaction.DragPan
2013-06-27 12:20:46 +02:00
Tom Payne
b555c52013
Use view2DState in ol.interaction.Drag
2013-06-27 12:19:16 +02:00
Tom Payne
a4e8e529c4
Make View2D-only comments more consistent
2013-06-27 12:19:15 +02:00
Tom Payne
d96ea1cb97
Don't invoke interactions if view is not defined
2013-06-27 12:19:15 +02:00
Tim Schaub
a7ca22dde0
Merge pull request #790 from tschaub/expression
...
Expression parsing
2013-06-26 16:40:08 -07:00
Tim Schaub
71153d26d1
Prefer if/else to switch
2013-06-26 17:01:27 -06:00
Tim Schaub
42aa94de21
KML MultiGeometry may contain other MultiGeometry
...
As demonstrated in the tests, a MultiGeometry may contain other MultiGeometry nodes. We can support this with heterogenous GeometryCollection instances - though these are not currently rendered.
2013-06-26 12:31:08 -06:00
Tim Schaub
30d947521d
The fromParts factories take geometry instances instead of coords
...
The MultiLineString case was correct here. The MultiPoint and MultiPolygon cases should be using the constructor instead of the `fromParts` factories.
2013-06-26 12:23:19 -06:00
Tim Schaub
f06208920f
Merge pull request #828 from tschaub/shortdesc
...
Minor edits to shortdesc in examples
2013-06-26 10:59:58 -07:00
Éric Lemoine
16e23a33fb
Merge pull request #823 from elemoine/tilegridbug
...
Tile has a child if z < maxZoom
2013-06-26 10:10:38 -07:00
Tim Schaub
0958674765
Shortdesc edits
2013-06-26 10:57:36 -06:00
Tim Schaub
e0a3f8ca07
Removing markup from shortdesc element (see #827 )
...
The text in `shortdesc` is shown on the example index page. It shouldn't have any markup in it.
2013-06-26 10:28:15 -06:00
Frédéric Junod
3800676e97
Merge pull request #812 from fredj/812
...
INTERACTION view hint ever growing on pinch zoom
2013-06-26 06:42:25 -07:00
Frederic Junod
87dda95b18
Handle ol.ViewHint.INTERACTING in ol.interaction.Touch
2013-06-26 09:27:44 +02:00
Frederic Junod
ae7b342ee9
Handle ol.ViewHint.INTERACTING in ol.interaction.Drag
2013-06-26 09:27:44 +02:00
Éric Lemoine
020d528e73
Tile has a child if z < maxZoom
2013-06-26 07:18:59 +02:00
Tim Schaub
4ccff4e8b6
Merge pull request #817 from tschaub/vector-exports
...
Proper vector exports to get vector examples working
2013-06-25 18:17:37 -07:00
Tim Schaub
3dc8c4bc7b
Properly exporting the transformFeatureInfo option
...
This was previously called getTransformFeatureInfo, which is a method instead of an option. In addition, the generate-exports.py script does not properly export properties whose names appear on a different line than the @property annotation. This makes the vector-layer.html, kml.html, and gpx.html examples work with the built lib.
2013-06-25 13:21:13 -06:00
Tim Schaub
72532b7dd6
Export individual geometry types
...
This makes the style-rules.html example work with built lib.
2013-06-25 13:21:13 -06:00
Tim Schaub
34acea5366
Merge pull request #821 from tschaub/generated-file-linting
...
Create separate target for linting generated files
2013-06-25 12:20:45 -07:00
Tim Schaub
4e5ef05e5e
Expression for evaluating feature ids
2013-06-25 12:15:34 -06:00
Tim Schaub
1eaf82ead5
Enum for checking built-in lib functions internally
2013-06-25 12:15:34 -06:00
Tim Schaub
70fef73869
Testing operator precedence
2013-06-25 12:15:34 -06:00
Tim Schaub
c81057780a
More tests for binary operators
2013-06-25 12:15:34 -06:00
Tim Schaub
1f23a245e4
More tests for unary expression
2013-06-25 12:15:34 -06:00
Tim Schaub
2577d3f7d6
Rename ol.expression to ol.expr
2013-06-25 12:15:34 -06:00
Tim Schaub
9928730bd3
Tests for ol.expression.register()
2013-06-25 12:15:33 -06:00
Tim Schaub
233595ac75
Allow registration of custom functions for expressions
2013-06-25 12:15:33 -06:00
Tim Schaub
8e8b26805f
Uniformly support evaluating symbolizers without features
...
In combination with a (not yet implemented) `Symbolizer#isLiteral` method, calling `Symbolizer#evaluate` without a feature is the fast track for rendering batches of like-styled features. This change also simplifies the handling of undefined symbolizer literal properties (where stroke or fill properties are optional).
2013-06-25 12:15:33 -06:00
Tim Schaub
cab983f826
We are guarnteed that all TextLiteral properties are defined (see #770 )
...
Instead of using the browser defaults, we use `ol.style.TextDefaults`.
2013-06-25 12:15:33 -06:00
Tim Schaub
c7da7e4c2e
Using new expressions in text symbolizer
2013-06-25 12:15:33 -06:00
Tim Schaub
b04a36ede7
Replace use of filter with expressions
...
The canvas vector layer still has the (API candidate) `getFeatures` method that accepts an arbitrary expression (was filter). This, and the `getFeaturesObject` method under it are only used in the tests. The rendering code that was using filters is now calling `layer.getFeaturesObjectForExtent` with an explicit extent and optional geometry type.
2013-06-25 12:15:33 -06:00
Tim Schaub
a663d8fcae
Accept an expression string for rule filter
2013-06-25 12:11:50 -06:00
Tim Schaub
38b784d672
Support +/- unary operators for literals
2013-06-25 12:11:50 -06:00
Tim Schaub
d70a9eba01
Lib for well-known functions
...
This reveals a lexer bug that needs addressing.
2013-06-25 12:11:50 -06:00
Tim Schaub
bd5d9d572e
Lint
2013-06-25 12:11:50 -06:00
Tim Schaub
5e309e244b
Using ol.expression.parse
2013-06-25 12:11:50 -06:00
Tim Schaub
53abedaada
Correct doc and arg order
2013-06-25 12:11:50 -06:00
Tim Schaub
72d32ec71a
Correct index for tokens
2013-06-25 12:11:50 -06:00
Tim Schaub
f0567f5053
Expect the unexpected
2013-06-25 12:11:49 -06:00
Tim Schaub
36d10bef11
Custom error for unexpected token
...
This makes it clearer to the compiler where we are throwing.
2013-06-25 12:11:49 -06:00
Tim Schaub
62eb0dd72b
Give token an index and throw unexpected token from a common place
2013-06-25 12:11:49 -06:00
Tim Schaub
bb1b0cba95
Getter for not expression argument
2013-06-25 12:11:49 -06:00
Tim Schaub
c05fb8c61b
Getters for member expression properties
2013-06-25 12:11:49 -06:00
Tim Schaub
2528581642
Getters for math expression properties
2013-06-25 12:11:49 -06:00
Tim Schaub
4a617871da
Getters for logical expression properties
2013-06-25 12:11:49 -06:00
Tim Schaub
3de330eb99
Getter for literal expression value
2013-06-25 12:11:49 -06:00
Tim Schaub
6d6ec357e1
Getter for identifier expression name
2013-06-25 12:11:48 -06:00
Tim Schaub
582a52849c
Getters for comparison expression properties
2013-06-25 12:11:48 -06:00
Tim Schaub
be636d7f46
Getters for call expression properties
2013-06-25 12:11:48 -06:00
Tim Schaub
6458f98996
Describing the extent of support for ES-5 expressions
2013-06-25 12:11:48 -06:00
Tim Schaub
2fd8f4cb00
Integration testing for binary logical operators
2013-06-25 12:11:48 -06:00
Tim Schaub
973606e67a
Integration tests for equality operators
2013-06-25 12:11:48 -06:00
Tim Schaub
d5e133b7d8
Satisfy the build/check-requires-timestamp task (see #785 )
...
I think this line should not be required, as `ol.expression.Char` is only used internally in this file.
2013-06-25 12:11:48 -06:00
Tim Schaub
3a3f9bc20b
Integration testing for relational operators
...
No `instanceof` or `in` operator support.
2013-06-25 12:11:47 -06:00
Tim Schaub
9d5424236c
Integration testing for additive operators
2013-06-25 12:11:47 -06:00
Tim Schaub
7c2550fefa
Integration testing for multiplicative operators
2013-06-25 12:11:47 -06:00
Tim Schaub
2492515e8f
Integration testing for unary operators
...
Only supporting ! at the moment.
2013-06-25 12:11:47 -06:00
Tim Schaub
e6f03c8f22
Confirm whitespace is consumed as expected
2013-06-25 12:11:47 -06:00
Tim Schaub
26a7d907a2
Test unary expression parsing
2013-06-25 12:11:47 -06:00
Tim Schaub
a0bd736948
Left-hand-side expression parsing
2013-06-25 12:11:47 -06:00
Tim Schaub
803b3a3f7d
Binary expression parsing
2013-06-25 12:11:46 -06:00
Tim Schaub
40b12410f0
Increment after scanning >= and <= (and expect EOF in tests)
2013-06-25 12:11:46 -06:00
Tim Schaub
379ac82688
Test argument parsing
2013-06-25 12:11:46 -06:00
Tim Schaub
38c8927ae2
Doc and method reorg
2013-06-25 12:11:46 -06:00
Tim Schaub
6d0badcf2a
Optional scope (works for expressions without identifiers)
2013-06-25 12:11:46 -06:00
Tim Schaub
d920d8e578
Test left-hand-side expression parsing
2013-06-25 12:11:46 -06:00
Tim Schaub
13d0b8b084
Provide ol.expression.parse method
...
This is the only method needed in the API.
2013-06-25 12:11:46 -06:00
Tim Schaub
3643ea164f
Cast boolean and null before creating literal expression
2013-06-25 12:11:46 -06:00
Tim Schaub
ce67aa2617
Make way for convenience functions in ol.expression package
2013-06-25 12:11:45 -06:00
Tim Schaub
737d669e4a
Correct types
2013-06-25 12:11:45 -06:00
Tim Schaub
7a1e69e288
Initial parsing tests
2013-06-25 12:11:45 -06:00
Tim Schaub
cb9725bdfb
Provide static method to check for valid operators
2013-06-25 12:11:45 -06:00
Tim Schaub
29b77a2dac
Member expressions
2013-06-25 12:11:45 -06:00
Tim Schaub
fbb028e15e
Call expressions
2013-06-25 12:11:45 -06:00
Tim Schaub
2f7e74ab35
Create binary expressions when parsing
2013-06-25 12:11:45 -06:00
Tim Schaub
f050546fe2
Logical expressions
2013-06-25 12:11:44 -06:00
Tim Schaub
153df45f95
Math expressions
...
Just simple binary type expressions supported here. These can be serialized in a variety of formats. More complex operations to be supported by call expressions.
2013-06-25 12:11:44 -06:00
Tim Schaub
b2ff793ea1
Comparison expressions
2013-06-25 12:11:44 -06:00
Tim Schaub
c4867bafec
Smaller subset of binary operators
2013-06-25 12:11:44 -06:00
Tim Schaub
7800e9b0cc
Comments, links, copyrights
2013-06-25 12:11:44 -06:00
Tim Schaub
052b973b39
Reduce to a single literal
2013-06-25 12:11:44 -06:00
Tim Schaub
20b66fc447
Proper specs
2013-06-25 12:11:43 -06:00
Tim Schaub
0abcbb9854
Stray not
2013-06-25 12:11:43 -06:00
Tim Schaub
ed2e21dffa
Parsing
2013-06-25 12:11:43 -06:00
Tim Schaub
1f68522837
Utility methods on the lexer
2013-06-25 12:11:43 -06:00
Tim Schaub
a87ebfe97b
Specific expression types
2013-06-25 12:11:43 -06:00
Tim Schaub
d7e0d043f3
Consistently number
2013-06-25 12:11:43 -06:00
Tim Schaub
063b461ffd
Fewer calls to charCodeAt
2013-06-25 12:11:43 -06:00
Tim Schaub
9edc9ebcc5
Use next instead
2013-06-25 12:11:42 -06:00
Tim Schaub
f272350e00
Expose next and peek methods
2013-06-25 12:11:42 -06:00
Tim Schaub
5baa38b82c
Test punctuator scanning
2013-06-25 12:11:42 -06:00
Tim Schaub
957b6db3d7
Skip whitespace
2013-06-25 12:11:42 -06:00
Tim Schaub
50f94911b1
Scan string literals
2013-06-25 12:11:42 -06:00
Tim Schaub
4d62cea700
Escape sequences in our identifiers have already been handled
2013-06-25 12:11:42 -06:00
Tim Schaub
0844df8cc2
Scanning identifiers
...
This includes code that is likely not necessary. The escape sequence scanning will likely not be used in our case, but I'm committing it here so it can be brought back if needed later.
2013-06-25 12:11:42 -06:00
Tim Schaub
a748665646
Space and comment
2013-06-25 12:11:42 -06:00
Tim Schaub
040c80a5ad
Expectations about token type
2013-06-25 12:11:42 -06:00
Tim Schaub
193cf4de50
Scan numeric literals
2013-06-25 12:11:41 -06:00
Tim Schaub
81b344715a
Renaming for clarity
2013-06-25 12:11:41 -06:00
Tim Schaub
a5343161bf
Separate lexer
2013-06-25 12:11:41 -06:00
Tim Schaub
84a9fb40ef
More char code tests
2013-06-25 12:11:41 -06:00
Tim Schaub
88fd0fda64
Initial bits for parser
2013-06-25 12:11:41 -06:00
Tim Schaub
48130670ca
Create separate target for linting generated files
...
This allows us to ignore specific error codes (e.g. LINE_TOO_LONG) for externs, exports, types, etc. (any auto-generated files).
2013-06-25 10:43:27 -06:00
Tom Payne
ca3e1f0843
Merge pull request #819 from twpayne/fix-819
...
Drag rotate and zoom example is broken
2013-06-25 08:07:03 -07:00
Tim Schaub
40b10c13dc
Merge pull request #802 from tschaub/802-multilinstring-typo
...
Multiline strings are not rendered correctly due to typo in VectorLayer
2013-06-25 07:33:08 -07:00
Tom Payne
23e54e4543
Stop other interactions when dragging
2013-06-25 15:46:00 +02:00
Tom Payne
38893eaf8c
Merge pull request #818 from twpayne/view2d-properties
...
View2D properties
2013-06-25 04:50:30 -07:00
Frederic Junod
cd13e700ac
Pass options to the base class
2013-06-25 13:13:41 +02:00
Tom Payne
fab12b10c1
Handle projection being undefined in getView2DState
2013-06-25 12:26:35 +02:00
Tom Payne
f462adbe53
Set default View2D rotation in constructor and getView2DState instead of in getRotation
2013-06-25 12:19:30 +02:00
Tom Payne
e5d6ccd6ba
Use getView2DState instead of getResolution/getRotation in interactions
2013-06-25 12:18:31 +02:00
Tim Schaub
99ba5a0da8
Store rings so exerior is clockwise and interior is counter-clockwise
...
KML and WKT don't specify a winding order, so we write those out in CW/CCW order (for exterior/interior). GML references ISO 19107 that specifies CCW/CW, so we serialize in that winding order.
Having hand generated all this GML data the first time around, I reserve the right to modify it for the tests.
2013-06-24 17:46:36 -06:00
Tim Schaub
e292d8fa12
Add method to determine winding order of linear rings
2013-06-24 17:43:22 -06:00
ahocevar
a427719a22
Merge pull request #816 from ahocevar/tilegrid-units
...
Use ol.Projection#getMetersPerUnit(). r=@tschaub
2013-06-24 16:05:56 -07:00
ahocevar
a14b21d80c
Use ol.Projection#.getMetersPerUnit()
...
As a follow-up to #815 , this change makes
ol.tilegrid.createForProjection work in cases where a Proj4
projection does not have units set. For better code readability,
a new variable is used when calculating the resolution.
2013-06-25 00:29:50 +02:00
Tim Schaub
d1eec80324
Merge pull request #815 from tschaub/override
...
Override for clarity
2013-06-24 14:38:26 -07:00
Tim Schaub
bb915cbf3d
Less code
...
Since out meters per unit conversion table is a bit spare, prefer the configured conversion.
2013-06-24 12:27:36 -06:00
Tim Schaub
129e4d5704
Fix doc bug
2013-06-24 12:21:56 -06:00
Tim Schaub
5a95d606f8
Override for clarity
2013-06-24 12:20:34 -06:00
Tim Schaub
388967d00c
Merge pull request #814 from tschaub/814-min-resolution
...
Fix vector rendering for projections that do not specify units
2013-06-24 11:08:50 -07:00
Tim Schaub
20527ab1f1
Reuse tile range
2013-06-24 11:34:59 -06:00
Tim Schaub
a9f01a4390
Use getMetersPer unit method
2013-06-24 11:34:48 -06:00
Tim Schaub
d10eff97a2
Allow getMetersPerUnit to work without units identifier (see #814 )
2013-06-24 11:34:16 -06:00
Tim Schaub
3f169b1751
Merge pull request #810 from tschaub/async-tests
...
Proper async testing
2013-06-24 09:02:47 -07:00
ahocevar
f697450523
Merge pull request #811 from ahocevar/conditional-click
...
Click handler called with empty event object on Android. r=@fredj
2013-06-24 03:09:48 -07:00
ahocevar
a405279f34
Click handler called with empty event object on Android
...
On Android (both native browser and Chrome), the handleTouchEnd_
method is sometimes reached in a state where this.down_ is null.
This check protects against this.click_ being called without
an event object. To see this issue, open any example in Android,
and tap the zoom + or - button.
2013-06-24 10:35:02 +02:00
ahocevar
b30dcdd35a
Merge pull request #799 from ahocevar/dynamic-canvas-tilegrid
...
Do not use a fixed tile grid for vector rendering. r=@elemoine,@tschaub,@twpayne
2013-06-23 11:15:50 -07:00
Tim Schaub
d6be28a7bb
Get rid of unnecessary waitsFor function
...
This was a relic from the Jasmine tests. Mocha tests have a built-in timeout. Async tests are registered with a function that takes a callback.
2013-06-23 11:20:57 -06:00
Tim Schaub
7a620de1bf
Calling callback in WMS capabilities tests
2013-06-23 11:08:34 -06:00
Tim Schaub
be33fd58b3
Calling callback in GML v3 tests
2013-06-23 11:04:03 -06:00
Tim Schaub
54378f394a
Calling callback in GML v2 tests
2013-06-23 11:02:38 -06:00
Tim Schaub
7bf24eb918
Calling callback in kml tests
...
Also reordering things so we have `expect(got).to.xmleql(expected)`.
2013-06-23 11:00:41 -06:00
ahocevar
5cc3e189eb
Need to take units into account
2013-06-23 18:48:21 +02:00
ahocevar
af0764b1ca
Simpler tile coord access now that we only have one resolution
2013-06-23 18:47:49 +02:00
ahocevar
27c23f676b
Fixing requires
2013-06-23 18:47:00 +02:00
ahocevar
1c5f466e61
Adding comment about MIN_RESOLUTION
2013-06-23 18:31:25 +02:00
ahocevar
61fcbd560e
Do not render tiles during animation and interaction
2013-06-23 18:31:25 +02:00
ahocevar
f20e6002cc
Tile grid and cache for one resolution only
2013-06-23 18:31:25 +02:00
ahocevar
89c23b5560
Use binaryInsert instead of sort
2013-06-23 18:31:25 +02:00
ahocevar
aa62764d90
Do not add resolutions while interacting
2013-06-23 18:31:25 +02:00
ahocevar
0aacf197bf
Separate method for updating the tile cache
2013-06-23 18:31:24 +02:00
ahocevar
3afd8b4242
Do not use a fixed tile grid for vector rendering
...
Instead, we create a new tile grid whenever renderFrame is
called, no animation is active, and the resolution is not in the
tile grid already. This gives better rendering results because
we get vector tiles at native resolutions.
2013-06-23 18:30:57 +02:00
ahocevar
1826b7a9be
Merge pull request #808 from ahocevar/no-empty-tiles
...
Don't render/cache tiles with no features. r=@tschaub
2013-06-23 09:11:55 -07:00
ahocevar
3fc4fc3eb8
Only render and cache tiles that have features
2013-06-23 15:52:31 +02:00
Frédéric Junod
8fe0027d98
Merge pull request #805 from fredj/cleanup
...
ol.Geolocation and ol.DeviceOrientation cleanup
2013-06-21 08:07:03 -07:00
Frédéric Junod
2a7b9381bc
Merge pull request #807 from fredj/mouse-position
...
Don't attempt to display the mouse position if the frameState is null
2013-06-21 04:51:57 -07:00
Frederic Junod
23f09937bc
Don't attempt to display the mouse position if the frameState is null
2013-06-21 12:27:39 +02:00
Éric Lemoine
04344ed184
Merge pull request #762 from elemoine/controls
...
Add addControl and removeControl methods to the map
2013-06-21 00:53:12 -07:00
Frederic Junod
9cac8a92df
Set default 'tracking' property to false
2013-06-21 09:21:48 +02:00
Frederic Junod
c4ce85c847
Add missing 'undefined' in type cast
2013-06-21 09:14:41 +02:00
Frédéric Junod
f83fe424fb
Merge pull request #800 from fredj/control_object
...
Make ol.control.Control extends ol.Object
2013-06-20 22:44:10 -07:00
Tim Schaub
91a8703852
Correct typo in geometry type (thanks @jystic)
...
Previously read 'multilinstring' instead of 'multilinestring'. Letting the compiler check for typos instead now.
2013-06-20 17:57:29 -06:00
Tom Payne
b7a1ada94d
Merge pull request #798 from twpayne/fix-layer-setters
...
Don't attempt to constrain values in setters
2013-06-20 09:52:40 -07:00
Frederic Junod
4217c5e47a
Meaningful variable names
2013-06-20 16:56:59 +02:00
Frederic Junod
22adf354e2
Add 'projection' and 'coordinateFormat' to ol.control.MousePosition
2013-06-20 16:50:43 +02:00
Éric Lemoine
b0dde2ecb4
Do not call setMap(null) if control not in map
2013-06-20 16:47:23 +02:00
ahocevar
10f03a360c
Merge pull request #770 from ahocevar/text-symbolizer
...
Basic support for text symbolizers. r=@bartvde,@tschaub
2013-06-20 07:06:38 -07:00
ahocevar
d250f4449c
Updating example to use new properties
2013-06-20 15:24:54 +02:00
ahocevar
ba87c2e5ab
Adding TODOs
2013-06-20 15:02:12 +02:00
ahocevar
f316b79bcd
Proper handling of defaults
2013-06-20 14:57:01 +02:00
Éric Lemoine
be86b83b67
Add addControl and removeControl methods to ol.Map
2013-06-20 14:51:10 +02:00
Frederic Junod
9d63217778
Add 'units' property to ol.control.ScaleLine
2013-06-20 14:50:32 +02:00
Éric Lemoine
b85520f504
The map now has a collection of controls
2013-06-20 14:39:20 +02:00
Tom Payne
11cfcda37c
Stop buttons from moving so much when changing values
2013-06-20 05:41:39 +02:00
Tom Payne
61f89bab6e
Prevent buttons from setting out-of-range brightness/contrast/saturation values
2013-06-20 05:41:39 +02:00
ahocevar
9e3ca1c13c
Changing renderLabels_ method name to renderText_
2013-06-19 22:14:52 +02:00
ahocevar
cb9f4972df
Use 'text' instead of 'name' for the label text
2013-06-19 22:10:44 +02:00
ahocevar
7353e05a90
Fixing merge errors from unmerging #404
2013-06-19 22:01:51 +02:00
ahocevar
c17424deec
Basic support for text symbolizers
...
This adds basic label rendering for points and polygons to the
canvas renderer, and a text symbolizer to the style package.
2013-06-19 22:01:51 +02:00
Frederic Junod
cbf0402471
Make ol.control.Control extends ol.Object
2013-06-19 16:43:59 +02:00
Tom Payne
aa1a71ed96
Don't attempt to constrain values in setters
2013-06-19 13:38:57 +02:00
Frédéric Junod
79980bc7be
Merge pull request #795 from fredj/pan_actionbutton
...
Right click pan
2013-06-18 22:18:57 -07:00
Tim Schaub
56c2b85fce
Merge pull request #796 from tschaub/geojson-rename
...
Use .geojson extension for GeoJSON
2013-06-18 15:54:47 -07:00
Tim Schaub
2ee0805075
Taking advantage of GitHub's rendering of .geojson
2013-06-18 15:39:45 -06:00
Frederic Junod
6adedacaf8
Only pan the map when the mouse action button is pressed
2013-06-18 16:53:03 +02:00
Tom Payne
bf9b0b4dd2
Merge pull request #779 from twpayne/ch-projection
...
Add native support for Swiss projections
2013-06-18 06:36:29 -07:00
Frédéric Junod
81a167ef01
Merge pull request #791 from fredj/mapbrowserevent
...
ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}
2013-06-18 06:25:43 -07:00
Frédéric Junod
517b4b27d7
Merge pull request #688 from fredj/mouse-position
...
Add ol.control.MousePosition.setProjection
2013-06-18 06:04:08 -07:00
Frederic Junod
fd5f4f3dd8
API doc strings for preventDefault and stopPropagation
...
thanks @elemoine
2013-06-18 15:02:42 +02:00
Frederic Junod
bed44dd82c
Add ol.MapBrowserEvent.stopOtherInteractions
...
When called, stops the interaction chain.
2013-06-18 13:02:17 +02:00
Frederic Junod
2bd87313cd
ol.MapBrowserEvent: call browserEvent.{preventDefault|stopPropagation}
2013-06-18 11:31:44 +02:00
Frederic Junod
f99fd26386
Add ol.control.MousePosition.getProjection
2013-06-18 11:20:19 +02:00
Frederic Junod
916dde0045
Add ol.control.MousePosition.setProjection
2013-06-18 11:12:20 +02:00
ahocevar
4392feef1b
Merge pull request #794 from ahocevar/simplify-ranges
...
Simplifying ranges structure by adding compiler hints. r=@tschaub,@twpayne,@elemoine
2013-06-18 01:27:24 -07:00
Frédéric Junod
153fea538a
Merge pull request #788 from fredj/mapevent
...
Remove defaultPrevented attribut from ol.MapEvent
2013-06-17 09:24:12 -07:00
ahocevar
c54d81258a
Merge pull request #793 from ahocevar/proj-no-extent
...
Making extent optional for projections. r=@twpayne
2013-06-17 08:40:22 -07:00
ahocevar
11cbbab901
Simplifying ranges structure by adding compiler hints
...
In JavaScript, keys of object literals are always strings, and
internal type conversions are performed. Now if we tell the
compiler that keys are numbers, we get inconsistent types when
iterating through keys. So instead we set the key type to string
and do a type cast to make the compiler happy. Note that we
could also do toString() instead of a type cast, but it would
add a performance penalty (see
http://jsperf.com/internal-type-conversion-vs-tostring-for-object-keys ).
2013-06-17 17:37:48 +02:00
ahocevar
b71bf9607c
Do not set center constraint
...
This change slipped in accidently. Thanks @twpayne for catching
this.
2013-06-17 16:46:47 +02:00
Tom Payne
7b9ac53ace
Merge pull request #749 from openlayers/webgl-vector
...
Skeleton WebGL vector support
2013-06-17 07:08:33 -07:00
Bruno Binet
be0149e478
Merge pull request #763 from bbinet/cleanup-attribution-control
...
Cleanup attribution control
2013-06-17 07:01:00 -07:00
ahocevar
24953e5f0e
Making it clear that Proj4js is used
2013-06-17 15:28:05 +02:00
ahocevar
29b5af9c87
New example using a projection unknown to the client
2013-06-17 15:27:06 +02:00
ahocevar
caefacac35
Serve WMS tiles for sources without specified extent
...
With this change, WMS sources do not need an extent configured.
The result is that the WMS will be queried for tiles for any
extent.
2013-06-17 15:26:23 +02:00
ahocevar
37b369e0d7
Making extent optional for projections
...
The projection validity extent is used to generate a sensible
set of default resolutions and a sensible default tile grid.
By making it optional, we can still generate defaults - with
zoom levels that are similar to the default web mercator zoom
levels (based on fitting the world on a single tile, even if the
projection is not available for the whole world).
2013-06-17 15:24:37 +02:00
Tom Payne
cbf88de606
Don't include Swiss projections in default build
2013-06-17 12:23:29 +02:00
Tom Payne
941432af75
Use rigorous Swiss grid / EPSG:4326 transforms
2013-06-17 12:23:29 +02:00
Tom Payne
826556775c
Add ol.ellipsoid.BESSEL1841
2013-06-17 12:23:29 +02:00
Tom Payne
0968e2b00b
Add ol.proj.EPSG2056 and factor out common code
2013-06-17 12:23:29 +02:00
Tom Payne
c02e2530f1
Add ol.proj.EPSG21781
2013-06-17 12:23:28 +02:00
Bruno Binet
6b904573a0
Hide attribution instead of DOM removal
...
The reasons are:
- It minimizes DOM updates (most changes to the attribution are just toggling
visibility, not the more expensive creation, insertion and removal of DOM
elements)
- The order of attributions remains stable as layer visibilities are toggled
and the user interacts with the map
2013-06-14 00:23:01 +02:00
Bruno Binet
950b53f6dc
Clean up attribution control
...
Do not use map.getLayers() anymore, but get layers from frameState.layersArray.
2013-06-14 00:22:47 +02:00
Bart van den Eijnden
d552d27a35
Merge pull request #783 from bartvde/apidoc2
...
Add more content for the API doc (r=@twpayne,@tschaub,@fredj)
2013-06-12 11:05:07 -07:00
Bart van den Eijnden
0237675711
address review comments
2013-06-12 20:03:57 +02:00
Frederic Junod
ba8684b585
Remove defaultPrevented attribut from ol.MapEvent
...
already defined in parent class: http://docs.closure-library.googlecode.com/git/class_goog_events_Event.html
2013-06-12 16:50:12 +02:00
Tom Payne
b08a086a11
Merge pull request #787 from twpayne/proj-related-clean-ups
...
Projection-related clean ups
2013-06-12 07:44:52 -07:00
Tim Schaub
489879eb0d
Merge pull request #784 from tschaub/missing-detail
...
More useful detail in log messages on the check for missing requires.
2013-06-12 07:21:27 -07:00
Tom Payne
e0dd15567c
Add ol.Ellipsoid#e and #eSquared
2013-06-12 16:05:00 +02:00
Tom Payne
1e9ccab806
Make ol.Ellipsoid properties constant
2013-06-12 16:05:00 +02:00
Tom Payne
9751bde8d1
Clean up whitespace
2013-06-12 16:05:00 +02:00
Frédéric Junod
3fab93fc4a
Merge pull request #786 from fredj/contextmenu-events
...
Relay contextmenu browser event
2013-06-12 06:06:53 -07:00
Frederic Junod
1de3ffe57e
Relay contextmenu browser event
2013-06-12 14:14:25 +02:00
Tim Schaub
bb980abe8c
And the proper syntax
2013-06-11 16:53:55 -06:00
Tim Schaub
9726be64c6
More useful detail in log messages
...
One line per missing require. Include line number of last use. Include proper syntax for adding requires.
2013-06-11 16:42:39 -06:00
ahocevar
f7fd1cf2b0
Merge pull request #404 from ahocevar/canvas-transform
...
Vector features disappear completely as you zoom in (r=@tschaub)
2013-06-11 12:07:14 -07:00
ahocevar
ea02626c28
Reducing number of default zoom levels
...
To avoid issues with long segments, we accept scaled tiles for
now. Further workarounds and browser tickets reporting our
issues are needed.
2013-06-11 21:06:18 +02:00
Bart van den Eijnden
8dc97790bc
Add more content for the API doc
...
Involves additions to (there will be subsequent pull requests for other
classes):
- ol.Attribution
- ol.Collection
- ol.Expression
- ol.Feature
- ol.Geolocation
- ol.Map
- ol.Object
- ol.Overlay
- ol.Projection
- ol.View2D
- ol.control.Attribution
- ol.control.Control
- ol.control.FullScreen
- ol.control.Logo
- ol.control.MousePosition
- ol.control.ScaleLine
- ol.control.Zoom
- ol.control.ZoomSlider
- ol.dom.Input
- ol.filter.Filter
- ol.filter.Geometry
- ol.filter.Logical
2013-06-11 20:56:04 +02:00
Frédéric Junod
55b3cbaf17
Merge pull request #552 from fredj/deviceorientation
...
Add ol.DeviceOrientation
2013-06-11 02:09:38 -07:00
Tim Schaub
9647567704
Merge pull request #776 from tschaub/proj-test
...
Rename spec to be like src
2013-06-10 10:21:30 -07:00
Tim Schaub
e56a791d41
Merge pull request #774 from tschaub/test-deps
...
Test dependencies in a common place
2013-06-10 09:08:57 -07:00
Tim Schaub
e7d6bae0ad
Providing proj in ol.test
2013-06-10 09:34:43 -06:00
Tim Schaub
a631c50979
Rename spec to be like src
2013-06-10 09:29:00 -06:00
Tim Schaub
2964cc922c
Test dependencies in a common place
2013-06-10 09:19:02 -06:00
Tom Payne
bbb95e15fa
Fix line collection arguments in tests, thanks @ahocevar
2013-06-10 14:43:01 +02:00
Tom Payne
fc79a0ef3b
Merge pull request #771 from ahocevar/leaner-webgl-vector
...
Removing canvas renderer stub for VectorLayer2
2013-06-10 05:11:19 -07:00
ahocevar
e8ab4f9f0c
Removing canvas renderer stub for VectorLayer2
...
Setting the renderer of the ten-thousand-points example to
WebGL should remove the need for this stub. This is basically
the same approach we took for all vector examples in master,
where we set the renderer to Canvas.
2013-06-10 11:22:32 +02:00
Frédéric Junod
526c38a698
Merge pull request #769 from fredj/export-supported
...
Export ol.Geolocation.SUPPORTED
2013-06-10 01:37:23 -07:00
ahocevar
489459f313
Apply transform to coordinates rather than the canvas
...
Credit goes to @jystic for figuring out this approach.
2013-06-09 20:20:53 +02:00
Frederic Junod
4d4a654a8e
Export ol.DeviceOrientation.SUPPORTED
2013-06-08 09:53:06 +02:00
Frederic Junod
79f99485c1
Export ol.Geolocation.SUPPORTED
2013-06-08 09:32:39 +02:00
Frederic Junod
ea8c970d6e
Better device orientation example
2013-06-07 16:26:45 +02:00
Frederic Junod
9b00967df0
Replace 'changed' with 'change' (see #694 )
2013-06-07 16:16:02 +02:00
Frederic Junod
b66b0be8b4
Add options to ol.DeviceOrientation constructor
2013-06-07 16:16:02 +02:00
Frederic Junod
15e5242611
Add 'heading' property to ol.DeviceOrientation
2013-06-07 16:16:02 +02:00
Frederic Junod
c431cc7f63
Add 'tracking' property to ol.DeviceOrientation
2013-06-07 16:16:02 +02:00
Frederic Junod
448e300a03
Add ol.DeviceOrientation
2013-06-07 16:16:02 +02:00
ahocevar
7cd5266d39
Merge pull request #744 from ahocevar/getfeature
...
getFeatures method and featureInfo templates. r=@bartvde
2013-06-07 07:06:00 -07:00
ahocevar
f83fedb9e1
API doc improvements
2013-06-07 15:34:14 +02:00
ahocevar
3a6c7cf204
Renaming featureInfoFunction to transformFeatureInfo
2013-06-07 15:34:13 +02:00
ahocevar
77d22c4038
getFeatures method and featureInfo templates
...
To avoid surprises for application developers, this change
creates a new getFeatures method. So it is clear now beforehand
whether features or feature info markup is returned. The result
is now also grouped by layer, so application developers always
have a link between a layer and the feature info it returns.
To make getFeatureInfo return markup for vector layers, this
change also adds a featureInfoFunction property to the vector
layer, which gives developers full control over how features are
rendered to feature info markup.
2013-06-07 15:34:13 +02:00
Frédéric Junod
34becd6871
Merge pull request #768 from fredj/mouseout
...
Relay mouseout browser event
2013-06-07 01:18:23 -07:00
Frederic Junod
d05bb872f3
Relay mouseout browser event
2013-06-07 09:48:15 +02:00
Tom Payne
85ca39cf0c
Add warnings about internal classes and functions
2013-06-06 18:36:40 +02:00
Tom Payne
a858664035
Add warning about internal API to example
2013-06-06 18:36:00 +02:00
Frédéric Junod
286438ae0e
Merge pull request #766 from fredj/cleanup
...
Cleanup
2013-06-06 05:12:17 -07:00
Frederic Junod
ece2a4b64c
Store listener keys into an array instead of individual variables
2013-06-06 12:08:32 +02:00
Frédéric Junod
fd62963ad2
Merge pull request #760 from fredj/issue-758
...
Fix viewportPosition attributes access (closes #758 )
2013-06-03 02:28:11 -07:00
Frederic Junod
4f0e09c00e
Fix viewportPosition attributes access ( closes #758 )
2013-06-03 10:40:13 +02:00
ahocevar
461d2a1ba8
Merge pull request #756 from ahocevar/extent-equals
...
Use ol.extent.equals, removing TODO. r=@elemoine
2013-06-01 15:14:20 -07:00
ahocevar
57e36f4eda
Use ol.extent.equals, removing TODO
2013-06-01 11:11:13 -06:00
Tom Payne
5850dff254
Use long LineString in ten-thousand-points example
2013-06-01 18:16:44 +02:00
Tom Payne
45572931a1
Draw LineStrings using drawElements
...
This enables drawing of LineStrings with more than two coordinates.
2013-06-01 18:16:43 +02:00
Tom Payne
e260255ce8
Return Uint16Array from ol.geom2.LineStringCollection#getIndices
2013-06-01 18:16:43 +02:00
Tom Payne
38c0e24bcd
Add Assertion#arreql
...
Needed because expect.js's eql does not support typed arrays.
2013-06-01 18:16:43 +02:00
Tom Payne
3225a07f6f
Add ol.geom2.LineStringCollection#getIndices
2013-06-01 18:16:43 +02:00
Tom Payne
db2f805ed9
Return split values in a single interleaved Float32Array
2013-06-01 18:16:43 +02:00
Tom Payne
42f15f000b
Add ol.structs.Buffer#getSplit32
2013-06-01 18:16:43 +02:00
Tom Payne
f61edacb5c
Activate ol.renderer.canvas.VectorLayer2 bare skeleton
2013-06-01 18:16:43 +02:00
Tom Payne
674468268e
Add ol.renderer.canvas.VectorLayer2 bare skeleton
2013-06-01 18:16:43 +02:00
Tom Payne
f55fed9bc3
Add ten thousand points example
2013-06-01 18:16:42 +02:00
Tom Payne
2484cf2c55
Add line string rendering
2013-06-01 18:16:42 +02:00
Tom Payne
8f86288614
Add line string collections to ol.source.VectorSource2
2013-06-01 18:16:42 +02:00
Tom Payne
1690cb9cae
Add ol.geom2.LineStringCollection
2013-06-01 18:16:42 +02:00
Tom Payne
4cc5441579
Activate ol.renderer.webgl.VectorLayer2
2013-06-01 18:16:42 +02:00
Tom Payne
e4b5ec8f0b
Add ol.renderer.webgl.VectorLayer2
2013-06-01 18:16:42 +02:00
Tom Payne
bed8c44859
Add ol.layer.VectorLayer2
2013-06-01 18:09:29 +02:00
Tom Payne
ac48fae0af
Add ol.source.VectorSource2
2013-06-01 18:09:29 +02:00
Tom Payne
93ba55d357
Add ol.geom2.PointCollection
2013-06-01 18:09:29 +02:00
Tom Payne
d51cdc0e48
Add ol.geom2 utility functions
2013-06-01 18:09:29 +02:00
Tom Payne
7fd2e1ffca
Factor out ol.structs.Buffer#allocate
2013-06-01 18:09:29 +02:00
Tom Payne
bcf7707b01
Factor out ol.structs.Buffer#markDirty
2013-06-01 18:09:28 +02:00
Frédéric Junod
07694c52b0
Merge pull request #753 from fredj/size-as-array
...
Redefine ol.Size to be Array.<number>
2013-06-01 08:40:35 -07:00
Frederic Junod
a1a7e21f92
Redefine ol.Size to be Array.<number>
2013-06-01 10:22:06 +02:00
ahocevar
5560829695
Merge pull request #755 from ahocevar/newline
...
Fixing linter error
2013-05-31 19:07:46 -07:00
ahocevar
b746116a20
Fixing linter error
2013-05-31 20:07:04 -06:00
ahocevar
4d5149a35f
Merge pull request #754 from ahocevar/geom-doc
...
Exposing ol.geom.GeometryType
2013-05-31 14:05:22 -07:00
ahocevar
56ac30de91
Exposing ol.geom.GeometryType
...
This is necessary for using ol.filter.Geometry.
2013-05-31 15:04:55 -06:00
Frédéric Junod
1d7ca27e61
Merge pull request #478 from fredj/pixel-as-array
...
Redefine ol.Pixel to be Array.<number>
2013-05-31 07:26:54 -07:00
Éric Lemoine
a2316e6e14
Merge pull request #752 from elemoine/color-examples
...
Add color filter values to buttons
2013-05-31 07:22:53 -07:00
Frederic Junod
be081fd44e
Redefine ol.Pixel to be Array.<number>
2013-05-31 15:53:04 +02:00
Éric Lemoine
93fd685ca7
Display hue/saturation value in button text
2013-05-31 15:47:17 +02:00
Éric Lemoine
84b1886666
Display brightness/contrast value in button text
2013-05-31 15:45:40 +02:00
Tom Payne
075f4aadc7
Merge pull request #748 from twpayne/rename-projection-to-proj
...
Rename ol.projection to ol.proj
2013-05-31 04:34:22 -07:00
Frédéric Junod
e9adc06bee
Merge pull request #694 from fredj/backbone-model
...
Change ol.Object event name syntax
2013-05-31 04:33:51 -07:00
Frederic Junod
984002a7ec
Change ol.Object event name syntax
...
'changed' to 'change' and '<attribute>_changed' to 'change:<attribute>'.
2013-05-31 12:38:37 +02:00
Tom Payne
46553c719c
Rename ol.projection to ol.proj
2013-05-30 18:55:58 +02:00
Tim Schaub
5e5d8e5b17
Merge pull request #739 from tschaub/attribution-style
...
Style for attribution control
2013-05-30 08:00:21 -07:00
Tim Schaub
7e20ea160c
Simplify style
2013-05-30 08:59:31 -06:00
Tim Schaub
3d0f7f3b70
Merge pull request #738 from tschaub/allow-stop
...
Allow user to stop map at the end of a drag
2013-05-30 06:15:05 -07:00
Bart van den Eijnden
317281b37b
Merge pull request #729 from bartvde/wktsingleton
...
static read and write methods on ol.parser.WKT (r=@ahocevar)
2013-05-30 00:29:53 -07:00
Tom Payne
795ea69982
Merge pull request #722 from twpayne/unused-variable-check
...
More rigorous linting
2013-05-28 08:06:30 -07:00
Tom Payne
11672db967
Use === and !== for comparisons with 0
2013-05-28 16:07:48 +02:00
Tom Payne
c0cfc7872e
Add missing semicolons
2013-05-28 16:03:32 +02:00
Tom Payne
e744a1b6e9
Enable all gjslint errors
2013-05-28 16:01:34 +02:00
Tom Payne
975e180b26
Fix typo in ol.style.Icon
2013-05-28 16:01:34 +02:00
Tom Payne
7046ebe261
Remove unused variables in tile range
2013-05-28 16:01:34 +02:00
Tom Payne
f4d54ace1d
Remove unused variables in structs
2013-05-28 16:01:34 +02:00
Tom Payne
8b539cd4cc
Remove unused variables in sphere
2013-05-28 16:01:34 +02:00
Tom Payne
20982bba31
Remove unused variables in sources
2013-05-28 16:01:33 +02:00
Tom Payne
f64e35e8bb
Remove unused variables in renderers
2013-05-28 16:01:33 +02:00
Tom Payne
268c18988b
Remove unused variables in parsers
2013-05-28 16:01:33 +02:00
Tom Payne
42b6ed5d2a
Remove unused variables in interactions
2013-05-28 16:01:33 +02:00
Tom Payne
b021bfd70f
Remove unused variables in geom
2013-05-28 16:01:33 +02:00
Tom Payne
6900c90bc5
Remove unused variables in examples
2013-05-28 15:15:49 +02:00
Tom Payne
1c77fb2357
Merge pull request #740 from twpayne/rtree-clean-ups
...
R-tree clean-ups
2013-05-28 06:14:57 -07:00
Frédéric Junod
c28f64efde
Merge pull request #742 from fredj/geolocation
...
Dispatch an error on Geolocation failure
2013-05-27 04:36:42 -07:00
Frederic Junod
82d2fa373a
Dispatch an error on Geolocation failure
2013-05-27 12:46:36 +02:00
Bart van den Eijnden
9968a5feda
Merge pull request #734 from bartvde/xml-ie9
...
Fix XML serialize and xml_eql in IE9 (r=@ahocevar)
2013-05-27 02:28:48 -07:00
Bart van den Eijnden
0f3c151058
implement review comment by @ahocevar
2013-05-27 11:04:27 +02:00
Bart van den Eijnden
b921bece0e
Merge pull request #725 from bartvde/gpx
...
Implement GPX parser (read/write). (r=@fredj)
2013-05-27 01:42:09 -07:00
Bart van den Eijnden
81bffb464f
Merge pull request #737 from bartvde/feature-id
...
FeatureId support in GML (r/w) and KML (w) (r=@fredj)
2013-05-27 01:39:59 -07:00
Frédéric Junod
e2fa562326
Merge pull request #741 from fredj/export-view-constraints
...
Export constrainResolution and constrainRotation from ol.View2D
2013-05-26 23:47:59 -07:00
Frederic Junod
dab8c8dcd0
Export constrainResolution and constrainRotation from ol.View2D
2013-05-26 08:56:06 +02:00
Frederic Junod
836700669f
Sort exported properties
2013-05-26 08:46:30 +02:00
Tom Payne
a162b6fab3
Use empty extents and refactor for clarity
2013-05-25 20:39:55 -05:00
Tom Payne
f0baf2efc2
Add ol.extent.empty
2013-05-25 20:38:11 -05:00
Tom Payne
18b1789512
Sort methods alphabetically
2013-05-25 19:50:44 -05:00
Tom Payne
d80ded31ee
Clean up some comments
2013-05-25 19:46:40 -05:00
Tom Payne
aaa4fec141
Move insert into method
2013-05-25 19:39:51 -05:00
Tom Payne
a871f29e75
Move remove into method
2013-05-25 19:35:59 -05:00
Tom Payne
ea1ee73392
Move search and searchReturningObject into methods
2013-05-25 19:33:46 -05:00
Tom Payne
32c663cf2c
Move more functions into private methods
2013-05-25 19:24:45 -05:00
Tom Payne
3cdb9f130b
Make minWidth and maxWidth private member variables
2013-05-25 18:27:38 -05:00
Tom Payne
476e35c276
Move makeMBR into private static function
2013-05-25 18:17:38 -05:00
Tom Payne
7f22455eed
Move squarifiedRatio into private static function
2013-05-25 18:14:52 -05:00
Tim Schaub
439a8a5330
Style for attribution control
2013-05-24 19:02:43 -05:00
Tim Schaub
fa970f1ae2
Allow user to stop map at the end of a drag
...
If the time between the last move and now is longer than the configured delay, this means that the user stopped panning before releasing the map.
2013-05-24 18:18:34 -05:00
Bart van den Eijnden
3ee533a9b0
FeatureId support in GML (r/w) and KML (w)
...
Now that we have FeatureId support (see #733 ), we can add this back to the
GML parsers (v2 and v3). Also add write support for FeatureId in KML, read
support was already added by @fredj
2013-05-24 17:00:59 +02:00
Bart van den Eijnden
e63423eafe
Merge pull request #736 from bartvde/jsdoc2
...
Add parser.jsdoc file for docs on parser options (p=@ahocevar, r=@bartvde)
2013-05-24 07:02:06 -07:00
Bart van den Eijnden
392d529168
Add parser.jsdoc file for docs on parser options.
...
Pointer by @ahocevar in #735
2013-05-24 16:00:17 +02:00
ahocevar
5a3ac559be
Merge pull request #733 from ahocevar/fid
...
Store the feature's commonly used id. r=@fredj,@bartvde
2013-05-24 06:15:00 -07:00
ahocevar
111b127bf7
Merge pull request #2 from fredj/fid
...
Store the KML Placemark identifier
2013-05-24 06:14:29 -07:00
Bart van den Eijnden
9881411090
fix typo in WMTS parser
2013-05-24 14:02:00 +02:00
Bart van den Eijnden
6e80a35960
Static read and write functions on WKT parser
...
Use a singleton to implement static read and write methods on ol.parser.WKT.
2013-05-24 11:17:21 +02:00
Bart van den Eijnden
d8232bb484
Fix XML serialize and xml_eql in IE9
...
Use the xml property instead in IE for serializing XML.
The xml_eql tests were failing in IE9 on a difference between null and an
empty string for namespaceURI of attributes, this difference is not
relevant to our testing so make sure we ignore.
2013-05-24 10:53:29 +02:00
Bart van den Eijnden
f8ef902af4
Merge pull request #732 from bartvde/geojson-write
...
Write support for ol.parser.GeoJSON (r=@tschaub)
2013-05-24 00:38:10 -07:00
Frederic Junod
a452915d8a
Store the KML Placemark identifier
2013-05-24 09:29:30 +02:00
ahocevar
8c0f1f979a
Store the feature's commonly used id
...
To not clobber the feature's attributes, this is a separate
member property.
2013-05-23 11:16:17 -05:00
ahocevar
d1beaff8e4
Merge pull request #731 from ahocevar/rtree-api-tests
...
RTree API improvements and more tests. r=@twpayne
2013-05-23 08:28:56 -07:00
Bart van den Eijnden
4b0c43fb8b
Merge pull request #726 from bartvde/kml_serialize
...
Small fixes for KML write (r=@ahocevar)
2013-05-23 07:36:33 -07:00
Bart van den Eijnden
93b067b6bc
Write support for ol.parser.GeoJSON
...
Also add some convenience with static read and write methods based on the
singleton.
2013-05-23 15:57:11 +02:00
ahocevar
10e3a16f40
RTree API improvements and more tests
...
This change reverts the RTree API back to the original one (i.e.
insert() instead of put(), search() instead of find()), and
creates a new searchReturningObject() method that returns an
object keyed by UIDs.
It also adds missing tests for type restricted search and
searchReturningObject().
2013-05-22 18:25:40 -05:00
ahocevar
513115ea3b
Merge pull request #730 from ahocevar/fix-rtree-tests
...
Fixing bug in tests
2013-05-22 11:42:22 -07:00
ahocevar
597405c288
Fixing bug in tests
...
That's what you get from copying and pasting and forgetting to
modify the pasted lines to suit your needs.
2013-05-22 13:41:29 -05:00
Frédéric Junod
2d765a6cf9
Merge pull request #728 from fredj/cleanup
...
Examples cleanup
2013-05-22 07:57:06 -07:00
Frederic Junod
2991c4ab57
Add a resolution input
2013-05-22 16:13:17 +02:00
Frederic Junod
fc12370765
Remove stray end tag fieldset
2013-05-22 16:03:59 +02:00
Frederic Junod
7ba4045e59
geolocation example: suppresses line breaks in tooltip
2013-05-22 15:53:55 +02:00
Frédéric Junod
cf605f2d52
Merge pull request #727 from fredj/mobile-featureinfo
...
getFeatureInfo examples: listen to click events
2013-05-22 04:31:33 -07:00
Bart van den Eijnden
0f0ea7e63f
make feature info work on touch devices for gpx example see #727
2013-05-22 13:06:56 +02:00
Bart van den Eijnden
969b47c78c
address review by @fredj
2013-05-22 13:01:41 +02:00
Frederic Junod
db34b37716
getFeatureInfo examples: listen to click events
...
This make the examples works on touch devices.
2013-05-22 12:30:31 +02:00
Bart van den Eijnden
3a83f1b861
Small fixes for KML write.
...
Be a good XML citizen and always write out schemaLocation.
Use serialize on ol.parser.XML so that we don't have to set xmlns manually.
2013-05-22 12:00:58 +02:00
Bart van den Eijnden
dc922b4ffa
Implement GPX parser (read/write).
...
Implement a parser for GPX which supports read and write.
2013-05-22 10:44:36 +02:00
ahocevar
783e6d33d5
Merge pull request #723 from ahocevar/add-features
...
Export addFeatures. r=@tschaub
2013-05-21 20:47:08 -07:00
ahocevar
32d669ccc8
Export addFeatures
...
This needs discussion, but it's useful for now to be able to
have applications with programmatically created features.
2013-05-21 22:44:28 -05:00
ahocevar
485245fbfd
Merge pull request #719 from ahocevar/fast-rtree
...
More sophisticated RTree implementation. r=@tschaub
2013-05-21 13:01:16 -07:00
ahocevar
a2927a0dd9
Addressing @tschaub's review comments
2013-05-21 15:00:50 -05:00
Frédéric Junod
77e60f8417
Merge pull request #721 from fredj/cleanup
...
Pass layers as array instead of ol.Collection
2013-05-21 05:28:43 -07:00
Frederic Junod
7d544e0868
Pass layers as array instead of ol.Collection
2013-05-21 12:35:02 +02:00
ahocevar
0f4a5c09af
Porting tests from http://github.com/imbcmdth/RTree/
...
Also fixes some issues that were revealed by the new tests.
2013-05-20 17:47:04 +02:00
ahocevar
97d48277b5
Making docs more clear
2013-05-20 16:20:41 +02:00
ahocevar
2b410cf2d0
More performance and size optimizations
...
Not using Math.max and Math.min increases performance, and by
using ol.extent functions instead of RTree's rectangle
structures and calculations we can get rid of several functions.
2013-05-20 16:20:21 +02:00
ahocevar
9dd4dc3730
Better optimization for advanced compilation mode
2013-05-20 08:50:15 +02:00
ahocevar
bf510b570a
Making RTree work in advanced compilation mode
2013-05-19 23:59:21 +02:00
ahocevar
958ee7af51
Use strings, like with other indices
2013-05-19 11:16:24 +02:00
ahocevar
2ff2e85fbb
Only query RTree if requested geometryType is used
2013-05-19 11:16:02 +02:00
ahocevar
79e4ee2717
More sophisticated RTree implementation
...
This new implementation is based on
http://github.com/imbcmdth/RTree/ , with only a few modifications
to add the optional type and provide the API of the previous
implementation.
There is still room for optimization, but this is such an
improvement over the previous RTree already that it's worth
bringing it in now.
2013-05-19 01:47:21 +02:00
Tim Schaub
dc4ca15430
Merge pull request #718 from tschaub/dirty-frame
...
Properly reset the dirty flag
2013-05-18 09:27:33 -07:00
Tim Schaub
38752f4700
Properly reset the dirty flag
...
Currently, the dirty flag is never reset (to false). This is a bug. Because renderFrame is called very often (every layer render gets called when every other layer needs to re-render), it is criticial to know when we can bail out early. The dirty flag is currently the way that the vector layer renderer knows that it needs to do more work. On an empty cache, the renderFrame method of the vector layer renderer is called ~30 times for a single zoom in the vector layer example (due to tiles loading on other layers). Without this change, we miss the fast path out and clear/re-render the canvas all 30 times. With this change, we are only clear the canvas and redraw 6 times in a typical zoom animation.
2013-05-17 23:22:07 -06:00
ahocevar
02ba8a86e6
Merge pull request #715 from ahocevar/rtree-performance
...
Making RTree's find more efficient. r=@bartvde
2013-05-17 04:06:20 -07:00
ahocevar
ecea771801
Making RTree's find more efficient
...
By doing the type check before the intersection check, we can
save he intersection check for cases where we don't care about
type or have the specified type in a node.
2013-05-17 12:54:06 +02:00
Bart van den Eijnden
b3ad00da13
Merge pull request #714 from bartvde/gmloptions
...
GML options not always applied (=r@ahocevar)
2013-05-17 03:51:06 -07:00
Bart van den Eijnden
0aa4fe258e
GML options not always applied.
...
This is a follow-up for https://github.com/openlayers/ol3/pull/711
for the GML parser. Also use goog.array.map instead of map as was
pointed out by @twpayne on the WKT review and update the example data
to use all US states as pointed out by @tschaub on the Google hangout.
2013-05-17 11:48:05 +02:00
Bart van den Eijnden
921aa28b42
Merge pull request #712 from bartvde/wkt
...
Add WKT parser (r=@ahocevar,@twpayne,@tschaub)
2013-05-17 01:55:42 -07:00
Bart van den Eijnden
3e3b5ab02d
move last RegExp into constant
2013-05-17 10:15:22 +02:00
Bart van den Eijnden
585887b04e
address review comments by @twpayne
2013-05-17 10:09:40 +02:00
ahocevar
9342ebdc98
Merge pull request #713 from ahocevar/kml-responsetext
...
Do not rely on responseXML, also use responseText. r=@bartvde
2013-05-16 12:49:51 -07:00
ahocevar
5d7cdd2646
Use goog.isString() instad of typeof check
2013-05-16 21:20:34 +02:00
ahocevar
22c4508c27
Don't rely on responseXML, also use responseText
...
On servers that report an incorrect content type for XML
documents, responseXML will be empty. In these cases we need to
use responseText instead. This change also prevents readNode
calls with empty data.
2013-05-16 21:11:32 +02:00
ahocevar
e50c314c33
Merge pull request #711 from ahocevar/kml-options
...
KML options not applied when library built separately from application. r=@bartvde
2013-05-16 07:04:42 -07:00
Bart van den Eijnden
bb16820ab0
add exports for WKT
2013-05-16 15:44:31 +02:00
Bart van den Eijnden
bf8c12d9f7
Add WKT parser.
...
Add a parser (read/write) for OGC Well-Known-Text (WKT). It deals with
geometries only, not with features, mostly because WKT can only contain a
single geometry (or geometry collection). This can later on be used to
serialize and deserialize geometries in ol3.
2013-05-16 15:29:39 +02:00
ahocevar
3e6cdf8901
trackAttributes is optional
2013-05-16 15:26:54 +02:00
ahocevar
cde4ef435c
Adding another option
2013-05-16 15:14:38 +02:00
ahocevar
1929403cda
Do not extend the instance with options
2013-05-16 14:37:40 +02:00
ahocevar
c245794e56
Sorting properties
2013-05-16 14:37:27 +02:00
ahocevar
7ed51f97aa
Merge pull request #710 from ahocevar/hit-detection
...
Accurate hit detection. r=@bartvde
2013-05-16 02:10:50 -07:00
ahocevar
8084e20e64
Fixing typo
2013-05-16 10:45:25 +02:00
ahocevar
7a800068ed
Fixing typedef
2013-05-16 10:44:22 +02:00
ahocevar
824397e6ba
Do not change ol.extent.containsCoordinate
2013-05-16 10:42:28 +02:00
ahocevar
2d5c0df7cd
More verbose variable names
2013-05-16 10:14:56 +02:00
Éric Lemoine
b7f0f9ba86
Merge pull request #708 from elemoine/user-extensions
...
The compilation of ol.js produces a warning
2013-05-16 01:06:36 -07:00
ahocevar
4e7ffc2711
Store symbol sizes by tile
...
The reason for this change is that symbolSizes and maxSymbolSize
on the instance will be wrong as soon as the resolution changes
and cached tiles are used. It turned out that the approach used
now has several advantages: smaller symbolSizes objects, no need
to merge symbolSizes objects, and cache management for free (no
risk of memory leaks). Note that the symbolSizes and
maxSymbolSize for each tile are not strictly tile specific -
they represent the rendering pass that created the tile. This
has no negative side effects, and it has the advantage that
there is not a single additional loop needed to create these
structures.
2013-05-16 09:57:26 +02:00
ahocevar
037e44e084
Accurate hit detection
...
With this change, hit detection for lines and points gets very
accurate, because the vector renderer instance keeps track of
line widths and point symbol sizes. After doing a bbox query in
the RTree, returned lines and points are evaluated against the
thresholds of their line width or symbol size. The KML example
with its different symbolizers now has getFeatureInfo too to
show this in action.
2013-05-15 23:44:22 +02:00
Bart van den Eijnden
32ea32521d
Merge pull request #709 from bartvde/gmlfresh
...
GML parser (r=@ahocevar)
2013-05-15 07:08:24 -07:00
Bart van den Eijnden
e8ed1674ea
do not specify the source projection in ol.parser.ReadFeaturesOptions anymore
2013-05-15 15:34:11 +02:00
Bart van den Eijnden
2ad3ee6f99
incorporate review from @ahocevar
2013-05-15 14:50:37 +02:00
Bart van den Eijnden
5ad4734c24
GML parser.
...
This adds a parser (read/write) for GML v2 and v3. GML v3 is limited to the
simple features profile of GML 3.1.1, just like OpenLayers 2 was. This will
be the basis for the WFS parser, but it only makes sense to continue this work
once feature modification (insert, update, delete) is in place in ol3. So the
WFS parser will be another pull request.
2013-05-14 20:12:05 +02:00
Éric Lemoine
124b195d3e
handleMapPostrender returns undefined
...
Without this we get the following warning from the compiler:
JSC_EXPORTED_FUNCTION_UNKNOWN_RETURN_TYPE. Unable to determine return type for exported function ol.control.Control.prototype.handleMapPostrender at ../src/ol/control/control.js line 79 : 51
I'm not sure why explicitely specifying the return type is required here.
2013-05-10 14:04:50 +02:00
Éric Lemoine
42cc4d7683
Merge pull request #706 from elemoine/user-extensions
...
Custom control framework
2013-05-10 04:47:39 -07:00
Éric Lemoine
4c144c3d5c
Merge pull request #700 from elemoine/calculate-extent
...
Add and export View2D.calculateExtent
2013-05-10 03:57:24 -07:00
Bart van den Eijnden
87b3a3274d
Merge pull request #699 from bartvde/kmlxmleql3
...
Use xmleql in the KML tests (r=@ahocevar)
2013-05-10 03:14:35 -07:00
ahocevar
72fce33956
Merge pull request #703 from ahocevar/getfeatureinfo-async
...
Asynchronous API for map#getFeatureInfo. r=@elemoine
2013-05-10 02:50:11 -07:00
Éric Lemoine
3a4fc2a99a
Use our own null function for handleMapPostrender
...
If we use ol.control.Control.prototype.handleMapPostrender = goog.nullFunction the API doc doesn't show the mapEvent parameter of the handleMapPostRender function.
2013-05-10 10:56:39 +02:00
Éric Lemoine
88352092ee
Externalize Control.handleMapPostrender
2013-05-10 10:45:24 +02:00
Éric Lemoine
c845682ecb
Export Control.getMap
2013-05-10 10:24:11 +02:00
Éric Lemoine
4e51888651
Add a custom controls example
...
Inspired from @cedricmoullet's ZoomExtent example in 3312c37ed0 .
2013-05-10 10:24:11 +02:00
Éric Lemoine
9685c87bc9
Create ol.inherits alias, and export it
2013-05-10 10:24:11 +02:00
Éric Lemoine
7a71f107cb
Export and externalize Control.setMap
2013-05-10 10:24:11 +02:00
Éric Lemoine
2944b31c69
Merge pull request #707 from elemoine/gjslint
...
Use new gjslint version (2.3.10)
2013-05-09 22:03:38 -07:00
Éric Lemoine
41fb355804
New gslint doesn't like va_filters
2013-05-10 00:13:15 +02:00
Éric Lemoine
410f35bb44
Use latest gjslint version (2.3.10)
2013-05-10 00:13:05 +02:00
Éric Lemoine
917e78a096
Merge pull request #701 from elemoine/rm-google-exports
...
Remove google.exports
2013-05-09 15:03:35 -07:00
Éric Lemoine
d71c690794
Merge pull request #705 from elemoine/getextent
...
Fix typo in View2D:getExtent
2013-05-09 15:02:48 -07:00
Éric Lemoine
c34d637de1
Fix typo in View2D:getExtent
2013-05-09 23:42:55 +02:00
Éric Lemoine
c9299f3b8d
Merge pull request #704 from elemoine/no-namespace-export
...
Export fixes
2013-05-09 14:13:48 -07:00
Éric Lemoine
ca332a3fef
Minor fix to the generate-exports.py script
...
Now that we correctly export the ol.animation.*, ol.easing.* and ol.coordinate.* symbols we can make the generate-exports.py script work for more cases.
2013-05-09 22:46:08 +02:00
Éric Lemoine
4b7f3e85c2
No need to export ol.coordinate
2013-05-09 22:45:20 +02:00
Éric Lemoine
f47ac87f12
No need to export ol.easing
2013-05-09 22:45:11 +02:00
Éric Lemoine
17e779177b
ol.easing.* functions are symbols
2013-05-09 22:44:49 +02:00
Éric Lemoine
31930290cf
No need to export ol.animation
2013-05-09 22:44:11 +02:00
Éric Lemoine
a96031f435
ol.animation.* functions are symbols
2013-05-09 22:43:04 +02:00
ahocevar
53b85c99ae
map#getFeatureInfo does not return anything
...
Thanks @elemoine for catching this.
2013-05-09 22:32:40 +02:00
ahocevar
7b256c3ec6
Asynchronous API for map#getFeatureInfo
...
This change allows us to use feature info services on the
server. It will also be useful for the GetFeature control to
get results from a WFS.
2013-05-09 22:26:55 +02:00
Éric Lemoine
fa1eb354f2
Merge pull request #702 from elemoine/closure-linter
...
Use closure_linter-2.3.9.tar.gz
2013-05-09 12:48:48 -07:00
Éric Lemoine
1d709cc6ac
Use closure_linter-2.3.9.tar.gz
...
closure_linter-latest.tar.gz is no longer available in http://closure-linter.googlecode.com/files/ , so use closure_linter-2.3.9.tar.gz.
2013-05-09 21:23:31 +02:00
Éric Lemoine
8779b90f7c
Remove google.exports
...
This .exports file made goog.require be exported as a null function. This was needed to be able to run the ol3 examples uncompiled against the ol.js build. Now that host-examples target removes the goog.require statements from the examples' js files (74b8fea6 ) we don't need to export goog.require anymore.
2013-05-09 21:13:20 +02:00
Bart van den Eijnden
c69e5c1dba
Use xmleql in the KML tests
...
This also involves some modifications to the xmleql functionality now that
it was tested with a real-life case (KML). Also, some of the input KML files
needed to be changed since we currently cannot roundtrip 100% of the input.
2013-05-08 16:41:45 +02:00
Tom Payne
0b09148fb5
Merge pull request #697 from twpayne/fix-nan-test
...
Fix NaN test
2013-05-08 05:59:16 -07:00
Tom Payne
9286d63133
Merge pull request #693 from twpayne/class-name
...
Add className option to control options
2013-05-08 05:35:37 -07:00
Tom Payne
b4598aa5d9
Fix NaN test
2013-05-08 14:32:16 +02:00
ahocevar
96c3a86314
Merge pull request #692 from ahocevar/pnpoly
...
Point-in-polygon improvements. r=@bartvde
2013-05-08 05:11:16 -07:00
Tom Payne
97510ba0be
Use className in mouse position example
2013-05-07 17:33:33 +02:00
Tom Payne
2ad5dea737
Rename ol-mouseposition to ol-mouse-position
2013-05-07 17:31:26 +02:00
Bart van den Eijnden
14e073fb5a
Merge pull request #689 from bartvde/xmleql4
...
Improvements for xmleql (r=@ahocevar)
2013-05-07 08:06:57 -07:00
Tom Payne
b698b1736f
Add className option to ol.control.ZoomSlider
2013-05-07 16:36:25 +02:00
Tom Payne
9c59116dd1
Make zoom slider control options optional
2013-05-07 16:31:39 +02:00
Tom Payne
ab9fc9cc71
Inline simple function that is only called once
2013-05-07 16:28:22 +02:00
Tom Payne
b7e2a9b40e
Add className option to ol.control.Zoom
2013-05-07 16:19:50 +02:00
Tom Payne
09feaedd00
Add className option to ol.control.ScaleLine
2013-05-07 16:19:21 +02:00
Tom Payne
f31a4f8549
Add className option to ol.control.MousePosition
2013-05-07 16:18:05 +02:00
Tom Payne
525d5c5337
Add className option to ol.control.Logo
2013-05-07 16:17:51 +02:00
Tom Payne
f08814250e
Add className option to ol.control.FullScreen
2013-05-07 16:17:35 +02:00
Tom Payne
8c396e5afb
Add className option to ol.control.Attribution
2013-05-07 16:17:13 +02:00
ahocevar
019fc86ac5
Entertaining linter and compiler
2013-05-07 14:20:09 +02:00
Éric Lemoine
c105a98443
Merge pull request #691 from elemoine/mouseposition
...
Add default CSS for mouse position control
2013-05-07 02:48:10 -07:00
ahocevar
666a010e3b
Point-in-polygon improvements
...
As suggested by @tschaub in #674 , geom.pointInPoly is not needed
if we have geom.LinearRing#containsCoordinate. This pull request
also adds tests and documentation on the limitations of the
containsCoordinate method.
I think for now it is ok to keep geometry/topology functions as
simple as possible in ol3. If we decide to not rely on third
party libraries like jsts for topology operations, we can always
refine what we have and e.g. port topology operations over from
ol2.
2013-05-07 10:49:51 +02:00
Frédéric Junod
aa3cc0cec4
Merge pull request #687 from fredj/geolocation
...
Use ol.projection.identityTransform instead of goog.functions.identity
2013-05-06 08:41:36 -07:00
Bart van den Eijnden
3fc0f2b47d
Improvements for xmleql
...
This adds some improvements for the xmleql test assertion. When passed in a
document, use the documentElement. Also improve error reporting as suggested
by @tschaub.
2013-05-06 15:35:40 +02:00
Thomas
f219393149
Add default CSS style for mouse position
...
Missing CSS was confirmed with issue #680 , this commit is to fix it and change
ol-mouse-position class to ol-mouseposition. I choose for the moment the top
right corner to display the coordinates from mouse position control because of
potential conflict with the scaleline control.
2013-05-06 14:07:13 +02:00
Bart van den Eijnden
10b690b5f9
Merge pull request #661 from bartvde/xmleql
...
Add Assertion.prototype.xmleql (r=@twpayne,@tschaub,@elemoine)
2013-05-06 02:43:24 -07:00
Bart van den Eijnden
865404a0d3
Add Assertion.prototype.xmleql
...
This is based on the xml_eq function we had in the OL2 test framework but
adapted to expect.js.
2013-05-06 11:18:49 +02:00
Frederic Junod
fdfe057efe
Use ol.projection.identityTransform instead of goog.functions.identity
2013-05-06 10:21:24 +02:00
Tom Payne
331a5260c9
Merge pull request #679 from twpayne/rename-create-empty-extent
...
Rename ol.extent.createEmptyExtent to ol.extent.createEmpty
2013-05-01 03:45:51 -07:00
Tom Payne
b070b572d0
Rename ol.extent.createEmptyExtent to ol.extent.createEmpty
2013-05-01 12:36:54 +02:00
Tom Payne
70fc6879db
Merge pull request #676 from twpayne/testing-clean-ups
...
Testing clean-ups
2013-05-01 03:25:09 -07:00
Tom Payne
a9b5f003e5
Merge pull request #677 from twpayne/improve-type-checking
...
Improve type checking
2013-04-30 15:55:34 -07:00
Tim Schaub
c1ddc55a12
Merge pull request #678 from tschaub/once
...
Rename onOnce to once
2013-04-30 15:10:47 -07:00
Tim Schaub
ffe9105891
Rename onOnce to once (see #678 )
2013-04-30 14:58:39 -06:00
Tom Payne
1ab9de8b2c
Improve type checking in ol.View2D
2013-04-30 22:00:22 +02:00
Tom Payne
0541053fa9
Improve type checking in ol.TileUrlFunction
2013-04-30 22:00:22 +02:00
Tom Payne
0e69af847e
Improve type checking in ol.source.WMTS
2013-04-30 22:00:22 +02:00
Tom Payne
6e1f049456
Improve type checking in ol.source.StaticImage
2013-04-30 22:00:22 +02:00
Tom Payne
65f891a30d
Improve type checking in ol.source.BingMaps
2013-04-30 22:00:22 +02:00
Tom Payne
fe9fee1609
Improve type checking in ol.RotationConstraint
2013-04-30 22:00:22 +02:00
Tom Payne
bd9d723315
Improve type checking in ol.ResolutionConstraint
2013-04-30 22:00:22 +02:00
Tom Payne
2690410cbe
Improve type checking in ol.renderer.Layer
2013-04-30 22:00:22 +02:00
Tom Payne
070c286c54
Improve type checking in ol.ImageUrlFunction
2013-04-30 22:00:21 +02:00
Tom Payne
539529af59
Improve type checking in ol.coordinate
2013-04-30 21:29:56 +02:00
Tom Payne
d2979fc4ff
Improve type checking in ol.animation
2013-04-30 21:29:10 +02:00
Tom Payne
f0df0d7bf2
Display test errors in Chrome's console, thanks @Turbo87
2013-04-30 18:44:09 +02:00
Tom Payne
984121e095
Remove Assertion#equalArray
2013-04-30 18:22:16 +02:00
Tom Payne
efccede678
Use eql instead of equalArray
2013-04-30 18:21:58 +02:00
Tom Payne
fcc079a5f2
Extend expect.js's eql to handle NaNs
2013-04-30 18:20:34 +02:00
Tom Payne
c012afdbae
Remove unused Assertion#intersect
2013-04-30 18:08:24 +02:00
Tom Payne
59a4155651
Merge pull request #665 from twpayne/fix-firefox-dom-renderer
...
Prevent Bootstrap's setting of max-width from infecting map
2013-04-30 06:46:41 -07:00
Tom Payne
2d83003b64
Merge pull request #671 from twpayne/refactor-tile-functions
...
Refactor tile functions
2013-04-30 06:39:25 -07:00
Frédéric Junod
c3348d1734
Merge pull request #675 from fredj/object-listen
...
ol.Object.{on|onOnce|un} type can also be an array of string
2013-04-30 06:35:54 -07:00
ahocevar
8fb8a718c3
Merge pull request #674 from ahocevar/getfeatureinfo
...
Getting feature information for vector layers. r=@twpayne,@fredj
2013-04-30 06:12:47 -07:00
Frederic Junod
6366bd05b3
ol.Object.{on|onOnce|un} type can also be an array of string
2013-04-30 15:03:52 +02:00
ahocevar
00777de581
Do not check for listeners, as suggested by @fredj
2013-04-30 14:45:47 +02:00
ahocevar
d2c81db06a
Info box instead of tooltip as suggested by @fredj
2013-04-30 14:15:39 +02:00
ahocevar
58c8b07ab5
Get hit candidates from RTree, then refine result
...
Now we get exact hits also for lines and polygons.
2013-04-30 13:34:12 +02:00
ahocevar
cc1b70c74b
Giving the map a getFeatureInfoForPixel method
...
This method is an entry point for getting feature information.
Renderers can use a hit canvas or defer to a layer (source) to
get matching features for a pixel.
For now this is only implemented for vector layers, and it uses
a bbox query because we cannot refine the result because of
missing geometry intersection functions yet.
2013-04-30 13:32:16 +02:00
Éric Lemoine
a0340faa63
Merge pull request #673 from elemoine/closure-no-deps
...
Always set CLOSURE_NO_DEPS to true
2013-04-30 03:30:31 -07:00
Tom Payne
7ed672752d
Merge pull request #668 from twpayne/strip-debug-classes
...
Strip debug classes when compiling
2013-04-30 03:30:05 -07:00
Tom Payne
daa975d01f
Prevent user's setting of max-width from infecting map
...
Thanks @ThomasG77.
2013-04-30 12:26:31 +02:00
Tom Payne
66d95316f1
Merge pull request #666 from twpayne/remove-unused-css-classes
...
Remove unused CSS classes
2013-04-30 02:33:50 -07:00
Tom Payne
09d245c54b
Promote createTileCoordTransform into base class
2013-04-30 11:01:57 +02:00
Tom Payne
7a8d29f5e0
Clip tiles to extent in tile coordinate space
2013-04-30 10:30:50 +02:00
Frédéric Junod
28fcbbf1fe
Merge pull request #672 from fredj/export-update-size
...
Export ol.Map.updateSize
2013-04-30 00:41:08 -07:00
Éric Lemoine
1281d9987a
Add and export View2D.calculateExtent
2013-04-30 09:39:09 +02:00
Éric Lemoine
aa5a571ab1
Always set CLOSURE_NO_DEPS to true
2013-04-30 09:25:09 +02:00
Frederic Junod
a723b4e215
Export ol.Map.updateSize
2013-04-30 09:04:35 +02:00
Tom Payne
6976fd96e3
Refactor tile functions
...
* Add support for minZoom in XYZ tile grids and tile sources
* Factor out common tile coordinate transforms
2013-04-29 19:54:26 +02:00
Tom Payne
1ff8df8936
Log WebGL shader and program errors
2013-04-29 12:51:16 +02:00
Tom Payne
37ef03c956
Re-enable logging
2013-04-29 12:50:37 +02:00
Tom Payne
2447f09128
Merge pull request #670 from twpayne/fix-glsl-escaping
...
Don't escape HTML characters in shader generation
2013-04-29 02:22:19 -07:00
Tom Payne
14da0cfd11
Don't escape HTML characters in shader generation
...
This tells Mustache not to escape <, >, &, and " characters.
2013-04-29 11:18:49 +02:00
Tom Payne
ca7081bde3
Merge pull request #669 from twpayne/more-animations
...
Minor changes to the animation example
2013-04-29 02:15:14 -07:00
Tom Payne
390cc17161
Cosmetic clean-ups
2013-04-28 20:01:44 +02:00
Tom Payne
b666fc49b7
Add spiral to Madrid animation example
2013-04-28 20:01:25 +02:00
Tom Payne
cfa29b0022
Strip debug classes when compiling
2013-04-28 18:00:24 +02:00
Tom Payne
5bfef2805d
Merge pull request #663 from twpayne/render-error-tiles-as-empty
...
Render error tiles as empty
2013-04-28 08:21:51 -07:00
Tom Payne
65a2aef4ed
Merge pull request #658 from twpayne/ol-object-events
...
ol.Object events
2013-04-28 08:20:29 -07:00
Tom Payne
ef915e1cd0
Remove unused CSS classes
...
The classes ol-layers, ol-layer-image, and ol-layer-tile are not used.
2013-04-28 16:40:17 +02:00
Frédéric Junod
01d06d0a2e
Merge pull request #662 from fredj/canvas-draw-image-perf
...
Possible canvas performance enhancement
2013-04-26 07:40:00 -07:00
Frederic Junod
b3e5ac2717
Optimize canvas renderer.
...
Only use setTransform when it's needed (ie. when the view is rotated)
2013-04-26 13:32:18 +02:00
Tom Payne
3643908427
Only set center once in mobile full screen example
2013-04-25 19:41:03 +02:00
Tom Payne
e8109919e9
Add ol.Object#onOnce
2013-04-25 19:41:03 +02:00
Tom Payne
09fe09e42b
Add ol.Object#unByKey
2013-04-25 19:41:03 +02:00
Tom Payne
fa2582a2f1
Return listener key from ol.Object#on
2013-04-25 19:41:02 +02:00
Tom Payne
c576b2a34e
Treat image tiles with a zero dimension as empty
2013-04-25 15:17:24 +02:00
Tom Payne
d8a4b19b54
Render error tiles as empty
2013-04-25 14:49:55 +02:00
Tom Payne
e7eb07197e
Merge pull request #655 from twpayne/scale-tile-queue
...
Scale tile queue according to number of sources
2013-04-25 05:44:46 -07:00
Frédéric Junod
4828835292
Merge pull request #653 from fredj/background-color
...
Remove BACKGROUND_COLOR from ol.Map
2013-04-25 02:43:00 -07:00
Frederic Junod
a1af290d18
Add a background image to the example maps
...
image from http://subtlepatterns.com/
2013-04-24 17:52:43 +02:00
Frederic Junod
4094ace04b
Remove BACKGROUND_COLOR from ol.Map
...
Let the map be transparent, the background color can be set with CSS.
2013-04-24 17:38:25 +02:00
Frédéric Junod
cec47dbfc3
Merge pull request #652 from fredj/ol.feature-jsdoc
...
Update ol.Feature jsdoc
2013-04-24 05:31:38 -07:00
Frederic Junod
6b74dcf75b
Update ol.Feature jsdoc
2013-04-24 12:35:24 +02:00
Tom Payne
9defa59d2d
Merge pull request #651 from twpayne/full-screen-drag-rotate-and-zoom
...
Show off
2013-04-23 16:39:51 -07:00
Tom Payne
bd0512fea7
Show off
2013-04-24 01:38:03 +02:00
Tom Payne
2b48f03e0f
Merge pull request #650 from twpayne/fix-out-of-scope-variables
...
Fix out of scope variables in ol.Map
2013-04-23 14:27:33 -07:00
Tom Payne
51905b54a2
Fix out of scope variables in ol.Map
2013-04-23 22:47:22 +02:00
Tom Payne
43f313cb18
Scale tile queue according to number of sources
2013-04-23 22:18:51 +02:00
Tom Payne
db1ab50938
Merge pull request #639 from twpayne/fix-webgl-map-renderer
...
Bing Maps example is broken
2013-04-23 08:08:19 -07:00
Tom Payne
1a72e59c54
Fix stray return
2013-04-23 16:42:39 +02:00
Tom Payne
ed5433d290
Merge pull request #649 from twpayne/fix-canvas-tiles-webgl
...
Use negative frame index as frame marker
2013-04-23 07:16:52 -07:00
Tom Payne
bedfa5e2d3
Merge pull request #640 from twpayne/interaction-options
...
Interaction options
2013-04-23 07:11:56 -07:00
Éric Lemoine
5842d771fe
Merge pull request #646 from elemoine/target
...
Make it possible to set map target after map creation
2013-04-23 06:33:30 -07:00
Tom Payne
4da61e8ae9
Configure ol.interaction.TouchRotate with options
2013-04-23 15:31:16 +02:00
Tom Payne
9e8d20aee4
Re-use ol.Kinetic object
2013-04-23 15:31:16 +02:00
Tom Payne
2dff59a4d4
Configure ol.interaction.TouchPan with options
2013-04-23 15:31:16 +02:00
Tom Payne
a36b4a0466
Configure ol.interaction.DragPan with options
2013-04-23 15:31:16 +02:00
Tom Payne
3b9699fbc8
Configure ol.interaction.DragZoom with options
2013-04-23 15:31:16 +02:00
Tom Payne
48d4554317
Configure ol.interaction.KeyboardZoom with options
2013-04-23 15:31:16 +02:00
Tom Payne
cc33727fad
Configure ol.interaction.KeyboardPan with options
2013-04-23 15:31:16 +02:00
Tom Payne
d1b2e4e483
Add drag rotate and zoom example
2013-04-23 15:31:16 +02:00
Tom Payne
808de79d16
Export ol.interaction.DragRotateAndZoom
2013-04-23 15:31:15 +02:00
Tom Payne
76a9f80545
Update ol.interaction.DragRotateAndZoom
2013-04-23 15:31:15 +02:00
Tom Payne
75ac8a4847
Export ol.interaction.condition.*
2013-04-23 15:31:15 +02:00
Tom Payne
8d29bf3c20
Add ol.interaction.condition.always
2013-04-23 15:31:15 +02:00
Tom Payne
d90f292c71
Initialize all properties in constructor
2013-04-23 15:31:15 +02:00
Tom Payne
003ac5536e
Configure ol.interaction.DragRotate with options
2013-04-23 15:31:15 +02:00
Tom Payne
ef17d4f3b8
Rename DblClickZoom to DoubleClickZoom
2013-04-23 15:31:15 +02:00
Tom Payne
eb9f6c027b
Avoid duplicate property lookup
2013-04-23 15:29:17 +02:00
Tom Payne
f2836ea111
Configure ol.interaction.DblClickZoom with options
2013-04-23 15:29:17 +02:00
Tom Payne
a4d8e1c4d8
Correct property in ol.interaction.DefaultsOptions
2013-04-23 15:29:17 +02:00
Tom Payne
baf8cc49a1
Avoid generating long lines in exports
2013-04-23 15:29:17 +02:00
Tom Payne
a85363ac03
Use negative frame index as frame marker to avoid conflict with goog.getUid
2013-04-23 15:22:49 +02:00
Tom Payne
c78602ba7a
Merge pull request #644 from twpayne/remove-fragile-test
...
Remove fragile test
2013-04-23 05:56:38 -07:00
Éric Lemoine
d3d0d1e007
Test isElement instead of isDef (thanks @fredj)
2013-04-23 14:44:36 +02:00
Tom Payne
6751c2640d
Remove fragile test
...
The user animation test is sensitive to small timing differences and
randomly fails. This randomly breaks the integration tests.
2013-04-23 14:24:16 +02:00
Tom Payne
b2987d3054
Merge pull request #643 from twpayne/fix-dispose
...
Fix dispose
2013-04-23 05:20:05 -07:00
Frédéric Junod
b5076091fa
Merge pull request #647 from fredj/wmts.projection
...
Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
2013-04-23 05:15:47 -07:00
Éric Lemoine
29e69d3833
Simplify teleport example
2013-04-23 14:05:11 +02:00
Éric Lemoine
11efafffd8
Make setTarget accept a string
2013-04-23 14:04:46 +02:00
Frédéric Junod
e9a5eff753
Merge pull request #645 from fredj/ol.object.changed
...
Remove unused ol.Object.prototype.changed
2013-04-23 04:52:13 -07:00
Frederic Junod
29137b5ad1
Change ol.source.WMTSOptions.projection type to ol.ProjectionLike
...
Same type as base class.
2013-04-23 13:34:37 +02:00
Frederic Junod
e3bec11d2e
Remove unused ol.Object.prototype.changed
2013-04-23 11:06:42 +02:00
Éric Lemoine
8e8804caf1
Add a teleport map example
2013-04-23 10:42:18 +02:00
Éric Lemoine
2dfe36b588
Map target may be undefined
2013-04-23 10:42:18 +02:00
Éric Lemoine
7547b50bd8
Add map property "target"
2013-04-23 10:42:18 +02:00
ahocevar
f681a99ce0
Merge pull request #638 from ahocevar/kml-options
...
KML rendering in advanced compilation mode. r=@bartvde
2013-04-23 00:09:26 -07:00
Bart van den Eijnden
334b2276cf
Merge pull request #641 from bartvde/kmlexample
...
Add AsyncStringFeatureParser and use plain (r=@ahocevar)
2013-04-22 23:35:21 -07:00
ahocevar
8515e30ad8
Making the linter happy
...
... although jsdoc files are none of the linter's business.
2013-04-22 22:47:13 +02:00
ahocevar
c16b941909
Exporting KML parser options
...
This is necessary because application developers need to be able
to configure the KML parser.
2013-04-22 22:37:20 +02:00
Frédéric Junod
0421ad71e8
Merge pull request #642 from fredj/geolocation-export
...
Fix ol.Geolocation and ol.GeolocationOptions export
2013-04-22 12:42:37 -07:00
Tom Payne
e686eff886
Fix use of dispose in ol.renderer.webgl.ImageLayer tests
2013-04-22 17:16:44 +02:00
Tom Payne
6c369ae907
Fix use of dispose in ol.Map tests
2013-04-22 17:16:44 +02:00
Tom Payne
71e06761f0
Fix use of dispose in ol.layer.Vector tests
2013-04-22 17:16:44 +02:00
Tom Payne
3c541045bb
Fix use of dispose in ol.layer.Layer tests
2013-04-22 17:16:43 +02:00
Tom Payne
744f72355b
Fix use of dispose in ol.control.ZoomSlider tests
2013-04-22 17:16:30 +02:00
Tom Payne
c2e1623529
Fix use of dispose in ol.control tests
2013-04-22 17:16:22 +02:00
Tom Payne
d8357ae932
Fix use of dispose in ol.parser.KML
2013-04-22 17:14:31 +02:00
Frederic Junod
abbbe3d41b
Fix ol.Geolocation and ol.GeolocationOptions export
2013-04-22 16:53:11 +02:00
Bart van den Eijnden
feb6c4c2d7
Add AsyncStringFeatureParser and use plain
...
XMLHttpRequest in the KML example
Since the content-type on github.io is application/octet-stream we need
to implement an Async string based parser interface in the KML parser.
Also use plain XmlHttpRequest in the example instead of jQuery Ajax since
the vector-features example also uses that.
2013-04-22 16:45:33 +02:00
Tom Payne
d45a63ee5c
Merge pull request #637 from twpayne/remove-unused-functions
...
Remove unused functions
2013-04-22 01:40:04 -07:00
Tom Payne
bc3dc0fd74
Merge pull request #636 from twpayne/cache-length
...
Cache array length in ol.control.Attribution
2013-04-22 01:34:20 -07:00
Tom Payne
4c42f4e1ba
Remove ol.PixelBounds
2013-04-22 10:14:22 +02:00
Tom Payne
ee2e448220
Remove ol.tilegrid.TileGrid#getPixelBoundsForTileCoordAndResolution
2013-04-22 10:11:13 +02:00
Tom Payne
8264343e54
Cache array length in ol.control.Attribution
2013-04-22 10:05:21 +02:00
Éric Lemoine
fe1475105a
Merge pull request #635 from elemoine/handletilechange
...
Remove unused function
2013-04-21 13:49:31 -07:00
Éric Lemoine
9d901d26b2
Merge pull request #634 from elemoine/missing-description
...
Add missing description for @return tag
2013-04-21 13:49:03 -07:00
Éric Lemoine
a5519c2645
Add missing description for @return tag
2013-04-21 21:51:14 +02:00
Éric Lemoine
4f1b7c70b8
Remove unused function
2013-04-21 21:50:03 +02:00
Tom Payne
e6f354ce7c
Merge pull request #632 from twpayne/mobile-full-screen-example
...
Mobile full screen example
2013-04-21 09:46:48 -07:00
Tom Payne
ddb295cc77
Add full screen example for mobile devices
2013-04-20 16:56:31 +02:00
Tom Payne
be7228f78e
Add options to ol.Geolocation constructor
2013-04-20 16:55:26 +02:00
Tom Payne
945d2f6f5d
Merge pull request #631 from twpayne/dont-use-foreach-in-loops
...
Don't use forEach in loops
2013-04-20 03:02:13 -07:00
Tom Payne
ac557d4eca
Merge pull request #567 from twpayne/no-events-in-renderers
...
No events in renderers
2013-04-20 02:52:32 -07:00
Tom Payne
b2cc0c9bd8
Use ii instead of len for array length cache for consistency
2013-04-20 11:34:49 +02:00
Tom Payne
c48b9c5118
Cache array length in ol.TileRange
2013-04-20 11:34:48 +02:00
Tom Payne
ac489c6938
Cache array length in ol.structs.Buffer
2013-04-20 11:34:48 +02:00
Tom Payne
fb0f1fb209
Cache array length in layer renderer
2013-04-20 11:34:48 +02:00
Tom Payne
879d9758c0
Cache array length in WebGL renderer
2013-04-20 11:34:48 +02:00
Tom Payne
72a83b99b7
Cache array length in DOM renderer
2013-04-20 11:34:48 +02:00
Tom Payne
68440e7e0f
Cache array length in canvas renderer
2013-04-20 11:34:39 +02:00
Tom Payne
e9b0e2b0e8
Cache array length in ol.Map
2013-04-20 11:27:55 +02:00
Tom Payne
332fd250b4
Cache array length in ol.Collection
2013-04-20 11:27:44 +02:00
Tom Payne
f047e5f6bd
Cache array length in ol.Attribution
2013-04-20 11:27:32 +02:00
Tom Payne
7979726327
Avoid creating an ol.Size object
2013-04-19 20:52:40 +02:00
Tom Payne
d964bbc605
Use for loop instead of forEach in WebGL tile layer renderer
2013-04-19 20:41:54 +02:00
Tom Payne
f5611d6cd6
Use for loop instead of forEach in WebGL map renderer
2013-04-19 20:29:24 +02:00
Tom Payne
388e530420
Use for loop instead of forEach in DOM map renderer
2013-04-19 20:22:20 +02:00
Tom Payne
fe5c8a97d4
Add ol.renderer.Map#getLayerRendererByKey
2013-04-19 20:22:01 +02:00
Tom Payne
37d3f7b4c1
Use for loop instead of forEach in canvas map renderer
2013-04-19 20:12:11 +02:00
Tom Payne
72767f5d17
Merge pull request #555 from twpayne/extent-as-array
...
ol.Extent as Array.<number>
2013-04-19 08:41:19 -07:00
Tom Payne
965776160f
Merge pull request #569 from twpayne/define-properties-in-constructor
...
Define properties in constructor
2013-04-19 01:21:34 -07:00
Tom Payne
a642868cfa
Port examples to new extents
2013-04-19 10:03:36 +02:00
Tom Payne
f81658f542
Port parsers to new extents
2013-04-19 10:03:36 +02:00
Tom Payne
953f9c2e7a
Port ol.geom to new extents
2013-04-19 10:03:36 +02:00
Tom Payne
01168e805a
Port ol.filter.ExtentFilter to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
a413f3046a
Port interactions to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
1d4eaf6824
Port ol.structs.RTree to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
305089d84f
Port ol.renderer.webgl to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
10d1be695d
Port ol.renderer.dom to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
465e24cf4e
Port ol.renderer.canvas to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
aff9f5dbf9
Port ol.source.SingleImageWMS to new extents
2013-04-19 10:03:35 +02:00
Tom Payne
583564e484
Port ol.source.StaticImage to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
559e85bc76
Port ol.source.TiledWMS to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
9708fb4ea6
Port ol.source.WMTS to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
10354cf607
Port ol.source.WMS to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
f0c812482f
Port ol.source.TileJSON to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
e868954d9c
Port ol.source.TileSource to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
c2ff8347d9
Port ol.source.BingMaps to new extents
2013-04-19 10:03:34 +02:00
Tom Payne
e50253e316
Port ol.projection to new extents
2013-04-19 09:32:12 +02:00
Tom Payne
9773314803
Port ol.View2D to new extents
2013-04-19 09:32:12 +02:00
Tom Payne
7d21bd8133
Port ol.Map to new extents
2013-04-19 09:32:12 +02:00
Tom Payne
ca8647c808
Port ol.tilegrid to new extents
2013-04-19 09:32:12 +02:00
Tom Payne
b4f7259c7f
Port function types to new extents
2013-04-19 09:32:12 +02:00
Tom Payne
16f70ba1a0
Replace ol.Extent and ol.Rectangle with Array.<number>
2013-04-19 09:32:11 +02:00
Tom Payne
0da8b0ae7f
Don't inherit ol.PixelBounds from ol.Rectangle
2013-04-19 09:32:11 +02:00
Tom Payne
1ad7765f2f
Don't derive ol.TileRange from ol.Rectangle
2013-04-19 09:32:11 +02:00
Tom Payne
7d610bde7b
Initialize all properties in constructor in interactions
2013-04-18 21:02:53 +02:00
Tom Payne
b24c46dd19
Initialize all properties in constructor in ol.Geolocation
2013-04-18 21:02:18 +02:00
Tom Payne
43cfc2a4cd
Initialize all properties in constructor in controls
2013-04-18 21:01:58 +02:00
Tom Payne
669d47e8d2
Merge pull request #568 from twpayne/fix-dom-layer-visibility
...
Fix DOM layer visibility
2013-04-18 10:52:45 -07:00
Tom Payne
8831d25929
Remove DOM layer in render, not in dispose
2013-04-18 19:25:49 +02:00
Tom Payne
f7c0c26bed
Update layer visibility in DOM renderer
2013-04-18 19:21:06 +02:00
Tom Payne
d291d23092
ol.renderer.Layer no longer needs to inherit from ol.Object
2013-04-18 18:59:22 +02:00
Tom Payne
85a95a0036
Call render and requestRenderFrame directly instead of using changed events
2013-04-18 18:58:59 +02:00
Tom Payne
f274cc99f6
Don't call event handlers in constructor
2013-04-18 16:35:06 +02:00
Tom Payne
87358296f4
Merge pull request #564 from twpayne/frame-index
...
Frame index
2013-04-18 06:16:30 -07:00
Tom Payne
bc9f702d84
Merge pull request #563 from twpayne/single-image-load-render
...
Render instead of requestRenderFrame when single image loads
2013-04-18 06:05:44 -07:00
Tom Payne
75bc61c0e0
Use index instead of time as frame marker
2013-04-18 14:47:27 +02:00
Tom Payne
8fef7b9edd
Add index to frame state
2013-04-18 14:47:27 +02:00
Tom Payne
1c4d2956ac
Merge pull request #562 from twpayne/renderer-fixes
...
Renderer fixes
2013-04-18 05:09:58 -07:00
Tom Payne
302e65e140
Render instead of requestRenderFrame when single image loads
2013-04-18 13:24:25 +02:00
Tom Payne
2f5797bc16
Always create layer renderer, even when layer is invisible or not ready
...
This is necessary because it is the layer renderer that is responsible
for triggering a render when a layer loads or becomes visible.
2013-04-18 12:52:45 +02:00
Tom Payne
77841bb8eb
Merge pull request #542 from twpayne/simplify-renderer-events
...
Create and remove layer renderers in renderFrame
2013-04-18 02:14:39 -07:00
Frédéric Junod
a0ed2afa88
Merge pull request #561 from fredj/bingkey
...
Update Bing Maps key, see #554
2013-04-18 01:55:02 -07:00
Frederic Junod
51d14e95d7
Update Bing Maps key, see #554
2013-04-18 10:10:31 +02:00
Éric Lemoine
5d86674b32
Merge pull request #553 from elemoine/fix-zoomslider
...
ZoomSlider example is broken
2013-04-17 11:41:36 -07:00
Éric Lemoine
f476726aff
Merge pull request #554 from elemoine/bing-maps-key
...
Bing Maps key has expired
2013-04-17 04:47:38 -07:00
Éric Lemoine
6d282e939d
Update Bing Maps key (Expiration Date: 07/16/2013)
2013-04-17 13:23:16 +02:00
Éric Lemoine
6f34595312
ZoomSlider uses non-existing View2D functions
2013-04-17 10:53:23 +02:00
Tom Payne
a07e70ea32
Handle obscure edge case where deferred post render function receives a null frame state
2013-04-16 23:40:48 +02:00
Tom Payne
328a1bcda5
Merge pull request #556 from twpayne/consistent-and-unique-filenames
...
Consistent and unique filenames
2013-04-16 11:12:30 -07:00
Tom Payne
f174ffc2ad
Rename projection files for consistency
2013-04-16 19:59:54 +02:00
Tom Payne
9f0004e17d
Rename test files to match source files
2013-04-16 19:59:53 +02:00
Tom Payne
b19b753c1b
Give wgs84.js files unique filenames
2013-04-16 19:20:19 +02:00
Tom Payne
3867d0cd28
Give defaults.{js,exports} unique filenames
2013-04-16 19:18:14 +02:00
Tom Payne
a68656ad33
Rename wms.js to wmssource.js
2013-04-16 19:15:00 +02:00
Tom Payne
bc10446b0e
Track changes to layers in the map
2013-04-16 18:31:59 +02:00
Tom Payne
07fe17924b
Remove layer renderers in post render function
2013-04-16 18:16:08 +02:00
Frédéric Junod
4e911fc34b
Merge pull request #550 from fredj/keyboard
...
Add a condition param to the KeyboardPan and KeyboardZoom interactions.
2013-04-15 22:48:03 -07:00
Frédéric Junod
52b4a8f71f
Merge pull request #551 from fredj/ol.interaction.Keyboard
...
Remove ol.interaction.Keyboard
2013-04-15 22:47:28 -07:00
Éric Lemoine
96690845eb
Merge pull request #548 from elemoine/zoom-css
...
Bigger + and - zoom buttons on touch devices
2013-04-15 03:44:47 -07:00
Éric Lemoine
7351ef038f
Merge pull request #549 from elemoine/pan-interaction-fix
...
Pan interaction fix
2013-04-15 03:44:20 -07:00
Frederic Junod
a5e0f06a8e
Remove ol.interaction.Keyboard
2013-04-15 12:33:09 +02:00
Frederic Junod
fd6f4a0622
Add a condition param to the KeyboardPan and KeyboardZoom interactions.
...
By default, the action is ignored if a modifier key is pressed.
2013-04-15 11:04:09 +02:00
Éric Lemoine
49bf204c13
pan interactions call requestRenderFrame on dragend
2013-04-15 10:46:55 +02:00
Éric Lemoine
61204d10d8
setHint returns new hint value
2013-04-15 10:46:30 +02:00
Éric Lemoine
ca8d033fb0
Merge pull request #547 from elemoine/touch-anchor
...
Anchors are incorrect in touch interactions
2013-04-14 14:54:10 -07:00
Éric Lemoine
b501230164
Bigger + and - zoom buttons on touch devices
2013-04-14 23:28:45 +02:00
Éric Lemoine
71fb6087fe
Merge pull request #546 from elemoine/view2d
...
View2D - more consistency and configuration flexibility
2013-04-14 13:50:10 -07:00
Éric Lemoine
74feabb4c4
Fix rotation anchor for touch rotate interation
2013-04-14 22:47:52 +02:00
Éric Lemoine
4b395c72fa
Fix zoom anchor for touch zoom interaction
2013-04-14 22:47:05 +02:00
Éric Lemoine
78b2983fdf
maxZoom 18 in localized-openstreetmap example
2013-04-14 22:14:05 +02:00
Éric Lemoine
48f0e7e2ec
More View2D configuration flexibility
2013-04-14 22:12:12 +02:00
Éric Lemoine
778aec45d8
View2D option "numZoomLevels" changed to "maxZoom"
...
This is to be consistent with ol.source.XYZ and ol.tilegrid.XYZ.
2013-04-14 22:00:09 +02:00
ahocevar
aee6b8333b
Merge pull request #545 from ahocevar/no-container
...
Docs align better with examples when not using a container
2013-04-14 00:20:39 -07:00
ahocevar
f9281ac619
Docs align better with examples when not using a container
2013-04-14 09:19:40 +02:00
ahocevar
605ee491c4
Merge pull request #544 from ahocevar/no-timestamp
...
Removing the timestamp
2013-04-13 09:24:11 -07:00
ahocevar
6440ce5ea0
Removing the timestamp
...
When auto-generating the website using grunt in the
openlayers.github.io repo, we do not need to publish new docs
every time grunt is run, just because the timestamp is updated.
2013-04-13 18:23:31 +02:00
ahocevar
4a1f13ad0a
Merge pull request #543 from ahocevar/jsdoc-typo
...
container-fluid is a class, not an id
2013-04-12 11:56:51 -07:00
ahocevar
bbc20f505b
container-fluid is a class, not an id
2013-04-12 20:55:57 +02:00
Tom Payne
4e69b2bb8b
Create and remove layer renderers in renderFrame
...
Previously, the map renderer would listen for layers being added and
removed from the layers collection, and would create and remove layer
renderers in response to these events.
With this change, layer renderers are only created or removed when
renderFrame is called, which leads to somewhat simpler code.
We still need to listen to changes to the layers collection, but now
these only trigger a new render.
This new approach also has an advantage when layers change order.
Swapping the order of two layers involves removing one and re-inserting
it elsewhere. With the old approach, this would cause the deletion and
re-creation of the layer renderer. With this new approach, the layer
renderer is preserved.
2013-04-12 17:50:38 +02:00
Éric Lemoine
cd5d2c7144
Merge pull request #541 from elemoine/canvas-comments
...
Fix bug in canvas.TileLayer comments
2013-04-12 08:44:21 -07:00
Éric Lemoine
1fe3091f43
Fix bug in canvas.TileLayer comments
2013-04-12 17:40:28 +02:00
Éric Lemoine
6e3b8d2f40
Merge pull request #540 from elemoine/canvas-comments
...
Add comments to ol.renderer.canvas.TileLayer
2013-04-12 08:31:19 -07:00
Éric Lemoine
6cc019c031
Add comments to ol.renderer.canvas.TileLayer
2013-04-12 17:27:40 +02:00
Bart van den Eijnden
aa69b4bae8
Merge pull request #539 from bartvde/wmscapstests
...
Use afterLoadXml in WMSCapabilities parser tests (r=@twpayne)
2013-04-12 04:03:14 -07:00
Tom Payne
7c9a1acc2a
Merge pull request #535 from twpayne/renderer-clean-ups
...
Renderer clean-ups
2013-04-12 02:49:56 -07:00
Bart van den Eijnden
8fafe63553
Use afterLoadXml in WMSCapabilities parser tests
...
The WMS Capabilities parser tests were created before the afterLoadXml
utility functions were created. This is now corrected.
2013-04-12 11:25:08 +02:00
Bart van den Eijnden
d1d18ad325
Merge pull request #517 from bartvde/kmlfresh3
...
Add a parser for reading and writing KML (r=@tschaub,@fredj,@twpayne)
2013-04-11 23:50:44 -07:00
Tom Payne
be629a7ed8
Sort jsdoc comments alphabetically
2013-04-12 00:48:55 +02:00
Tom Payne
0371b891a6
Tighten up permission on layer renderers
2013-04-12 00:48:35 +02:00
Tom Payne
d855a35446
Make renderer layer management private
2013-04-12 00:33:37 +02:00
Tom Payne
f0106f391a
Make ol.renderer.Map.map property private
2013-04-12 00:33:37 +02:00
Tom Payne
ee817ba4a2
Clean up ol.renderer.webgl.Map.createLayerRenderer
2013-04-12 00:33:37 +02:00
Tom Payne
df6e13bdc0
Clean up ol.renderer.dom.Map.createLayerRenderer
2013-04-12 00:33:33 +02:00
Tom Payne
db15c53f95
Merge pull request #521 from openlayers/full-screen-control
...
Full screen control
2013-04-11 10:12:12 -07:00
Frederic Junod
7b0e036b83
Hide the control if the Fullscreen API is not supported
2013-04-11 18:25:31 +02:00
Frederic Junod
8206cf111f
Fix full screen button state
2013-04-11 18:25:31 +02:00
Tim Schaub
93041becbe
Toggle css class and use css content for anchor
2013-04-11 18:25:31 +02:00
Tom Payne
0bd11d0a70
Use full screen control in full screen example
2013-04-11 18:25:31 +02:00
Tom Payne
cef6fe4930
Add full screen control
2013-04-11 18:25:31 +02:00
Éric Lemoine
055a4da761
Merge pull request #518 from elemoine/canvas
...
Canvas tile layer renderer occasionally glitches when panning fast
2013-04-11 08:14:04 -07:00
Tom Payne
ac40769155
Clear tiles that are not fully covered
2013-04-11 15:50:32 +02:00
Éric Lemoine
d1021b6ee0
Refactor and fix canvas tile layer renderer
2013-04-11 09:26:57 +02:00
Éric Lemoine
a344e4af8c
Merge pull request #528 from elemoine/touch
...
Touch interactions should use requestRenderFrame
2013-04-10 22:44:27 -07:00
ahocevar
37ca407e50
Merge pull request #529 from ahocevar/global
...
Don't use window and document
2013-04-10 13:56:05 -07:00
Tim Schaub
d71da50fb9
Merge pull request #532 from tschaub/update-size
...
Add an updateSize method. Application code should call this when the map viewport size changes by some method other than a window resize.
2013-04-10 13:40:58 -07:00
Tim Schaub
b499f71d97
Add an updateSize method
...
We need a non-private/protected method to call when the map viewport size changes.
2013-04-10 12:47:06 -06:00
ahocevar
a437bea61f
Use no browser globals at all
2013-04-10 16:53:45 +02:00
Éric Lemoine
b6a6ba95cc
Touch zoom interaction requests render frames
2013-04-10 16:15:58 +02:00
Éric Lemoine
703842a021
Touch rotate interaction requests render frames
2013-04-10 16:15:58 +02:00
Éric Lemoine
1e3e7fb0c1
Touch pan interaction request render frames
2013-04-10 16:15:58 +02:00
Éric Lemoine
ce985ba272
Remove extra /**
2013-04-10 16:15:58 +02:00
Éric Lemoine
38914bc95b
addPreRenderFunction calls requestRenderFrame
...
So there's no need to call requestRenderFrame prior to calling addPreRenderFunction.
2013-04-10 16:15:58 +02:00
ahocevar
dc1d7a1aba
Don't use window and document
...
With this change, our JavaScript can also be executed by
non-brower engines.
2013-04-10 15:48:17 +02:00
ahocevar
ae5d1cee1e
Merge pull request #527 from ahocevar/jsdoc-filtered
...
Only document the exported API, not every symbol. r=@elemoint
2013-04-10 06:28:25 -07:00
Éric Lemoine
3bb476e752
Merge pull request #526 from elemoine/OSM
...
OpenStreetMap to OSM renaming
2013-04-10 06:27:04 -07:00
ahocevar
12cd3672bc
Remove "Inherited from" for non-API parents
2013-04-10 15:06:12 +02:00
Éric Lemoine
091cc10f08
Merge pull request #520 from elemoine/view2d
...
The view does not know about the map
2013-04-10 05:12:36 -07:00
Éric Lemoine
7a488be89e
Merge pull request #524 from elemoine/check
...
Compile entire code base on build check
2013-04-10 05:08:46 -07:00
ahocevar
71c32d3554
Don't use the undocumented property before it is set
...
This actually avoids addition of params of symbols that are not
part of the API.
2013-04-10 13:59:32 +02:00
ahocevar
7a50295c49
Making @elemoine and GitHub happy
...
Reminder to self: everyone wants a new line at the end of a
file.
2013-04-10 13:18:22 +02:00
ahocevar
1e0e30a9ed
Use a public return type for a public function
2013-04-10 11:34:03 +02:00
ahocevar
8acfa08766
Making the linter happy
...
Although *.jsdoc files are none of the linter's business...
2013-04-10 11:24:27 +02:00
ahocevar
9cb85ea9a9
Adding the projection namespace
2013-04-10 11:18:23 +02:00
ahocevar
423ba5c0e4
A few lines explaining what the exports.js plugin does
2013-04-10 11:04:39 +02:00
ahocevar
6f94ec6fe7
Adding params of API symbols to the API
...
This makes the API docs complete. What still needs to be
documented is API events, but this deserves a separate pull
request.
2013-04-10 10:57:36 +02:00
Bart van den Eijnden
8cc70f35d9
use goog.global, restructure to have ol.parser.KML instead of ol.parser.ogc.KML
2013-04-10 10:17:28 +02:00
Éric Lemoine
a694661793
OpenStreetMap to OSM renaming
...
OSM is a well-known name, and is shorter than OpenStreetMap.
2013-04-10 10:07:49 +02:00
Éric Lemoine
4e4d22b4e2
Target "check" depends on ol-all.js
2013-04-10 09:15:15 +02:00
Éric Lemoine
14e066ac78
Add exports.js as an input to ol-all
2013-04-10 09:14:51 +02:00
Éric Lemoine
2d5381ae41
Move zoom from View2D to Interaction
2013-04-10 08:52:07 +02:00
Éric Lemoine
dbca68650c
Move rotate from View2D to Interaction
2013-04-10 08:52:06 +02:00
Éric Lemoine
51094139a8
Move pan function from View2D to Interaction
2013-04-10 08:27:47 +02:00
ahocevar
551a5f06ff
Nicer way to fix @inheritDoc
2013-04-10 01:45:21 +02:00
ahocevar
2fd185c966
Only document the exported API, not every symbol
...
There is more work to be done, because this filters out more
than desired, and we don't have events documented yet.
2013-04-10 01:44:40 +02:00
Tom Payne
ee987bc951
Merge pull request #438 from twpayne/boost-tile-limits
...
Tile limits are too low
2013-04-09 13:16:09 -07:00
Tom Payne
5a2483e224
Increase default tile cache size
2013-04-09 22:14:54 +02:00
Tom Payne
29b78a32e8
Merge pull request #519 from twpayne/tile-garbage-clean-ups
...
Tile garbage clean-ups
2013-04-09 13:12:01 -07:00
Éric Lemoine
32560e8699
Merge pull request #516 from elemoine/no-getview2d-in-examples
...
Do not use getView2D in the examples
2013-04-09 11:13:40 -07:00
Tom Payne
680b31c5e0
Eliminate an ol.TileCoord allocation
2013-04-09 19:54:15 +02:00
Tom Payne
fe03ebe99c
Re-use ol.Extent objects
2013-04-09 19:19:45 +02:00
Tom Payne
ee8e565be2
Enable ol.Extent re-use
2013-04-09 19:19:45 +02:00
Tom Payne
e08d19ac55
Add ol.Extent.createOrUpdate
2013-04-09 19:19:44 +02:00
Tom Payne
e556c87a7c
Re-use ol.TileRange objects
2013-04-09 19:19:20 +02:00
Tom Payne
e30109913e
Enable ol.TileRange re-use
2013-04-09 19:19:20 +02:00
Tom Payne
7a4672d429
Add ol.TileRange.createOrUpdate
2013-04-09 19:19:19 +02:00
Tom Payne
5bd67e1325
Re-use ol.TileCoord objects
2013-04-09 19:19:11 +02:00
Tom Payne
5a4033db7a
Enable ol.TileCoord re-use
2013-04-09 19:19:11 +02:00
Tom Payne
7b58685462
Add ol.TileCoord.createOrUpdate
2013-04-09 19:19:11 +02:00
Tim Schaub
2ecaf2bc69
Merge pull request #501 from tschaub/logical
...
Logical filter touch-ups
2013-04-09 09:21:13 -07:00
Éric Lemoine
396ee5ce3d
Add constrainResolution|Rotation to ol.View2D
2013-04-09 17:06:18 +02:00
Éric Lemoine
6bb36452cb
Add calculateCenterZoom|Rotation to ol.View2D
2013-04-09 16:50:48 +02:00
Bart van den Eijnden
577ebd6abe
move examples/kml to examples/data/kml
2013-04-09 16:17:36 +02:00
Tom Payne
aa12232ec3
Merge pull request #509 from twpayne/use-high-resolution-tiles
...
Use high resolution tiles
2013-04-09 06:34:45 -07:00
Bart van den Eijnden
ed9861317f
Add a parser for reading and writing KML.
...
This adds ol.parser.ogc.KML which can be used to read and write KML documents.
NetworkLinks are retrieved asynchronously.
Current caveats of the implementation are:
* LabelStyle not yet implemented. Missing support in renderers.
* When using shared structures the parser needs to be configured with
dimension 2.
* We need a better way to disable fill, currently we use opacity as a
workaround.
* We cannot really roundtrip documents, since some of the info is not
preserved in the ol structures. But we can write out most of the important
info.
2013-04-09 15:34:03 +02:00
Éric Lemoine
572055127c
Do not use getView2D in the examples
2013-04-09 15:28:20 +02:00
ahocevar
38b1a59574
Merge pull request #511 from ahocevar/examples-data
...
Copying data folder to hosted examples directory. r=@elemoine
2013-04-09 05:07:31 -07:00
ahocevar
97f7eb3db3
Re-adding accidently removed line
...
This brings back the previous way to copy the data directory,
as suggested by @elemoine.
2013-04-09 13:22:04 +02:00
ahocevar
cdb90a79ee
Merge pull request #512 from ahocevar/export-getpixel
...
Export the pixel location of the MapBrowserEvent. r=@fredj,@twpayne
2013-04-09 04:16:09 -07:00
Tom Payne
e732a67382
Propagate return value
2013-04-09 13:15:16 +02:00
Tom Payne
cdc67a141a
Remove preload from examples that don't need it
2013-04-09 13:15:16 +02:00
Tom Payne
66f0e0d8e8
Add optimized version of getTileCoordChildTileRange for ol.tilegrid.XYZ
2013-04-09 13:15:16 +02:00
Tom Payne
c5748f1fd7
Store maxZoom in ol.tilegrid.XYZ
2013-04-09 13:15:16 +02:00
Tom Payne
1b7ee36680
Use high resolution tiles in DOM renderer
2013-04-09 13:15:16 +02:00
Tom Payne
8da1f3400b
Use high resolution tiles in Canvas renderer
2013-04-09 13:15:16 +02:00
Tom Payne
4d6e060052
Use high resolution tiles in WebGL renderer
2013-04-09 13:15:16 +02:00
Tom Payne
7a7ea8a072
Add ol.tilegrid.TileGrid.getTileCoordChildTileRange
2013-04-09 13:15:16 +02:00
Tom Payne
e39aae6662
Merge pull request #514 from twpayne/remove-stray-comment
...
Remove stray comment
2013-04-09 04:14:34 -07:00
Tom Payne
52893f1ba2
Remove stray comment
2013-04-09 13:07:02 +02:00
Tom Payne
e68f744ad1
Merge pull request #513 from twpayne/fix-tilequeue-assert
...
Remove incorrect assert, thanks @elemoine
2013-04-09 03:41:49 -07:00
Tom Payne
e12b30ba91
Remove incorrect assert, thanks @elemoine
2013-04-09 12:18:04 +02:00
ahocevar
964ae5b58b
Export the pixel location of the MapBrowserEvent
...
This is useful for getting the pixel coordinate relative to the
map viewport, which is used e.g. for WMS GetFeatureInfo.
2013-04-09 11:08:04 +02:00
ahocevar
696fc8c4f7
Copying data folder to hosted examples directory
...
We need to copy all of the examples directory, because we need
the data subdirectory.
2013-04-09 10:52:21 +02:00
Tom Payne
eee24870b5
Merge pull request #506 from twpayne/refactor-webgl-shaders
...
Refactor WebGL shaders
2013-04-08 11:11:47 -07:00
Tom Payne
1f679bbd1c
Merge pull request #508 from twpayne/remove-matrix-filter
...
Remove references to Matrix Filter
2013-04-08 11:10:28 -07:00
Tom Payne
60a33a86bb
Remove references to Matrix Filter
2013-04-08 19:43:41 +02:00
Tom Payne
ba3746a8d9
Merge pull request #507 from twpayne/asserts
...
Clean up use of goog.asserts
2013-04-08 10:39:55 -07:00
Tom Payne
a6a60149f1
Merge pull request #494 from twpayne/use-goog-base
...
Use Closure type identification functions
2013-04-08 10:16:52 -07:00
Tom Payne
e132943eef
Use goog.asserts.fail
2013-04-08 19:14:16 +02:00
Tom Payne
098bddb72f
Use goog.asserts.assertInstanceof
2013-04-08 19:03:49 +02:00
Tom Payne
667f3de6d9
Remove unused constants
2013-04-08 16:40:53 +02:00
Tom Payne
ee54aaaea4
Use simpler, faster shader when brightness, contrast, hue and saturation are unchanged
2013-04-08 16:40:53 +02:00
Tom Payne
f7f799be27
Use automatically generated locations in WebGL tile layer renderer
2013-04-08 16:40:53 +02:00
Tom Payne
aa5ce41cb5
Automatically generate uniform and attribute locations
2013-04-08 16:40:49 +02:00
Tom Payne
c6cd3e0227
Refactor glsl-unit templates
...
This abuses the template system to allow both a single anonymous shader
and multiple named shaders to be defined in a namespace.
2013-04-08 15:57:26 +02:00
Tom Payne
24cfd8a9be
Merge pull request #496 from twpayne/check-whitespace
...
Check whitespace
2013-04-08 06:06:15 -07:00
Éric Lemoine
879ea4f488
Merge pull request #473 from elemoine/value-resolution
...
Exponential scaling to ZoomSlider
2013-04-08 05:22:38 -07:00
Tom Payne
9d38b21831
Check for whitespace errors in jsdoc files
2013-04-08 13:40:13 +02:00
Tom Payne
a103b5acd7
Fix whitespace errors in jsdoc
2013-04-08 13:25:01 +02:00
Tom Payne
7b2c2369ae
Check for whitespace errors in lint
2013-04-08 13:25:01 +02:00
Tom Payne
f1cc5b87da
Fix whitespace errors in JavaScript source
2013-04-08 13:25:01 +02:00
Tom Payne
a4763e0b69
Fix whitespace errors in exports
2013-04-08 13:25:01 +02:00
Tom Payne
81712a28a3
Fix whitespace errors in examples
2013-04-08 13:24:10 +02:00
ahocevar
8117b1650b
Merge pull request #504 from ahocevar/shuffle-jsdoc
...
Shuffling jsdoc files, as suggested by @elemoine
2013-04-08 04:16:49 -07:00
ahocevar
0a540578a2
Moving ol.jsdoc and layer.jsdoc
2013-04-08 13:09:05 +02:00
Tom Payne
220dc2eab6
Merge pull request #499 from twpayne/fix-openstreetmap-licenses
...
OpenStreetMap licenses are inconsistent
2013-04-08 03:59:44 -07:00
Éric Lemoine
fb5ca531d0
Do not assume map.getView returns an ol.View2D
2013-04-08 12:55:00 +02:00
Tom Payne
75c1642c82
Merge pull request #498 from twpayne/boost-tile-loading
...
Boost tile loading
2013-04-08 03:54:53 -07:00
Éric Lemoine
8c9153ffca
ZoomSlider animates to final resolution
2013-04-08 12:51:29 +02:00
Éric Lemoine
516f21eb17
Make ZoomSlider use View2D value/resolution funcs
2013-04-08 12:51:14 +02:00
Éric Lemoine
6163f05b2b
ZoomSlider setMap deals with undefined resolution
2013-04-08 12:50:12 +02:00
Tom Payne
0221998120
Fix OpenStreetMap attributions
2013-04-08 12:32:03 +02:00
Éric Lemoine
631afb07ab
Add value/resolution functions to View2D
2013-04-08 12:28:37 +02:00
Tom Payne
01440b484b
Only manage the tile queue if it is not empty and improve comment
2013-04-08 12:14:33 +02:00
Tom Payne
6f49cb8abe
Assert that loadMoreTiles is only called when more tiles will be loaded
2013-04-08 12:12:25 +02:00
ahocevar
949a4a59fa
Shuffling jsdoc files, as suggested by @elemoine
2013-04-08 11:16:08 +02:00
Frédéric Junod
123e84de17
Merge pull request #502 from fredj/misc
...
Fix bootstrap.min.js path in overlay example
2013-04-08 01:10:48 -07:00
Frederic Junod
abf3896a71
Fix bootstrap.min.js path in overlay example
2013-04-08 10:01:38 +02:00
Tim Schaub
f0c62294f9
Doc fixes
2013-04-07 17:42:52 -06:00
Tim Schaub
27e23cce9c
Convenient factories for logical filters
2013-04-07 17:37:31 -06:00
Tim Schaub
ceb9541031
Correcting or and adding not
...
Previously, OR filters always returned true (fixes #500 ).
2013-04-07 17:36:54 -06:00
Tom Payne
09110098ae
Merge pull request #497 from openlayers/doc-objectliterals
...
Documentation for exported object literals
2013-04-07 13:03:26 -07:00
Tom Payne
60a913aef3
Compute number of new tiles to load exactly
2013-04-07 19:12:40 +02:00
Tom Payne
5b133d40d9
Only reprioritize tile queue when more tiles will be loaded
2013-04-07 18:31:56 +02:00
Tom Payne
b93283e8f3
Boost number of loading tiles when not animating or interacting
2013-04-07 18:25:19 +02:00
Tom Payne
da6f4cc764
Make maximum number of tiles loading a parameter to loadMoreTiles
2013-04-07 18:10:19 +02:00
Tom Payne
1d5431226e
Use objectliterals.jsdoc instead of objectliterals.exports
2013-04-07 18:00:11 +02:00
Tom Payne
b83352549e
Correct typos in objectliterals.jsdoc
2013-04-07 18:00:11 +02:00
ahocevar
c832a47575
Documentation for exported object literals
...
This adds the infrastructure that we need for documenting
exported object literals. This is best done by using *.jsdoc
files, which are parsed by JSDoc but not the Closure Compiler.
In addition to adding the documentation of the objects literal
properties, the respective namespaces must also be annotated.
Restricting the API docs to the exported API will be added as a
separate pull request.
2013-04-07 18:00:10 +02:00
Tom Payne
5f817476c2
Merge pull request #495 from twpayne/logo-control-exports
...
Add ol.control.Logo exports
2013-04-07 04:18:05 -07:00
Tom Payne
f724e40179
Add ol.control.Logo exports
2013-04-07 12:53:52 +02:00
Tom Payne
7a2ad8c506
Use Closure type identification functions
2013-04-07 12:31:54 +02:00
Tom Payne
a90797852e
Merge pull request #489 from twpayne/consistent-options
...
Consistent options
2013-04-07 03:13:07 -07:00
Tom Payne
b74ebcdae5
Be more consistent with view options
2013-04-07 11:44:59 +02:00
Tom Payne
5b104635cf
Be more consistent with tilegrid options
2013-04-07 11:44:59 +02:00
Tom Payne
dfc4dcc5f9
Be more consistent with style options
2013-04-07 11:44:58 +02:00
Tom Payne
3f637ec2c4
Be more consistent with overlay options
2013-04-07 11:44:58 +02:00
Tom Payne
f1c6ea4bab
Be more consistent with map options
2013-04-07 11:44:58 +02:00
Tom Payne
a537632199
Be more consistent with source options
2013-04-07 11:44:58 +02:00
Tom Payne
042cf9b7a9
Merge pull request #493 from twpayne/correct-example
...
Update use of ol.Coordinate in example
2013-04-07 02:40:48 -07:00
Tom Payne
99caf9a6fe
Update use of ol.Coordinate in example
2013-04-07 11:40:16 +02:00
Tom Payne
81486c261d
Merge pull request #491 from twpayne/openstreetmap-options
...
OpenStreetMap options
2013-04-07 02:09:29 -07:00
Tom Payne
fe6b418cbd
Use common attribution for OpenStreetMap
2013-04-07 10:43:04 +02:00
Tom Payne
910ee493e5
Add localized OpenStreetMap example
2013-04-07 10:24:44 +02:00
Tom Payne
93e9b4524b
Add OpenStreetMap options
2013-04-06 21:41:01 +02:00
Tom Payne
ac8762b493
Be more consistent with projection options
2013-04-06 20:44:23 +02:00
Tom Payne
ec77455c14
Be more consistent with parser options
2013-04-06 20:44:23 +02:00
Tom Payne
3197e278f8
Be more consistent with layer options
2013-04-06 20:44:23 +02:00
Tom Payne
42c029be84
Be more consistent with interaction options
2013-04-06 20:44:23 +02:00
Tom Payne
85af2bf912
Be more consistent with geolocation options
2013-04-06 20:44:23 +02:00
Tom Payne
ea22f0f8cc
Be more consistent with control options
2013-04-06 20:44:23 +02:00
Tom Payne
7e8db559fe
Be more consistent with animation options
2013-04-06 19:12:39 +02:00
Tom Payne
027806d114
Merge pull request #488 from twpayne/remove-logger
...
Remove (mostly unused) logger
2013-04-06 09:11:45 -07:00
Tom Payne
4d1ec1ff90
Remove (mostly unused) logger
2013-04-06 17:32:41 +02:00
Éric Lemoine
f3415f3631
Merge pull request #477 from elemoine/slow-start
...
Tile loading is slow to start
2013-04-06 06:14:07 -07:00
Tom Payne
d90c871ebb
Merge pull request #484 from twpayne/check-goog-requires
...
Check requires from Closure Library
2013-04-06 05:52:58 -07:00
Éric Lemoine
928906bd17
Do not always limit num of tile loads per frame
2013-04-06 14:43:10 +02:00
Tom Payne
5d36f1de83
Merge pull request #485 from twpayne/no-social-widgets-when-debugging
...
Remove social widgets when debugging
2013-04-06 05:32:49 -07:00
Tom Payne
1e8a47be13
Speed up requirements checking
2013-04-06 14:28:12 +02:00
Tom Payne
4be8c991f7
Add missing Closure Library requires
2013-04-06 14:28:12 +02:00
Tom Payne
12a6d6b43f
Read provides from Closure Library
2013-04-06 14:23:56 +02:00
Tom Payne
f8ea6fefd3
Merge pull request #486 from twpayne/build-py-pep8
...
Make build.py PEP8 compliant again
2013-04-06 05:22:43 -07:00
Tom Payne
a2bae2d893
Merge pull request #487 from twpayne/update-url
...
Update examples URL to openlayers.github.io
2013-04-06 05:21:57 -07:00
Tom Payne
8073be7f3a
Update examples URL to openlayers.github.io
2013-04-06 14:21:16 +02:00
Tom Payne
764872d619
Remove social widgets when debugging
...
Social widgets increase load times, add uncontrolled JavaScript code,
and open potential security holes. None of these are desirable,
especially when debugging. This commit removes the Twitter and Google
Plus widgets, at least when the window location has a query string
(e.g. "?mode=RAW").
2013-04-06 14:12:03 +02:00
Tom Payne
622ac870fd
Merge pull request #482 from twpayne/control-clean-ups
...
Control clean-ups
2013-04-06 05:10:22 -07:00
Tom Payne
8bf14f8f98
Make build.py PEP8 compliant again
2013-04-06 14:08:56 +02:00
Tom Payne
d3f6691cf1
Merge pull request #483 from twpayne/sort-objectliterals-exports
...
Sort src/objectliterals.exports
2013-04-05 12:05:45 -07:00
Tom Payne
e068135a66
Sort src/objectliterals.exports
2013-04-05 21:00:40 +02:00
Tom Payne
25eb18d2c8
Handle unlistening in base class
2013-04-05 20:59:16 +02:00
Tom Payne
06bcab8374
Move postrender event listening into base class
2013-04-05 20:59:16 +02:00
Tom Payne
da1e5aadd3
Factor out css.js and fix requires
2013-04-05 20:59:16 +02:00
Tom Payne
4520d81153
Don't lint examples/loader.js
2013-04-05 20:20:13 +02:00
Tom Payne
6cd7acfb8e
Merge pull request #480 from twpayne/logo-control
...
Add logo control
2013-04-05 10:47:49 -07:00
Éric Lemoine
dd68afca5b
Merge pull request #449 from elemoine/no-kinetic
...
Undesired pans after pinching
2013-04-05 10:04:41 -07:00
Tom Payne
2ec13c45f5
Merge pull request #481 from twpayne/attribution-control-clean-ups
...
Minor attribution control clean-ups
2013-04-05 09:46:35 -07:00
ahocevar
d61b70f696
Merge pull request #444 from ahocevar/jsdoc
...
Enabling Markdown and other JSDoc improvements. r=@marcjansen,@Turbo87
2013-04-05 09:41:27 -07:00
Tom Payne
cfe5234104
Add logo control by default
2013-04-05 18:38:52 +02:00
Tom Payne
dfed88a8c2
Add ol.control.Logo
2013-04-05 18:38:52 +02:00
Tom Payne
5680b89c48
Update logos in renderers
2013-04-05 18:27:51 +02:00
Tom Payne
cca770097b
Add logos to frame state
2013-04-05 18:27:51 +02:00
Tom Payne
0caf5efef6
Configure logo for MapQuest sources
2013-04-05 18:27:45 +02:00
Tom Payne
78abd1b103
Minor attribution control clean-ups
2013-04-05 18:19:20 +02:00
Tom Payne
5b2cbe76f2
Configure logo for Bing Maps source
2013-04-05 18:12:45 +02:00
Tom Payne
a876332f0e
Add logo option to ol.source.Source subclasses
2013-04-05 18:12:12 +02:00
Tom Payne
6c90bcc5cd
Add logo option to ol.source.Source
2013-04-05 18:11:22 +02:00
Tom Payne
5a2f7f44d4
Merge pull request #448 from kalbermattenm/windows_paths
...
Windows installation support
2013-04-05 08:57:28 -07:00
Michael Kalbermatten
b9c804d3b3
Windows tests and checkdeps function
2013-04-05 17:25:32 +02:00
Tom Payne
bcdff5a011
Merge pull request #437 from twpayne/throttle-image-loads
...
Throttle image requests
2013-04-05 07:24:13 -07:00
Tom Payne
3b416c485b
Merge pull request #465 from twpayne/coordinate-as-array
...
Replace ol.Coordinate with Array.<number>
2013-04-05 06:58:20 -07:00
Tom Payne
58a512b52c
Remove unused constant
2013-04-05 12:30:38 +02:00
Tom Payne
a8295ba113
Use ol.vec.Mat4.multVec2
2013-04-05 12:30:38 +02:00
Tom Payne
c7ed933c9d
Add ol.vec.Mat4.multVec2
2013-04-05 12:30:38 +02:00
Tom Payne
d892ef2b6a
Use slice to extract sub-arrays
2013-04-05 12:30:38 +02:00
Tom Payne
02196c94b5
Redefine ol.Coordinate to be Array.<number>
2013-04-05 12:30:37 +02:00
Frédéric Junod
6fc86b81c7
Merge pull request #474 from fredj/misc
...
Remove unused local variable
2013-04-05 03:19:38 -07:00
Frederic Junod
cade8eaf7e
Remove unused local variable
2013-04-05 11:59:07 +02:00
Frédéric Junod
4a5ed629cc
Merge pull request #466 from fredj/popover
...
Use popover from Bootstrap
2013-04-05 01:16:04 -07:00
Éric Lemoine
5f47ee9a9c
Disable kinetic when multiple touches on screen
2013-04-05 09:23:05 +02:00
Frederic Junod
73791040c1
Quote object keys to prevent renaming in ADVANCED_OPTIMIZATIONS mode
2013-04-05 09:13:33 +02:00
Frederic Junod
ea97c8687c
Update overlay example tags and doc
2013-04-05 08:59:56 +02:00
Tim Schaub
2f829b4aba
Merge pull request #471 from tschaub/example-typo
...
Correct link to example source
2013-04-04 20:42:06 -07:00
Tim Schaub
613b9d7592
Correct link to example source
2013-04-04 21:40:35 -06:00
Tom Payne
0a1b1751f1
Merge pull request #470 from szymonc/error-fix
...
Add goog.base(this) to the MapBrowserEventHandler's constructor
2013-04-04 15:28:24 -07:00
Tom Payne
4cb9685271
Merge pull request #469 from twpayne/webgl-context-lost
...
Abort rendering when WebGL context is lost
2013-04-04 15:16:14 -07:00
Tom Payne
b32a2e101c
Abort rendering when WebGL context is lost
2013-04-05 00:14:10 +02:00
szymonc
569fb81572
Add goog.base(this) to the MapBrowserEventHandler's constructor
2013-04-05 00:01:16 +02:00
Tom Payne
0e12d16c37
Move configuration of maximum tiles loading into map.js
2013-04-04 23:49:21 +02:00
Tom Payne
71d1207201
Start a maximum of two new tile downloads per frame
2013-04-04 23:33:18 +02:00
Frederic Junod
f806ac5807
Use map.on instead of map.addEventListener
2013-04-04 16:08:45 +02:00
ahocevar
6c5377eebe
Creating a resources folder for use by examples and API docs
2013-04-04 15:18:15 +02:00
Frederic Junod
1311464ea6
Use popover from Bootstrap
2013-04-04 14:48:42 +02:00
Frédéric Junod
9f689a0809
Merge pull request #464 from fredj/externs-bootstrap
...
Lowercase type in externs/bootstrap.js
2013-04-04 05:48:21 -07:00
Frederic Junod
20b8e1e311
Lowercase type in externs/bootstrap.js
2013-04-04 14:26:13 +02:00
ahocevar
b4ce430bfb
Making social links work
2013-04-04 14:25:24 +02:00
ahocevar
9f2ff48444
Use bootstrap layout and css from examples
...
I'm sure this can be made much prettier still, but at least we
have a common theme with the examples now.
2013-04-04 11:53:12 +02:00
ahocevar
e042c5701a
Enabling Markdown and other JSDoc improvements
...
This change enables GitHub flavored markdown for APIdoc
comments. The code example in map.js shows how to use markdown
for code snippets. doc/index.md is now included again as start
page for the docs. Everything in the doc/tutorials directory
will also be added to the docs as tutorial. As an example, I
moved the ol3.md file with the architecture to the tutorials
directory.
Currently properties and methods annotated with @inheritDoc
or @override won't be documented at all. This is a known issue,
so I added a custom JSDoc plugin with a hack to avoid this.
2013-04-04 11:53:12 +02:00
Marc Jansen
19e6569b69
Merge pull request #462 from marcjansen/same-name
...
Rename *.exports to match their *.js counterparts.
2013-04-04 02:02:21 -07:00
Marc Jansen
6ca21b32a9
More renames as suggested by @elemoine.
2013-04-04 10:25:11 +02:00
Marc Jansen
636a189330
Merge pull request #461 from marcjansen/istanbul
...
Fix typo in example.
2013-04-03 23:28:03 -07:00
Marc Jansen
523506ef86
Rename *.exports to match their *.js counterparts.
2013-04-04 07:40:16 +02:00
Marc Jansen
66c03f4178
Fix typo in example.
2013-04-04 07:27:53 +02:00
Frédéric Junod
3395319018
Merge pull request #440 from fredj/css-print
...
css cleanups
2013-04-03 05:41:02 -07:00
Frederic Junod
56afdb31c0
Remove unused ol-renderer-webgl-canvas css class
2013-04-03 14:09:42 +02:00
Frederic Junod
ffa879dad7
Hide the zoom buttons on print
2013-04-03 14:09:42 +02:00
Tom Payne
382caa36b8
Merge pull request #455 from twpayne/update-pake
...
Update to latest version of pake
2013-04-03 04:05:46 -07:00
Tom Payne
33db796141
Update to latest version of pake
2013-04-03 13:04:37 +02:00
Éric Lemoine
dc67ddc700
Merge pull request #450 from elemoine/projection-null
...
Do not pass tile grid to getTile and tileUrlFunc
2013-04-03 00:59:05 -07:00
Tom Payne
d8ae60ab85
Merge pull request #454 from twpayne/download-plovr-into-build-dir
...
Download plovr into build dir
2013-04-02 07:59:04 -07:00
Tom Payne
fe78b49e28
Add logging messages for downloading proj4js
2013-04-02 16:29:11 +02:00
Tom Payne
15b7bb1cdb
Add logging messages to indicate when a download is in progress
2013-04-02 16:28:42 +02:00
Tom Payne
69d42f0f94
Download Plovr into build directory
...
This means that all build artefacts except for the examples are in
build.
2013-04-02 16:16:45 +02:00
Tom Payne
d1c91b9663
Merge pull request #452 from twpayne/limit-post-renderer-set-timeout
...
Don't schedule a new post render delay if one is already active
2013-04-02 05:49:04 -07:00
Frédéric Junod
6d5cc38265
Merge pull request #453 from fredj/dev
...
Store kinetic coordinates and time as numbers instead of objects
2013-04-02 05:24:03 -07:00
Frederic Junod
98e3a2b56e
Store kinetic coordinates and time as numbers instead of objects
2013-04-02 13:43:01 +02:00
Frédéric Junod
a370a7910b
Merge pull request #451 from fredj/dev
...
Don't recompute delay every loop
2013-04-02 04:30:34 -07:00
Tom Payne
8278b2641b
Don't schedule a new post render delay if one is already active
2013-04-02 12:58:11 +02:00
Frederic Junod
5906168bc0
Don't recompute delay every loop
2013-04-02 11:51:59 +02:00
Éric Lemoine
e128bab625
Do not pass tile grid to getTile and tileUrlFunc
...
getTile and the tileUrlFunc are functions of the source, so they do need to be passed the tile grid. The tile source knows its tile grid, and can get the projection's tile grid if it doesn't have a tile grid.
2013-04-02 11:12:43 +02:00
Éric Lemoine
676bcc6cc7
Merge pull request #445 from elemoine/events
...
Add on and un methods to ol.Object
2013-03-31 06:40:17 -07:00
Éric Lemoine
ce0836e403
Add on and un methods to ol.Object
2013-03-31 14:14:19 +02:00
Éric Lemoine
660537ed2b
Merge pull request #446 from elemoine/build
...
Put all build artifacts in a single directory
2013-03-29 08:34:20 -07:00
Éric Lemoine
7f85dfbf1c
Git can now ignore the entire build dir
2013-03-29 16:32:43 +01:00
Éric Lemoine
dac2a5ad5a
Merge pull request #447 from elemoine/wms-test-ns
...
Correct ns for ol.source.wms tests
2013-03-29 08:23:22 -07:00
Éric Lemoine
b87fcbb4c4
Move hosted examples loader our of build dir
...
The build dir is now empty, and therefore unexisting for Git.
2013-03-29 16:17:38 +01:00
Éric Lemoine
35fc2882b4
.gitignore clean-up
2013-03-29 16:09:38 +01:00
Éric Lemoine
b40aafc696
Tests requireall.js generated in build dir
2013-03-29 16:05:56 +01:00
Éric Lemoine
5019f9378c
Move Plovr json files in specific dir
2013-03-29 16:00:13 +01:00
Éric Lemoine
dbf9ce8844
Correct ns for ol.source.wms tests
2013-03-29 15:58:01 +01:00
Éric Lemoine
15ae6832d4
Remove unneeded test in build.py
2013-03-29 11:34:39 +01:00
Éric Lemoine
4428fe0f5a
Examples json and combined.js files in build dir
2013-03-29 11:33:28 +01:00
Tom Payne
dfe30f9feb
Merge pull request #423 from twpayne/preemptive-webgl-texture-uploads
...
White flash occurs when zooming out from initially zoomed in view with WebGL renderer
2013-03-27 16:00:56 -07:00
Tom Payne
7fc3784a0b
Merge pull request #443 from twpayne/only-use-glsl-unit-if-available
...
Only use glsl-unit if it is available
2013-03-27 10:05:23 -07:00
Tom Payne
c13c7a7208
Only use glsl-unit if it is available
2013-03-27 17:53:25 +01:00
Tom Payne
a32c69c8ff
Merge pull request #442 from twpayne/fix-types-js-dependency
...
Fix build/src/external/src/types.js dependency
2013-03-27 09:35:46 -07:00
Tom Payne
13a2848665
Fix build/src/external/src/types.js dependency
...
The dependencies for build/src/external/src/types.js were wrong, which
meant that build/src/external/src/types.js would always be rebuilt,
which meant that almost everything else would be rebuilt too.
2013-03-27 17:17:04 +01:00
Tom Payne
cbe4d7bd84
Merge pull request #441 from twpayne/dont-install-phantomjs-on-windows
...
Do not install PhamtomJS on Windows
2013-03-27 08:56:13 -07:00
Tom Payne
8c5b778595
Don't attempt to install PhantomJS on Windows
...
Instead, assume that phantomjs.exe is already in the user's path. It can
also be overridden on the build.py command line:
build.py PHANTOMJS=path/to/phantomjs
or with an environment variable:
set PHANTOMJS=path/to/phantomjs
build.py
2013-03-27 16:44:44 +01:00
Tom Payne
6b01ff9327
Correct preload example tags, thanks @fredj
2013-03-27 15:10:34 +01:00
Tom Payne
66c6a8a3e0
Make preload a number of levels instead of a boolean
2013-03-27 14:34:29 +01:00
Tom Payne
421135b3e7
Set preload appropriately in examples
2013-03-27 14:34:29 +01:00
Tom Payne
5077413c34
Add preload example
2013-03-27 14:34:29 +01:00
Tom Payne
494d61250e
Make tile pre-loading a per-layer option
2013-03-27 14:34:29 +01:00
Tom Payne
1d22d2fdde
Tune tile priority functions
2013-03-27 14:34:29 +01:00
Tom Payne
5e8b0de66d
Use tile texture queue
2013-03-27 14:34:29 +01:00
Tom Payne
6221680b0b
Add tile texture queue
2013-03-27 14:34:29 +01:00
Tom Payne
00b862de10
Store focus in frame state
2013-03-27 14:34:29 +01:00
Tom Payne
96912c271d
Add optional per-tile callback to manageTilePyramid
2013-03-27 14:34:28 +01:00
Tom Payne
3e4f1773bc
Replace isHeap with assertValid
2013-03-27 14:34:28 +01:00
Tom Payne
27f9e83780
Refactor ol.TileQueue to extend ol.structs.PriorityQueue
2013-03-27 14:34:28 +01:00
Tom Payne
f12f5ccc67
Factor out core elements of ol.TileQueue into ol.structs.PriorityQueue
2013-03-27 14:34:28 +01:00
Éric Lemoine
f62b8a1bfe
Merge pull request #383 from elemoine/pinch-direction
...
One direction pinch zoom
2013-03-27 06:14:42 -07:00
Éric Lemoine
3c03c8beab
Increase touch zoom anim duration
2013-03-27 11:52:42 +01:00
Éric Lemoine
de1575e457
One direction pinch zoom
2013-03-27 11:52:42 +01:00
Éric Lemoine
b753e6b6c2
Merge pull request #435 from elemoine/coordinate-z
...
Use @expose for Coordinate.z
2013-03-26 10:18:55 -07:00
Éric Lemoine
0b62c92cb3
Use @expose for Coordinate.z
...
By annotating the z property with @expose the compiler does not try to optimize that property in any way. See https://developers.google.com/closure/compiler/docs/js-for-compiler . The doc says that @expose should never be used in library code, but that's the only way I found for our case.
2013-03-26 17:05:54 +01:00
Tom Payne
588e0c1cdc
Merge pull request #434 from twpayne/build-clean-ups
...
Build clean-ups
2013-03-25 05:01:04 -07:00
Tom Payne
c22b971b45
Sort .gitignore
2013-03-25 12:33:27 +01:00
Tom Payne
116370f7f1
Only shallow clone jsdoc
...
glsl-unit is not shallow cloned because code.google.com returns a 500
Internal Server Error.
2013-03-25 12:33:27 +01:00
Tom Payne
e196a9e68e
Clone jsdoc into build/jsdoc
2013-03-25 12:28:04 +01:00
Tom Payne
59f5484cde
Rename hostexamples to host-examples
2013-03-25 12:25:37 +01:00
Tom Payne
5a4acc1262
Merge pull request #429 from twpayne/dont-shrink-canvas
...
Don't shrink canvas
2013-03-25 04:11:35 -07:00
Tom Payne
4e7591394d
Merge pull request #433 from twpayne/clean-up-xyz-tests
...
Move ol.tilegrid.XYZ tests to their proper place
2013-03-25 04:04:48 -07:00
Tom Payne
7a243b310f
Move ol.tilegrid.XYZ tests to their proper place
2013-03-25 12:03:13 +01:00
Tom Payne
62877fdf02
Reuse ol.Size object
2013-03-25 11:54:50 +01:00
Tom Payne
4e883b7099
Don't shrink canvas
2013-03-25 11:54:50 +01:00
Tom Payne
b396673932
Fix typo in ol.TileRange.containsTileRange
2013-03-25 11:54:50 +01:00
Tom Payne
6cfe918501
Merge pull request #428 from twpayne/gc-optimizations
...
GC optimizations
2013-03-25 03:54:15 -07:00
Frédéric Junod
5c7905178c
Merge pull request #432 from fredj/uri-url
...
Rename TileJSONOptions.uri to TileJSONOptions.url
2013-03-25 03:46:26 -07:00
Tom Payne
9906c518a7
Rename useTileZXY to useTile
2013-03-25 11:45:20 +01:00
Tom Payne
658b919d20
Merge pull request #425 from twpayne/glsl-unit
...
Use glsl-unit for WebGL shaders
2013-03-25 03:42:27 -07:00
Tom Payne
c72fc4476c
Merge pull request #431 from twpayne/rename-anchoredelement-to-overlay
...
Rename AnchoredElement to Overlay
2013-03-25 03:36:57 -07:00
Tom Payne
f7cc8fa738
Remove ol.TileRange.clone
2013-03-25 11:33:06 +01:00
Frederic Junod
415e7a6dd4
Rename TileJSONOptions.uri to TileJSONOptions.url
2013-03-25 10:17:37 +01:00
Tom Payne
65e6ed3485
Rename getTileZXY to getTile
2013-03-25 10:10:03 +01:00
ahocevar
560f645384
Merge pull request #420 from ahocevar/icon-defer
...
Don't create tile if rendering needs to be deferred. r=@bartvde
2013-03-25 02:04:50 -07:00
Tom Payne
69d06a6e18
Add comment about automatically generated files
2013-03-25 10:04:32 +01:00
Tom Payne
096d48b4e8
Rename AnchoredElement to Overlay
2013-03-24 20:30:12 +01:00
Tom Payne
25e1211621
Merge pull request #430 from twpayne/fix-bing-maps-scope
...
Fix use of this in ol.source.BingMaps
2013-03-24 11:52:50 -07:00
Tom Payne
e62178759c
Fix use of this in ol.source.BingMaps
2013-03-24 19:26:34 +01:00
Tom Payne
685f2b6f5f
Make time-sensitive test less sensitive
2013-03-24 16:14:04 +01:00
Tom Payne
3a4ef83e79
Tidy up ol.webgl namespace
2013-03-24 15:51:09 +01:00
Tom Payne
dfb631a08f
Replace getTile with getTileZXY
...
This massively reduces the number of temporary ol.TileCoord objects.
Previously an ol.TileCoord object was generated for every potentially
visible tile at the current zoom level and lower, every frame. This
commit eliminates all of those. Now new ol.TileCoord objects are only
allocated when a new tile is created.
2013-03-24 15:24:49 +01:00
Tom Payne
247fc8f031
Make reverseIntersection argument mandatory
2013-03-24 13:59:35 +01:00
Tom Payne
aeeaa79393
Avoid creating ol.Coordinate objects to call getTileCoordForCoordAndResolution_
2013-03-24 13:56:23 +01:00
Tom Payne
e023e6fa2f
Avoid creating extra ol.Size object in getPixelBoundsForTileCoordAndResolution
2013-03-24 13:49:47 +01:00
Tom Payne
5771057ae1
Reuse ol.TileRange object in forEachTileCoordParentTileRange
2013-03-24 13:46:23 +01:00
Tom Payne
731fcd3d17
Move shader support code into ol.webgl
2013-03-23 18:29:26 +01:00
Tom Payne
4ec8bf2360
Configure Travis to build shaders with glsl-unit
2013-03-23 18:20:34 +01:00
Tom Payne
711e4be19e
Use glsl-unit in WebGL tile layer renderer
2013-03-23 17:47:02 +01:00
Tom Payne
7300051b69
Use glsl-unit in WebGL map renderer
2013-03-23 17:46:38 +01:00
Tom Payne
c48df12a33
Add infrastructure for glsl-unit
2013-03-23 17:45:44 +01:00
Tom Payne
3fbf7b8c20
Merge pull request #357 from twpayne/load-low-resolution-tiles
...
Load low resolution tiles
2013-03-23 06:00:45 -07:00
Tom Payne
cb1b1b8883
Merge pull request #418 from twpayne/webgl-core-improvements
...
WebGL core improvements
2013-03-23 05:55:23 -07:00
Tim Schaub
e2d200882a
Merge pull request #422 from tschaub/stop-ignoring-global-leaks
...
Stop ignoring global leaks
2013-03-23 05:34:20 -07:00
Tim Schaub
d9ab545985
Stop ignoring global leaks
...
The `goog.dom.ViewportSizeMonitor` (used in map.js) creates a global leak by setting `goog.UID_PROPERTY_` on the monitored window. In order to test that we don't have other global leaks, we preemptively set the property so Mocha can compare the global before and after our tests.
2013-03-23 05:50:54 -06:00
Tim Schaub
53fc6f3989
Merge pull request #421 from tschaub/global-leak
...
Fix global leak in WebGL image layer test
2013-03-23 03:59:45 -07:00
Tim Schaub
ff28c0b793
Fix global leak in WebGL image layer test
2013-03-23 04:38:12 -06:00
ahocevar
28f29e9d40
Don't create tile if rendering needs to be deferred
...
Rendering vector tiles with mixed geometry types does not work
as expected, because the tile is created without the geometries
that need another rendering pass because of missing icons. This
was discovered by @bartvde when working on the KML parser, where
mixed geometry types are common.
This change fixes the issue by breaking out from rendering
entirely when renderFeaturesByGeometryType returns a deferred
state. In addition, there was a related bug because icons are
added to the cache regardless of its loaded state. This is also
fixed now.
2013-03-23 11:34:38 +01:00
Tom Payne
80df629319
Premptively load low resolution tiles
2013-03-22 21:02:09 +01:00
Tom Payne
e3abe376f1
Remove ol.source.TileSource.useLowResolutionTiles
2013-03-22 21:02:06 +01:00
Tom Payne
24452b0bcb
Use operators instead of Math.max/min
2013-03-22 19:27:52 +01:00
Tom Payne
876fea2fb7
Rename shader variables to match CSS specification
2013-03-22 18:02:31 +01:00
Tom Payne
b7184641b0
Use shorter module name and clean up requires
2013-03-22 17:58:15 +01:00
Tom Payne
72437ff57b
Use more compact constants
2013-03-22 17:33:19 +01:00
Tom Payne
69370ce629
Use ol.structs.Buffer.getUsage
2013-03-22 17:33:19 +01:00
Tom Payne
35df0693e0
Add usage to ol.structs.Buffer
2013-03-22 17:33:19 +01:00
Tom Payne
705b71ae2a
Track buffer dirty state by map
2013-03-22 17:33:19 +01:00
Tom Payne
ba0e7ae89c
Allow a ol.structs.Buffer to update multiple dirty sets
2013-03-22 17:33:19 +01:00
Tom Payne
4ee73bc02f
Add ol.structs.IntegerSet.intersectsRange
2013-03-22 17:33:13 +01:00
Tom Payne
35ee45cefc
Use local variable for texCoordMatrix
2013-03-22 17:25:58 +01:00
Tom Payne
66efba8824
Promote projectionMatrix and texCoordMatrix into base class
2013-03-22 17:25:53 +01:00
Tom Payne
cc41d720fa
Manage buffers in WebGL map renderer
2013-03-22 17:25:47 +01:00
Tom Payne
ecd5158012
Add ol.renderer.webgl.Layer.getWebGLMapRenderer
...
This improves the type checking.
2013-03-22 17:25:42 +01:00
Tom Payne
f770be297d
Use ol.math.roundUpToPowerOfTwo
2013-03-22 17:25:36 +01:00
Tom Payne
57abbddf50
Add ol.math.roundUpToPowerOfTwo
2013-03-22 17:25:31 +01:00
Tom Payne
6c32170a08
Promote texture and framebuffer management into base class
2013-03-22 17:25:27 +01:00
Tom Payne
657f58005e
Remove unused function
2013-03-22 17:24:26 +01:00
Tom Payne
69f92615b1
Add missing variable declaration
2013-03-22 17:24:03 +01:00
Tom Payne
c04e9c8870
Add ol.Rectangle.extendXY
2013-03-22 17:23:58 +01:00
Tom Payne
483375ca42
Add ol.Extent.createEmptyExtent
2013-03-22 17:23:50 +01:00
Tom Payne
5186fa44f5
Add ol.Rectangle.isEmpty
2013-03-22 17:23:44 +01:00
Tom Payne
0488612449
Allow rectangles to be empty
2013-03-22 17:23:38 +01:00
Tom Payne
5192c5e64a
Reverse order of arguments to set and s/index/offset/
2013-03-22 17:23:30 +01:00
Tom Payne
713ad2cfb7
Replace unused entries with NaNs
2013-03-22 17:23:25 +01:00
Tom Payne
5169161d93
Extend equalArray to consider NaNs to be equal
2013-03-22 17:23:20 +01:00
Tom Payne
6ab5cfae8c
Add ol.structs.IntegerSet.toString
2013-03-22 17:23:15 +01:00
Tom Payne
9047e98889
Add initial ol.structs.Buffer
2013-03-22 17:23:08 +01:00
Tom Payne
1833ec15e2
Refactor ol.structs.IntegerSet to use a packed array
2013-03-22 17:23:03 +01:00
Tom Payne
070b80c28d
Add ol.structs.IntegerSet
2013-03-22 17:22:57 +01:00
Éric Lemoine
a12d10e912
Merge pull request #409 from elemoine/tilequeue
...
Tile renderers needn't listen for tile change
2013-03-22 09:17:46 -07:00
Tom Payne
f4dea053af
Merge pull request #417 from twpayne/clean-up-side-by-side-example
...
Clean up side-by-side example
2013-03-22 07:04:43 -07:00
Tom Payne
422ed4bd43
Clean up side-by-side example
2013-03-22 14:39:17 +01:00
Tom Payne
b0989af9d1
Merge pull request #416 from twpayne/numeric-constant-clean-ups
...
Use Infinity instead of Number.POSITIVE_INFINITY
2013-03-22 05:05:22 -07:00
Tom Payne
8b5367c947
Use Infinity instead of Number.POSITIVE_INFINITY
2013-03-22 11:34:44 +01:00
ahocevar
9e1b37ada3
Merge pull request #415 from ahocevar/jsdoc-pegged
...
Use JSDoc master again. r=@elemoine
2013-03-22 03:14:13 -07:00
Éric Lemoine
6d1fff688e
Update README and CONTRIBUTING
...
[ci skip]
2013-03-22 10:59:09 +01:00
ahocevar
77efd352ad
Use JSDoc master again
...
... so we're able to always give the JSDoc project instant
feedback on how it works with code that uses the Closure
library.
2013-03-22 10:50:15 +01:00
Bruno Binet
3d87ecd858
Merge pull request #354 from bbinet/fix-wmts-from-cap-example
...
wmts-from-capabilities example doesn't work because of referer check
2013-03-22 01:51:46 -07:00
ahocevar
5736765cb7
Merge pull request #414 from hegemonic/master
...
Remove descriptions from JSDoc/Closure Compiler type tags
2013-03-21 15:32:35 -07:00
Jeff Williams
97879a3572
remove descriptions from JSDoc type tags
2013-03-21 09:54:52 -07:00
Bruno Binet
e9583617f7
Merge pull request #413 from bbinet/pep8-work
...
Pep8ify build.py (Closes #371 )
2013-03-21 09:14:43 -07:00
Bruno Binet
f395064721
Pep8ify build.py
...
Thanks a lot autopep8!
2013-03-21 16:38:48 +01:00
Marc Jansen
2678c07caf
Merge pull request #412 from marcjansen/submittable
...
Keep the search-filter on submit in example index.
2013-03-21 07:37:59 -07:00
Marc Jansen
10ef5eff8b
Keep the search-filter on submit in example index.
...
When one would hit `ENTER` after filtering the list of examples, the form would
be submitted and the filter would be gone after the page reload. By giving the
main search field the appropriate `name`-attribute, this is being solved.
2013-03-21 15:32:06 +01:00
Bruno Binet
c11193f71d
Use Vienna wmts in wmts-from-capabilities example
...
vienna wmts capabilities url is:
http://maps.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml
2013-03-21 14:03:09 +01:00
Bruno Binet
7fec1f5208
ArcGis use camelcase 'Style', not lowercase 'style'
...
The OGC documentation is not so clear if we should use style or Style.
2013-03-21 11:15:35 +01:00
Bruno Binet
932c284a2e
ArcGis use RESTful
...
The OGC documentation is not clear if we should use REST or RESTful.
2013-03-21 11:15:35 +01:00
Éric Lemoine
ef42daedd4
Merge pull request #407 from elemoine/crossorigin
...
crossOrigin defaults to null
2013-03-21 02:59:05 -07:00
Éric Lemoine
7949cdaa82
crossOrigin defaults to null
2013-03-21 10:37:31 +01:00
Éric Lemoine
1d575309da
Tile renderers needn't listen for tile change
2013-03-21 10:29:01 +01:00
Bruno Binet
7038ac0c81
Merge pull request #356 from bbinet/issue-356
...
Can't parse http://maps.wien.gv.at/wmts/1.0.0/WMTSCapabilities.xml
2013-03-21 02:10:56 -07:00
Frédéric Junod
92a34824e6
Merge pull request #411 from fredj/apidoc
...
Minor jsdoc fix
2013-03-21 01:27:27 -07:00
Frédéric Junod
c418beb350
Merge pull request #403 from fredj/export-map
...
Add png output
2013-03-21 01:24:11 -07:00
Frederic Junod
8296a1f134
Minor jsdoc fix
2013-03-21 09:19:23 +01:00
Éric Lemoine
01b97208d8
Merge pull request #408 from elemoine/jsdoc311
...
Use jsdoc v3.1.1
2013-03-20 15:52:57 -07:00
Tim Schaub
f74940fe2b
Using a server that is not down ( closes #406 )
2013-03-20 16:00:26 -06:00
Éric Lemoine
a3d10e4234
Use jsdoc v3.1.1
2013-03-20 22:36:13 +01:00
Éric Lemoine
0ae47403ee
Merge pull request #398 from elemoine/nestedoptions
...
Support nested options objects
2013-03-20 10:45:37 -07:00
Éric Lemoine
0b403c767a
Fix goog.provide for object literals
2013-03-20 18:43:02 +01:00
Éric Lemoine
02d8d9e0bc
Support nested options objects
...
This commit extends the generated Export constructors to support nested options objects. For example, this is now supported:
@exportObjectLiteralProperty ol.MapOptions.view ol.View|ol.View2DOptions|undefined
This specifies that the "view" property in the map options can reference an ol.View instance, an ol.View2DOptions literal object, or undefined. If the "view" property references an ol.View2DOptions literal object the ol.MapExport constructor will create an ol.View2DExport instance, and pass it to the parent constructor, ol.Map. In this way, extern types never cross the external/internal boundary. In other words, translations from non-renamed to renamed objects remain confined to the generated Export constructors.
2013-03-20 18:43:02 +01:00
Frederic Junod
f2b69a2a13
Add png output
2013-03-20 17:00:49 +01:00
Bruno Binet
641e492c95
Update social links in wmts-capabilities example
2013-03-20 15:25:45 +01:00
Bruno Binet
b0c4977811
Add exportSymbol for ol.projection.addCommonProjections
2013-03-20 14:39:14 +01:00
Bruno Binet
30a2b4187c
The same projection can be added more than once
...
So that addCommonProjections can be safely called in our examples.
2013-03-20 14:39:14 +01:00
Bruno Binet
48e142d3f0
Fix wmts-capabilities example
...
the parsing of the wmts getCapabilities document require proj4js.
Also initialize common ol3 projections with ol.projection.addCommonProjections
so that it won't try to get EPSG:3857 from proj4js.
2013-03-20 14:39:14 +01:00
Bruno Binet
e6450dc313
Add new equivalent projections
...
for both EPSG:4326 and EPSG:3857.
2013-03-20 14:39:14 +01:00
Bruno Binet
c1db1cd491
Use correct namespaceURI for WGS84BoundingBox reader
...
(closes #356 )
2013-03-20 14:39:14 +01:00
Frederic Junod
2eb5454ac4
Add wmts-capabilities example
2013-03-20 14:39:13 +01:00
ahocevar
baa5500843
Merge pull request #402 from ahocevar/more-context
...
More convenient url functions for WMS. r=@elemoine,@twpayne
2013-03-20 06:22:36 -07:00
ahocevar
5719160155
Less context
...
This change removes all changes that were anticipated here for
WMS GetFeatureInfo handling, including the IWMS interface and
the goog.provide for 'ol.tilegrid'. I'll create a separate pull
request for WMS GetFeatureInfo eventually, taking into account
the suggestions from the discussion in #402 .
2013-03-20 13:41:36 +01:00
Tom Payne
514d513ca9
Merge pull request #401 from twpayne/coordinate-3d
...
Optionally extend ol.Coordinate to the third dimension
2013-03-20 05:05:14 -07:00
Tom Payne
7755555cc3
Use NaN as default value for Z
2013-03-20 12:02:40 +01:00
ahocevar
57fdd78a19
Fixing requires
2013-03-20 10:55:58 +01:00
ahocevar
46ca98e484
More context for url functions
...
With this change, url functions are called in the scope of the
source they are configured for. This allows us to simplify the
url function generation for WMS, using a more generic
createFromParamsFunction factory, and the source's new params
member.
Note that there is also a new url member for WMS sources. This
is the WMS base url (the first one in case there is an array of
urls for faster tile access). This can be used for accessing
other WMS services (especially GetFeatureInfo).
2013-03-20 10:45:54 +01:00
Tom Payne
d3ea5236ef
Optionally extend ol.Coordinate to the third dimension
...
We continue to inherit from goog.math.Vec2 instead of goog.math.Vec3
because goog.math.Vec2 better represents a position in space, with
appropriate functionality, whereas goog.math.Vec3 represents a direction
and magnitude.
2013-03-19 22:10:21 +01:00
Tom Payne
4fe67f09c0
Merge pull request #399 from twpayne/test-typos
...
Fix some trivial typos
2013-03-19 13:35:25 -07:00
Tom Payne
a1a2ab415f
Fix some trivial typos
2013-03-19 21:34:31 +01:00
Tim Schaub
26aefc1f63
The _blank target is an antipattern
...
The examples all have links back to the index page. People know how to open links in new tabs/windows when they want to.
2013-03-19 12:18:08 -06:00
Tim Schaub
462659a9fc
Use index.html instead of example-list.html
...
The original decision to avoid index.html was because it only works with a build step. Since we've all accepted a build step, the more sensible name is index.html. Without this change, every hosted example has a link to http://openlayers.github.com/ol3/master/examples/example-list.html which 404s.
2013-03-19 12:17:00 -06:00
Tim Schaub
374e436872
Picking a color that shows up more clearly on bluemarble
2013-03-19 11:54:50 -06:00
Tim Schaub
86eb65cc13
Merge pull request #395 from tschaub/no-test-markup
...
Create test specific markup in the individual tests as needed instead of relying on a common dom structure for all tests.
2013-03-19 09:18:41 -07:00
Tim Schaub
c07be93d25
Merge pull request #325 from tschaub/dirty-animation
...
Render new vector tiles after animation completes. This was previously happening during an animated zoom, but not an animated pan.
2013-03-19 09:17:05 -07:00
Tim Schaub
825a6d65e8
Properly maintain dirty state during animation
...
The previous logic assumed that if there were any tiles to render, the dirty state should be false. The correct logic is to say that if we don't render during animation, dirty is true.
2013-03-19 07:27:59 -06:00
Tim Schaub
251d6fc488
Example touch-ups
...
The strokeStyle property is now spelled strokeColor. There is no sense in setting opacity to 1.5. Moving map initialization up.
2013-03-19 06:38:50 -06:00
Tom Payne
d48a9407f2
Merge pull request #382 from twpayne/move-files
...
Use more consistent directory structure
2013-03-19 04:52:36 -07:00
Tom Payne
6cc4cb33d0
Use more consistent directory structure
2013-03-19 12:03:31 +01:00
Tim Schaub
956c31b59d
Lint in build.py
2013-03-18 23:40:40 -06:00
Tim Schaub
d9380d0260
Copy social links script for hosted examples
2013-03-18 23:35:26 -06:00
Tim Schaub
27ccd13e48
Create test specific markup in tests
...
Instead of relying on a shared dom structure, the tests should create (and destroy) elements as needed.
2013-03-18 22:53:04 -06:00
Tim Schaub
fad57a0fe5
Clarifying which var is accesed
...
This test creates its own zoomslider and doesn't access the one from the closure.
2013-03-18 21:52:01 -06:00
Tim Schaub
928457e174
Correcting test semantics
...
Despite what the test comment says, the orientation of this slider is horizontal.
2013-03-18 21:50:00 -06:00
Tim Schaub
0fc7ba5bfb
Merge pull request #393 from tschaub/social
...
Make social links more social
2013-03-18 17:17:54 -07:00
Tim Schaub
6b5e251279
Fix global leak
...
A bit curious that the linter didn't catch this. My test runner fails with it.
2013-03-18 17:54:36 -06:00
Tom Payne
41eedfaa06
Merge pull request #394 from Turbo87/test-improvements
...
Mocha improvements
2013-03-18 14:11:04 -07:00
Tobias Bieniek
1d5389a45d
test: Deactivate mocha bail option
...
We don't want mocha to quit on the first failing test. It should continue
and see what other tests are failing.
2013-03-18 20:50:04 +01:00
Tim Schaub
1ac77b1a6f
Make social links more social
2013-03-18 13:27:47 -06:00
Tim Schaub
4cec0546c8
Range from -π to π in rotation inputs (see #392 )
2013-03-18 12:10:44 -06:00
ahocevar
114d4c6f92
Merge pull request #388 from ahocevar/dblclick
...
Do not recenter map and zoom on repeated clicks on +/-. r=@elemoine
2013-03-18 11:03:26 -07:00
Frédéric Junod
b5461f8b6b
Merge pull request #389 from fredj/dom-object
...
Add ol.dom.Input
2013-03-18 09:04:33 -07:00
Frederic Junod
7ee9a4c8a3
Add ol.dom.Input
2013-03-18 16:24:31 +01:00
Bruno Binet
07fb27db2c
Merge pull request #370 from bbinet/fix-missing-requires
...
Fix check for missing goog.require directives
2013-03-18 08:16:43 -07:00
ahocevar
f765982654
Do not recenter map and zoom on repeated clicks on +/-
...
Multiple fast clicks get interpreted as DBLCLICK by the browser,
so it makes sense to stop propagation of DBLCLICK events when
they happen on elements on the overlay container. This is also
a good change because DBLCLICK might have a meaning on other map
overlays as well.
2013-03-18 09:19:10 +01:00
Éric Lemoine
40f2dc6322
Merge pull request #385 from elemoine/385
...
Rule-based styling does not work in hosted style-rules example
2013-03-17 22:23:15 -07:00
Éric Lemoine
39d55bcf45
Merge pull request #387 from elemoine/expressionexports
...
Move expression.exports to proper place
2013-03-17 22:22:29 -07:00
Éric Lemoine
0949cb29aa
Move expression.exports to proper place
2013-03-17 23:12:43 +01:00
Éric Lemoine
b7fa22c4d4
Add type VectorLayerOptions
2013-03-17 22:33:02 +01:00
Éric Lemoine
b381b28169
Merge pull request #381 from elemoine/countriesjson
...
The vector-layer example does not work when hosted
2013-03-17 01:36:35 -07:00
Éric Lemoine
392735c823
Merge pull request #384 from elemoine/optional
...
Exports fixes
2013-03-15 14:26:05 -07:00
Éric Lemoine
1f641c5933
Make the generated Export classes accept undefined
...
We have constructors, like ol.View2D and ol.control.Attribution, whose "options" argument is optional (opt_options). But currently, we cannot do "new ol.View2D()" in uncompiled code that uses an ol3 build compiled in advanced mode. This commit fixes that by changing the generated Export constructors.
2013-03-15 18:01:53 +01:00
Éric Lemoine
6eaad6a837
Source option "projection" is a ProjectionLike
2013-03-15 17:58:54 +01:00
Éric Lemoine
f86dfc3212
Remove ol.source.SourceOptions typedef
...
The ol.source.SourceOptions type is already declared in objectliteral.exports, so it should not be declared in the ol/source/source.js file.
2013-03-15 17:56:14 +01:00
Tom Payne
0a9cf1230e
Merge pull request #374 from twpayne/functionality-not-form
...
You can't extend expect.js outside expect.js
2013-03-15 07:55:45 -07:00
Éric Lemoine
51625b8008
Make vector-layer example ignore XHR errors
...
This is a workaround for our check-example.js PhantomJS script to work with this example. Without this check-example.js fails because xhr.status is 0. I tried to give the explicit file:/// scheme as indicated in https://groups.google.com/d/msg/phantomjs/wFGme0pE-Tk/WUjU5s-27NwJ , but that didn't work for me.
2013-03-15 15:46:40 +01:00
Tom Payne
af6de5582a
Add comment to highlight use of modified expect.js
...
Hat tip @marcjansen
2013-03-15 15:29:16 +01:00
Éric Lemoine
a34adc6f62
Add countries.json to examples data dir
...
The examples cannot use files located in the test dir, or they won't work when hosted as GitHub pages.
2013-03-15 14:25:05 +01:00
Marc Jansen
6068895a44
Merge pull request #379 from marcjansen/progressbar
...
Restrict width of progressbar in example-screenshot.js
2013-03-15 04:12:51 -07:00
Marc Jansen
a8457cb736
Merge pull request #378 from marcjansen/examples-file-protocol
...
Add fallback host when examples are accessed through file:-protocol.
2013-03-15 03:50:48 -07:00
Marc Jansen
92a358967f
Restrict progressbar to fixed width.
...
As more and more examples will be processed with this script, the
progresbar would grow way too long. This commit makes the width of
the bar fixed. Every character in the bar now equals 5% progress,
regardless of the number of examples.
2013-03-15 11:43:50 +01:00
Marc Jansen
24d3c903fe
Reformatted and gjslinted example-screenshot.js.
2013-03-15 11:40:55 +01:00
Marc Jansen
3860f806d1
Merge pull request #377 from marcjansen/use-css-constant
...
Use CSS class constant in zoomslider.
2013-03-15 03:06:43 -07:00
Marc Jansen
2641a1135f
Add fallback when examples are opened w/ file://.
...
When opening an example through the `file:`-protocol, e.g.
`file:///ol3/examples/full-screen.html` our `loader.js` would inject
a `<script>` tag with a `src` pointing to an illegal URL
`http://:9810/compile?mode=ADVANCED&id=full-screen `.
This changes the respective logic, so that in the case that we are accessed
through the `file:`-protocol, we fallback to using `localhost` as hostname
for the plovr-compiler.
The examples that do not use XHR (like e.g. `wms-capabilities.html`) now
work as expected when accessed through `file:`-protocol.
2013-03-15 10:29:01 +01:00
Marc Jansen
8692c42318
Merge pull request #376 from marcjansen/singular-plural
...
Use correct singular/plural of noun.
2013-03-15 02:03:49 -07:00
Marc Jansen
250e17561a
Use CSS class constant in zoomslider.
2013-03-15 10:02:12 +01:00
Marc Jansen
b43f25971b
Use correct singular/plural of noun.
2013-03-15 09:35:33 +01:00
Tom Payne
c9f43b4da7
Move equalArray into expect.js
2013-03-15 01:39:11 +01:00
Tom Payne
79c77a6369
Move intersect into expect.js
2013-03-15 01:39:11 +01:00
Tom Payne
7c7c4df3fc
Move called into expect.js
2013-03-15 01:17:28 +01:00
Tom Payne
62011dab28
Move roughlyEqual into expect.js
2013-03-15 01:17:28 +01:00
Tom Payne
bddaecbe69
Make it clear that ol3's expect.js is different
2013-03-14 23:33:58 +01:00
ahocevar
31e59d3a8b
Merge pull request #373 from ahocevar/origin
...
Fixing origin for default tile grid. r=@twpayne,@elemoine
2013-03-14 11:47:06 -07:00
ahocevar
e9d86fdfdc
Fixing origin for default tile grid
...
We count tiles from bottom to top, so we want the origin in the
bottom left corner, not the top left corner.
2013-03-14 18:27:18 +01:00
Frédéric Junod
b4317a8f9c
Merge pull request #372 from fredj/typecast
...
Fix typecast
2013-03-14 09:42:46 -07:00
Frederic Junod
bce9e9d0de
Fix typecast
...
Fix JSC_MISPLACED_TYPE_ANNOTATION warnings with the plovr 2013 release
candidate (http://plovr.com/plovr-2013-rc.jar )
2013-03-14 15:59:21 +01:00
Tom Payne
1d002dd4ae
Merge pull request #368 from twpayne/equalarray
...
Add array value equality test
2013-03-14 07:42:40 -07:00
Bruno Binet
28155a4147
Fix check for missing goog.require directives
...
Take this example:
```
goog.require('ol.projection.addCommonProjections');
ol.projection.addCommonProjections();
```
Without this patch, the build_check_requires_timestamp target would report
that ``ol.projection`` is missing.
This is because ``ol.projection.addCommonProjections();`` would match both
``ol.projection.addCommonProjections and ``ol.projection`` provide
directives.
2013-03-14 15:22:00 +01:00
Bruno Binet
68714e73c3
Merge pull request #369 from bbinet/fix-unusedrequires
...
Remove unused goog.require directives
2013-03-14 07:21:28 -07:00
Bruno Binet
6cf20ef82f
Remove unused goog.require directives
...
See #367 .
2013-03-14 14:57:21 +01:00
Tom Payne
7222464426
Don't use goog.array in ol.Collection tests
2013-03-14 14:50:23 +01:00
Tom Payne
d7b13ab09f
Add test for array equality
...
Hilariously, expect.js does not have one.
2013-03-14 14:49:43 +01:00
Éric Lemoine
4b18d3d89a
Merge pull request #367 from elemoine/ratio
...
Make ratio configurable in WMS single image
2013-03-14 06:37:49 -07:00
Cédric Moullet
8532bc5a4d
Make ratio configurable in WMS single image
2013-03-14 14:29:51 +01:00
Éric Lemoine
8ca763cdbd
Merge pull request #330 from cedricmoullet/wmscustom
...
Add single image WMS with custom projection example
2013-03-14 06:21:42 -07:00
Éric Lemoine
453877455f
Update CONTRIBUTING.md
2013-03-14 14:20:47 +01:00
Éric Lemoine
a924103335
Update CONTRIBUTING.md
2013-03-14 14:20:30 +01:00
Éric Lemoine
38f1af6204
Merge pull request #366 from elemoine/347
...
Add ScaleLine control to wms-custom-proj example
2013-03-14 06:15:50 -07:00
Cédric Moullet
d66e67966d
Add ScaleLine control to wms-custom-proj example
...
This requires using Proj4js, and configuring it with an extent.
2013-03-14 14:01:29 +01:00
Bruno Binet
81089b2199
Remove unused goog.require directives
2013-03-14 12:39:51 +01:00
Bruno Binet
15ce80f42e
Merge pull request #364 from bbinet/fix-check-requires
...
Fix check for unused goog.require directives
2013-03-14 04:29:41 -07:00
Marc Jansen
88dd98af8b
Merge pull request #345 from marcjansen/zoomslider-own-ui-2
...
Add a zoomslider control. (r=@twpayne,@elemoine,@fredj)
2013-03-14 04:06:56 -07:00
Bruno Binet
9b1c389c80
Remove unused goog.require directives
2013-03-14 11:39:43 +01:00
Marc Jansen
5059fe0be7
Adjust test syntax.
2013-03-14 11:31:58 +01:00
Bruno Binet
1eabd7f4e6
Fix check for unused goog.require directives
2013-03-14 11:30:05 +01:00
Marc Jansen
1040a082c1
Remove CSS workarounds as suggested by @fredj.
2013-03-14 09:37:36 +01:00
Marc Jansen
9798eb5fa8
Don't use non-exported method in example.
2013-03-14 09:37:36 +01:00
Marc Jansen
e872a49beb
Use getContentBoxSize() for slider initialisation.
...
Initial note to revisit this came from @twpayne; thanks.
2013-03-14 09:37:36 +01:00
Marc Jansen
94d7379ba3
Correct API documentation.
2013-03-14 09:37:35 +01:00
Marc Jansen
220c7bd6f8
More specific argument type of callback method.
2013-03-14 09:37:35 +01:00
Marc Jansen
bc07722816
Unregister previous event listeners, if any.
...
Thanks for spotting this, @twpayne.
2013-03-14 09:37:35 +01:00
Marc Jansen
d77a8b0a1d
Add an assertion to the dragchange handler.
...
This ensures that the result of resolution calculation stays inside of the
allowed bounds.
2013-03-14 09:37:35 +01:00
Marc Jansen
ce67625b20
Use OSM resolutions as fallback resolutions.
...
Hat tip to @twpayne for suggesting this change in the defaults.
2013-03-14 09:37:35 +01:00
Marc Jansen
f496471273
Simplify example and let it use real resolutions.
...
Thanks to @twpayne for the suggestion.
2013-03-14 09:37:35 +01:00
Marc Jansen
8bf71ebb3a
Add a zoomslider control.
2013-03-14 09:37:35 +01:00
Éric Lemoine
ac86cc1058
Merge pull request #362 from Turbo87/test-improvements
...
Test improvements
2013-03-13 10:18:00 -07:00
Bruno Binet
7d675b73b4
Merge pull request #361 from bbinet/factorize-expandurl-code
...
Factorize code that expand a template url into multiples urls
2013-03-13 09:47:17 -07:00
Tobias Bieniek
47261124fc
test: Added expect(spy).to.be.called() syntactic sugar
2013-03-13 17:18:23 +01:00
Tobias Bieniek
93577bd335
test: Moved intersectsWith() testing function into test-extensions.js
2013-03-13 17:11:21 +01:00
Marc Jansen
e1bfc0c9dd
Merge pull request #355 from marcjansen/screenshot
...
Add a screenshot script for our examples. (r=@twpayne,@elemoine)
2013-03-13 08:56:32 -07:00
Bruno Binet
317676a68f
Homogenize wmts tileUrlFunction relative to other sources
2013-03-13 16:52:54 +01:00
Bruno Binet
5eaf4baaa4
Try to expand single url for TiledWMS source
2013-03-13 16:52:54 +01:00
Bruno Binet
875ead58ab
Remove expandUrl duplicated code from createFromTemplate
...
and make use of expandUrl function instead.
2013-03-13 16:52:54 +01:00
Bruno Binet
54dfca3419
Move factorizable code in ol.TileUrlFunction.expandUrl
2013-03-13 16:48:22 +01:00
Marc Jansen
2b4545e221
Ignore fewer files and clip correctly.
2013-03-13 16:09:05 +01:00
Marc Jansen
3a863ddf3e
Add a screenshot script for our examples.
...
This script is supposed to be executed via phantomjs. It will generate
screenshots of the html files in the directory specified by a commandline
option when these files are served through a webserver which can also be
specified. The screenshots will be saved in the passed directory.
Example usage:
user@host:~/ol3/bin $ phantomjs example-screenshot.js \
http://localhost:8000/ol3/examples/ \
../examples/
The above command will generate `*html.png` files in `tools/` for all html files
that are served through `http://localhost:8000/ol3/examples/ `.
So if there is a file `my-humpty-example.html` inside of the relative folder
`../examples/` which is being served through the webserver so that
`http://localhost:8000/ol3/examples/my-humpty-example.html ` is a valid and
reachable URL, this script will generate a screenshot and store it as
`../examples/my-humpty-example.html.png`.
The query string `?mode=raw` will be appended to the generated URL.
Known limitations:
As phantomjs doesn't support WebGL (see e.g.
https://github.com/ariya/phantomjs/wiki/Supported-Web-Standards and
http://code.google.com/p/phantomjs/issues/detail?id=273 ) This won't render
OpenLayers maps rendered through the webglrenderer.
In parts based upon this gist: https://gist.github.com/crazy4groovy/3160121
2013-03-13 15:50:55 +01:00
Frédéric Junod
c4ab34e4a7
Merge pull request #349 from fredj/bing-getStyle
...
Add ol.source.BingMaps.getStyle function
2013-03-13 06:16:11 -07:00
Frederic Junod
02e6937db3
Add a basic layer selector in bing-maps example
2013-03-13 13:36:49 +01:00
Éric Lemoine
edc1bd513b
Merge pull request #358 from Turbo87/mocha
...
Replaced jasmine testing framework by mocha, expect.js and sinon
2013-03-13 04:04:17 -07:00
ahocevar
6d8d21b2d5
Merge pull request #360 from ahocevar/demo_dot_opengeo_dot_org
...
Using a server that is not down. r=@elemoine
2013-03-13 02:01:38 -07:00
ahocevar
14d9ff3b81
Using a server that is not down
...
fix #353
2013-03-13 09:59:25 +01:00
Bruno Binet
19acefc6d9
Merge pull request #359 from bbinet/useTile-consistent
...
Be more consistent with useTile parent method
2013-03-13 01:50:54 -07:00
Tobias Bieniek
01f9037782
test: Fixed linter errors
2013-03-13 04:59:20 +01:00
Tobias Bieniek
2245396bda
test: Updated README file
2013-03-13 04:55:30 +01:00
Tobias Bieniek
d5d8afc858
Converted "vector" branch unit tests to mocha, expect.js and sinon
2013-03-13 04:48:08 +01:00
Tobias Bieniek
8273d880d5
Merge remote-tracking branch 'origin/master' into mocha
...
Conflicts:
test/jasmine-extensions.js
2013-03-13 04:46:16 +01:00
Tobias Bieniek
89ab68cde7
Replaced jasmine testing framework by mocha, expect.js and sinon
...
as discussed in #319
2013-03-13 04:32:43 +01:00
Bruno Binet
86c05b4d21
Be more consistent with useTile abstract method
2013-03-12 17:58:29 +01:00
ahocevar
76d1a0c30e
Merge pull request #218 from openlayers/vector
...
Vector work. p=@tschaub,@ahocevar; r=@twpayne,@marcjansen,@bartvde
2013-03-12 09:26:46 -07:00
ahocevar
84154d7bb2
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-12 13:27:41 +01:00
Tom Payne
f75d3abf7d
Merge pull request #297 from twpayne/fix-297
...
Canvas map is not immediately updated when layers are added or removed
2013-03-12 05:26:25 -07:00
Tom Payne
427c376fc6
Always render map when layers are added or removed
2013-03-12 12:57:22 +01:00
Marc Jansen
06f8d1356d
Merge pull request #352 from marcjansen/unselectable-css-const
...
Use constant for CSS class 'ol-unselectable'.
2013-03-12 03:30:38 -07:00
Marc Jansen
5e5e4d110a
Use constant for CSS class 'ol-unselectable'.
2013-03-12 10:34:49 +01:00
ahocevar
acd4f50f15
Making the linter happy
2013-03-12 10:23:38 +01:00
ahocevar
eeecd424bf
Moving vector rendering to ol.renderer.canvas.VectorRenderer
2013-03-12 10:05:47 +01:00
ahocevar
bb8755eb68
Recovering from bad merge
2013-03-12 08:48:22 +01:00
ahocevar
15375df7ab
Line was too long after previous change
2013-03-12 08:41:41 +01:00
ahocevar
fad036aa53
Merge branch 'master' of github.com:openlayers/ol3 into vector
...
Conflicts:
src/objectliterals.exports
2013-03-12 08:39:16 +01:00
ahocevar
b20a2bae94
Moving RTreeNode_ into ol.structs package
2013-03-12 08:35:57 +01:00
ahocevar
f5b53740e6
Define map at the top
2013-03-12 08:28:24 +01:00
ahocevar
47e5b0475b
Since #274 we don't need to create an ol.Collection explicitly
2013-03-12 08:24:31 +01:00
Tom Payne
a0b1d74bb5
Merge pull request #337 from Turbo87/polyline
...
Added ol.parser.polyline module
2013-03-11 13:55:04 -07:00
Tobias Bieniek
1172e58a50
polyline: Replaced "new Array()" by "[]"
2013-03-11 21:41:32 +01:00
Tobias Bieniek
0df5b4cad2
polyline: Improved decoding loops to be more robust
2013-03-11 20:32:25 +01:00
Tobias Bieniek
8330586ee2
test/polyline: Reset testing data manually in encodeFloats test
2013-03-11 20:32:22 +01:00
Tobias Bieniek
8b45637e72
test/polyline: Added missing brackets
2013-03-11 20:32:18 +01:00
Cédric Moullet
d9e1fdf13c
Change the way the projection is managed and use ol.projection.configureProj4jsProjection
2013-03-11 20:25:29 +01:00
Tom Payne
f9c080a67d
Merge pull request #346 from twpayne/single-map-in-canvas-tiles-example
...
Use a single map in the canvas tiles example
2013-03-11 09:29:32 -07:00
Tom Payne
2a5d07d929
Use a single map in the canvas tiles example
2013-03-11 17:07:27 +01:00
Tom Payne
8b5194da38
Merge pull request #338 from twpayne/snap-center-to-pixel2
...
Snap center to pixel
2013-03-11 08:41:28 -07:00
Bruno Binet
837aa7512b
Merge pull request #342 from bbinet/wmts
...
Add WMTS support.
2013-03-11 08:05:25 -07:00
Bruno Binet
61603dacce
WMTS from swisstopo now supports CORS headers
2013-03-11 15:47:42 +01:00
ahocevar
a66f26f839
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-11 15:21:01 +01:00
Bruno Binet
d14b1c57a9
Remove ImageLayer from wmts-from-capabilities example
2013-03-11 15:15:53 +01:00
Bruno Binet
8638f6d502
s/meters_per_unit/metersPerUnit/
2013-03-11 15:05:53 +01:00
Tom Payne
a6395cd2f5
Merge pull request #312 from twpayne/speed-up-precommit
...
precommit target is too slow
2013-03-11 06:47:16 -07:00
Frédéric Junod
a441d9777d
Merge pull request #315 from fredj/geolocation-example
...
Add Geolocation example
2013-03-11 06:44:44 -07:00
Tom Payne
58f1c929ac
Merge pull request #324 from twpayne/fix-canvas-renderer-clear
...
Canvas renderer is not properly cleared
2013-03-11 05:08:54 -07:00
Tom Payne
f4a7d9386b
Merge pull request #344 from twpayne/semi-transparent-example
...
Add semi-transparent layer example
2013-03-11 05:08:12 -07:00
Frederic Junod
de066e10a4
Add geolocation example
2013-03-11 12:54:26 +01:00
Frederic Junod
6d90a9987d
Add (incomplete) bootstrap.js externs
2013-03-11 12:54:13 +01:00
Bruno Binet
9e370bf6af
Implement ol.source.WMTS.optionsFromCapabilities
...
and remove related ol.source.WMTS.createFromCapabilities function.
2013-03-11 12:42:14 +01:00
Tom Payne
df6af7cafa
Replace precommit with separate check and integration-test targets
2013-03-11 12:21:13 +01:00
Frédéric Junod
7be0203cbe
Merge pull request #341 from fredj/jquery-examples
...
Add jquery 1.7.2 and adapt examples externs
2013-03-11 04:09:42 -07:00
Frédéric Junod
5a70221e4b
Merge pull request #306 from fredj/geolocation
...
Activate / deactivate geolocation
2013-03-11 04:04:04 -07:00
Tom Payne
34803cf78b
Add semi-transparent layer example
2013-03-11 12:00:58 +01:00
Tom Payne
2c6d20306f
Merge pull request #343 from twpayne/clean-up-fixme-target
...
Clean up fixme target
2013-03-11 03:54:46 -07:00
Bruno Binet
6f83e50332
Load EPSG:21781 definition from cdnjs.
2013-03-11 11:48:06 +01:00
Bruno Binet
c67e67ee12
Single tileUrlFunction in createFromTileUrlFunctions
...
In that case, simply return the single tileUrlFunction.
2013-03-11 11:29:40 +01:00
Tom Payne
47f04f9e8b
Merge pull request #334 from twpayne/rotation-example
...
Rotation example
2013-03-11 03:29:14 -07:00
Tom Payne
3934dbbcaf
Clean up fixme target
...
Correct regular expression
Use single quotes consistently
Use format strings
Correct grammar
2013-03-11 10:48:32 +01:00
Bruno Binet
b4cbe0609a
Add missing exports
...
so that wmts-from-capabilities example works.
2013-03-11 10:42:38 +01:00
Bruno Binet
14d5916e67
Add wmts-from-capabilities example
...
it demonstrates how to create a wmts source by retrieving its configuration
from a wmts getCapabilities.
2013-03-11 10:42:38 +01:00
Bruno Binet
13d0b36a08
Add a ol.source.WMTS.createFromCapabilities function
...
so that we can create a wmts source directly from a getCapabilities response
(parsed by the wmts parser)
2013-03-11 10:42:37 +01:00
Bruno Binet
dc440a6604
Ensure supportedCRS property won't be renamed
...
this property was renamed when using wmts parser when built with
ADVANCED_OPTIMIZATIONS
2013-03-11 10:42:37 +01:00
Bruno Binet
0f9f5a25ae
Export methods methods for ol.Extent
...
so that wmts example work (it makes use of extent.getTopLeft() method)
2013-03-11 10:42:37 +01:00
Bruno Binet
56ffb6146d
Add example for WMTS source
2013-03-11 10:42:37 +01:00
Bruno Binet
877ce3adcf
Add a WMTS source
2013-03-11 10:42:37 +01:00
Bruno Binet
6d78a8340a
Add a WMTS tilegrid
2013-03-11 10:42:37 +01:00
Frederic Junod
35ef1c82e6
Add jquery 1.7.2 and adapt examples externs
...
Add jquery and update the externs for the examples (code from @bartvde).
The lib is saved into the repository to be able to run the examples
and the check-examples target offline.
2013-03-11 09:56:02 +01:00
Frederic Junod
97867738f8
Add new tracking and tracking_options property
2013-03-11 09:02:52 +01:00
Éric Lemoine
5afd61cce6
Merge pull request #339 from elemoine/exports
...
Export fixes
2013-03-11 00:32:39 -07:00
Éric Lemoine
56f86ae512
Fix SingleImageWMS exports/externs
2013-03-11 08:31:32 +01:00
Éric Lemoine
cee2725afd
Fix Stamen exports/externs
2013-03-11 08:31:32 +01:00
Éric Lemoine
0459733883
Fix StaticImage exports/externs
2013-03-11 08:31:32 +01:00
Éric Lemoine
f1949191b1
Fix TiledWMS exports/externs
2013-03-11 08:31:31 +01:00
Éric Lemoine
8121fda6fb
Fix TileJSON exports/externs
2013-03-11 08:31:03 +01:00
Éric Lemoine
5ad6ca3aa1
Fix BingMaps exports/externs
2013-03-11 08:31:03 +01:00
Tobias Bieniek
5d492a22fa
test/polyline: Fixed linter problems
2013-03-10 21:13:48 +01:00
Tobias Bieniek
5333d00173
test/polyline: Added encodedFlatPoints to testing data variables
...
DRY...
2013-03-10 21:07:23 +01:00
Tobias Bieniek
f793b69602
test/polyline: Reset testing data before each test
...
.. instead of using slice()
2013-03-10 21:05:32 +01:00
Tobias Bieniek
4b8a9aaa8f
test/polyline: Renamed flat_points variable to flatPoints
2013-03-10 20:59:15 +01:00
Tobias Bieniek
8a34eaa4a4
polyline: Removed extra space in encodeFloats() function
2013-03-10 20:46:29 +01:00
Tobias Bieniek
6f08122398
polyline: Used new *Deltas() functions in *FlatCoordinates()
2013-03-10 20:45:12 +01:00
Tobias Bieniek
aef15947c8
polyline: Added encode/decodeDeltas() functions
2013-03-10 20:44:34 +01:00
Tobias Bieniek
02707401a3
polyline: Added encode/decodeFloats() functions
2013-03-10 20:04:54 +01:00
Tobias Bieniek
cbdaf1035d
polyline: Added encode/decodeSignedIntegers() functions
2013-03-10 19:05:14 +01:00
Tobias Bieniek
78278798bb
polyline: Added encode/decodeUnsignedIntegers() functions
2013-03-10 18:48:49 +01:00
Tobias Bieniek
ce619871c2
test/polyline: Added two more test cases for unsigned integers
...
Again taken from the official documentation at Google.
2013-03-10 17:00:37 +01:00
Tobias Bieniek
680f3386ce
test/polyline: Added more test cases from official documentation
...
.. and marked those tests as such. URL of the "Encoded Polyline Algorithm Format" page is https://developers.google.com/maps/documentation/utilities/polylinealgorithm
2013-03-10 16:42:51 +01:00
Tobias Bieniek
395942fe8c
polyline: Only declare i variable once
...
Javascript only has function-wide scoping...
2013-03-10 16:33:44 +01:00
Tobias Bieniek
8bf6627354
polyline: Renamed variables to camelCase convention
2013-03-10 16:28:29 +01:00
Tobias Bieniek
76fc372a14
polyline: Added missing parenthesis for one-line statements
2013-03-10 16:24:30 +01:00
Tom Payne
505c607ccb
Use snapCenterToPixel in DOM renderer
2013-03-10 16:14:15 +01:00
Tom Payne
bceb27f4bb
Use snapCenterToPixel in WebGL renderer
2013-03-10 16:14:15 +01:00
Tom Payne
c01068642b
Use snapCenterToPixel in Canvas renderer
2013-03-10 16:14:01 +01:00
Tom Payne
06463471e1
Add ol.renderer.Layer.snapCenterToPixel
2013-03-10 15:51:08 +01:00
Tom Payne
3a1fcdae0f
Optimize ol.Extent.getForView2DAndSize
2013-03-10 15:51:08 +01:00
Tom Payne
08d3120f08
Use ol.Extent.getForView2DAndSize
2013-03-10 15:51:08 +01:00
Tom Payne
ed787ba79c
Add ol.Extent.getForView2DAndSize
2013-03-10 15:51:08 +01:00
Tom Payne
e8b4a29254
Fix typo in canvas tiles example
2013-03-10 15:49:46 +01:00
Tobias Bieniek
ea227419a3
polyline: Added encode/decodeFlatCoordinates() functions
2013-03-10 01:25:59 +01:00
Tobias Bieniek
04d764f4f3
polyline: Added encode/decodeFloat() functions
2013-03-09 23:17:29 +01:00
Tobias Bieniek
e802cc3d56
polyline: Added decodeSigned/UnsignedInteger() functions
2013-03-09 22:40:07 +01:00
Tobias Bieniek
36923d6688
Added basic ol.parser.polyline module
...
This module will contain the low-level functions for Google's "Encoded
Polyline" algorithm.
2013-03-09 22:19:59 +01:00
Tom Payne
65907a6005
Add rotation example
2013-03-09 21:51:09 +01:00
Tom Payne
3910ec0dbb
Fix typo in WebGL map renderer
2013-03-09 21:50:10 +01:00
Éric Lemoine
a138b5a5a3
Merge pull request #332 from Turbo87/uppercase
...
Renamed authors.txt, license.txt and readme.md to uppercase variants
2013-03-09 12:07:16 -08:00
Tobias Bieniek
4f8ffbf2ce
Added notes that "./build.py test" requires plovr to be running
2013-03-09 20:05:31 +01:00
Tobias Bieniek
65397eb732
test/README: Updated "make test" to "./build.py test"
2013-03-09 20:00:18 +01:00
Tobias Bieniek
f35e4cd319
test: Renamed readme.md to README.md
...
.. and updated link in main README.md
(Github supports relative links now AFAIK)
2013-03-09 19:04:58 +01:00
Tobias Bieniek
34ec58a8ad
LICENSE: Fixed reference to AUTHORS file
2013-03-09 19:02:05 +01:00
Tobias Bieniek
d708a32094
Converted AUTHORS and LICENSE files to Markdown
...
.txt files are rendered by Github as plain monospace text. Markdown files
however are rendered with a more readable font and formatting.
2013-03-09 19:00:25 +01:00
Tobias Bieniek
ed9c2eebad
Renamed authors.txt, license.txt and readme.md to uppercase variants
...
This sets the text files apart from the rest of the code files and seems
to be the standard for most projects
2013-03-09 18:47:53 +01:00
Cédric Moullet
0bf9f9a0a7
Fix reference and title according to @erilem comments.
2013-03-09 13:16:56 +01:00
Tom Payne
25fd391edd
Merge pull request #329 from twpayne/animation-clean-ups
...
Animation clean ups
2013-03-09 04:02:29 -08:00
Cédric Moullet
eb6630c3f7
Add single image WMS with custom projection example
2013-03-09 07:50:56 +01:00
Tom Payne
4a7a5fe220
Sort properties alphabetically
2013-03-09 02:38:52 +01:00
Tom Payne
194edc7f26
Sort functions alphabetically
2013-03-09 02:19:35 +01:00
Tom Payne
9d950525bb
Default to easing inAndOut for all animations
2013-03-09 02:15:32 +01:00
Tom Payne
77bd279160
Use ol.easing instead of goog.fx.easing
2013-03-09 02:03:59 +01:00
Tom Payne
e12458b32e
Expose all goog.fx.easing functions in the ol.easing namespace
2013-03-09 02:02:19 +01:00
Tom Payne
2d7f848223
Merge pull request #321 from twpayne/prettier-hue-saturation-example
...
Make hue/saturation example prettier
2013-03-08 16:46:24 -08:00
Tom Payne
3981141999
Merge pull request #134 from twpayne/keyboard-interactions
...
Keyboard Pan interaction should animate
2013-03-08 16:32:34 -08:00
Tom Payne
fe3b8d862d
Correct center setting, thanks @elemoine
2013-03-09 01:31:14 +01:00
ahocevar
06de786b98
Adding information about jsdoc3 dependency
2013-03-08 19:19:14 +01:00
ahocevar
b971fc1aae
Bringing back the style-rules example
...
Features are now created programmatically as
GeoJSONFeatureCollection.
2013-03-08 16:26:18 +01:00
ahocevar
389b8d14d7
Support GeoJSON as parsed object
...
With this change, we can programmatically create
GeoJSONFeatureCollection objects programmatically, without
reading a GeoJSON file.
2013-03-08 16:25:23 +01:00
Tom Payne
2354207b47
Make hue/saturation example prettier
2013-03-08 15:13:26 +01:00
Tom Payne
b729f969a7
Add EMPTY tile state instead of using null for empty tiles
2013-03-08 14:41:14 +01:00
Tom Payne
0a13344668
Merge pull request #320 from twpayne/follow-mouse-position
...
Prioritize tile loading around mouse position
2013-03-08 04:15:49 -08:00
Tim Schaub
7f62b26c80
New example style
2013-03-07 23:48:23 -07:00
Tim Schaub
ee75c4b90e
Use new projection getter
2013-03-07 23:48:10 -07:00
Tim Schaub
895bc4e76c
The addFeatures method will be added back later
...
This needs to be made to take advantage of the shared vertices.
2013-03-07 23:47:41 -07:00
Tim Schaub
85a1599a1a
Removing the style rules example for now
...
The addFeatures method on layer is going to go away temporarily (so all feature adding will take advantage of shared vertices structures). Later we can accept feature arrays in parseFeatures and rename the method back to addFeatures.
2013-03-07 23:32:56 -07:00
Tim Schaub
4422e3e73b
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-07 23:10:06 -07:00
Tim Schaub
4918106a22
Make shared vertices structures accessible
2013-03-07 23:09:23 -07:00
Tim Schaub
faee18bae1
Use fillColor and strokeColor instead of fillStyle and strokeStyle
...
The color names are more intuitive. And if we want to support pattern strokes or fills, we'll need additional proerties to represent other pattern properties.
2013-03-07 22:51:14 -07:00
Tim Schaub
5ce114c1b6
Style in example
2013-03-07 22:29:00 -07:00
Tim Schaub
77355ca634
Optional polygon stroke or fill
2013-03-07 22:28:39 -07:00
Tim Schaub
f93bf2ad77
Avoid filling/stroking parts of multi-polygons twice
2013-03-07 21:39:34 -07:00
Tom Payne
d571ef5804
Prioritize tile loading around mouse position
2013-03-08 01:04:35 +01:00
Tom Payne
47f1b8cb0a
Cope with rotation in keyboard pan
2013-03-07 20:13:38 +01:00
Tom Payne
cd37031456
Animate keyboard pan
2013-03-07 20:00:31 +01:00
Tom Payne
3d37ba7666
Add ol.View2D.pan
2013-03-07 20:00:31 +01:00
Tom Payne
d4a5bfa015
Avoid creating an unecessary object
2013-03-07 19:39:24 +01:00
Tom Payne
af0bf21e8d
Configure keyboard pan with an options object
2013-03-07 19:32:51 +01:00
Tom Payne
c46f1425a0
Make keyboard zoom delta configurable
2013-03-07 19:24:00 +01:00
Tim Schaub
db4e62477d
Nicer caps and joins
...
As mentioned in the TODOs, caps and joins should be user configurable on the symbolizers.
2013-03-07 10:37:48 -07:00
Tim Schaub
b28a1efec6
Export GeoJSON parser
2013-03-07 10:26:15 -07:00
ahocevar
5af71a488a
No need to continue rendering when we need to defer
2013-03-07 18:13:22 +01:00
Tim Schaub
5752a69d6b
Adding addFeatures back as an API method temporarily
...
Eventually, parseFeatures and addFeatures should be collapsed.
2013-03-07 10:09:19 -07:00
ahocevar
f4a16e7f57
Collect features before rendering to the sketch canvas
...
This avoids features being rendered multiple times when they
cross tile borders. Currently this makes the style-rules.html
example extremely slow. Fix for that to come in my next commit.
2013-03-07 16:57:22 +01:00
ahocevar
f0039ee460
Additional index dimension for RTree; use RTree again
...
The RTree can easily maintain an additional index dimension,
by passing a type with each added item. Now instead of
maintaining an RTree for each geometry type, we have a single
RTree with a type filter. With this change, using the RTree
finally speeds up rendering as expected.
2013-03-07 14:36:09 +01:00
Bart van den Eijnden
1f510d893f
Merge pull request #282 from bartvde/wms1_0_0
...
add WMS GetCapabilities 1.0.0 parser (=r@elemoine)
2013-03-07 05:06:13 -08:00
Tom Payne
1deeaa437c
Merge pull request #272 from twpayne/projection-get
...
allow people to specify projection as a string
2013-03-07 04:59:00 -08:00
Bart van den Eijnden
d56f2bc7aa
make Travis happy by adding comment to the constant in the test
2013-03-07 13:57:51 +01:00
Bart van den Eijnden
0dab671072
add WMS 1.0.0 parsing to false by default
2013-03-07 13:53:26 +01:00
Éric Lemoine
abf4d6bf09
Merge pull request #310 from elemoine/wms
...
NumberFormatException with GeoServer WMS
2013-03-07 04:46:06 -08:00
Tom Payne
21d34f1cc8
Rename projection functions for a friendlier API
...
The following functions are renamed:
getTransform -> getTransformForProjections
getTransformFromCodes -> getTransform
transform -> transformWithProjections
transformWithCodes -> transform
With this change, the faster functions that avoid projection look-up
have longer names and are used internally, whereas the slower but
friendlier short name functions are available for users.
2013-03-07 13:39:40 +01:00
Éric Lemoine
b487275d5b
Round image height and width for WMS
2013-03-07 13:37:48 +01:00
Tom Payne
874583656e
Use strings rather than ol.projection.get in examples
2013-03-07 13:31:11 +01:00
Tom Payne
eaa17758bd
Allow strings to be used wherever projections are needed
2013-03-07 13:29:40 +01:00
Tom Payne
afcbec469a
Rename ol.projection.getFromCode to ol.projection.get
2013-03-07 13:29:39 +01:00
Éric Lemoine
d81d9d7411
Merge pull request #309 from elemoine/attributions
...
Fix js error when image source has no attributions
2013-03-07 04:28:22 -08:00
Tom Payne
6bcbd25e2f
Merge pull request #295 from openlayers/refactor-examples
...
Refactor examples
2013-03-07 04:27:18 -08:00
Éric Lemoine
251e9a09fa
Fix js error when image source has no attributions
2013-03-07 12:41:15 +01:00
Éric Lemoine
3c37e6da56
Make custom proj example use tile layers only
2013-03-07 12:36:09 +01:00
Éric Lemoine
02cbdde333
Add a single image WMS example
2013-03-07 12:29:13 +01:00
Éric Lemoine
d31fb7a0fd
Merge pull request #303 from elemoine/tile
...
Tile loading stops after a while when there are multiple maps
2013-03-07 03:15:37 -08:00
Éric Lemoine
73d06442ec
Merge pull request #302 from elemoine/debug
...
Hosted examples in debug mode
2013-03-07 03:15:09 -08:00
Éric Lemoine
71f06320f6
WMS example renamed to wms-tiled
2013-03-07 12:03:28 +01:00
Bruno Binet
35b6d805df
Merge pull request #307 from bbinet/null-extent
...
Check for not null extent
2013-03-07 02:06:18 -08:00
Éric Lemoine
f55423d575
Register change listeners for loading tiles only
...
With this commit we register a change listener at a time when we are guaranteed that the listener will be called. In this was we don't need to remove listeners when the tile is dropped from the tile queue. And to avoid busy-polling between IDLE and LOADING we rely on the map to call requestRenderFrame when new tiles change to LOADING from IDLE.
2013-03-07 11:03:20 +01:00
Bruno Binet
41408c0909
Extent cannot be undefined here but it can be null
...
so we now use !goog.isNull(extent) instead of goog.isDef(extent)
2013-03-07 10:54:06 +01:00
Bruno Binet
129f2bbcb0
Merge pull request #305 from bbinet/check-isglobal
...
Do not wrap dateline if projection.isGlobal() is false
2013-03-07 01:42:18 -08:00
Éric Lemoine
7fabff5ffa
Revert "Remove listeners when dropping tiles"
...
This reverts commit fd6aaff2f5 .
2013-03-07 10:41:23 +01:00
Éric Lemoine
bbc8249e28
Check the examples in raw mode as well
2013-03-07 10:33:40 +01:00
Éric Lemoine
306447fac7
Update readme.md
2013-03-07 10:30:47 +01:00
Éric Lemoine
757401313b
Extent hosted loader to support debug mode
2013-03-07 10:30:47 +01:00
Frederic Junod
feb03b8cda
Change opacity step value in side-by-side example
...
Avoid rounding issue (0.1 in binary format). fixes #299
2013-03-07 10:14:39 +01:00
Tim Schaub
f961930823
Render countries from GeoJSON
...
This reveals a number of issues that still need to be addressed.
2013-03-06 19:24:53 -07:00
Tom Payne
d4b58d489f
Correct description in side-by-side example
2013-03-07 03:15:19 +01:00
Tim Schaub
84527c4b56
Disable bbox filtering for now
...
The RTree doesn't appear to be performing properly
2013-03-06 19:07:26 -07:00
Tim Schaub
2e4dc430e9
Render multi-part geometries
...
As noted in the comment, filtering/rendering once per geometry type will be replaced by rendering once per symbolizer type.
2013-03-06 19:06:41 -07:00
Tim Schaub
00fa7ff3a9
Listen for layer changes and expire tiles
...
We need a more flexible event system. We could have a VectorLayerEvent type and dispatch 'featuresadded' here. But listeners want features typically and perhaps extent. This won't be true for all vector layer events (suggesting a more specific VectorFeatureEvent type or something).
2013-03-06 19:05:35 -07:00
Tim Schaub
d7c547f736
Method for parsing features
...
Shared structures are still per geometry type. Need to be made per symbolizer type.
2013-03-06 19:02:21 -07:00
Tim Schaub
7c4c3c547c
Draw multi-part geometries
...
Polygons still need holes.
2013-03-06 19:01:16 -07:00
Tom Payne
3c701067b3
Remove animations from side-by-side example
2013-03-07 02:58:00 +01:00
Tom Payne
674eb9b396
Add animation example
2013-03-07 02:56:28 +01:00
Bruno Binet
48c84aaf69
Do not wrap dateline if projection.isGlobal() is false
2013-03-07 02:07:00 +01:00
Tom Payne
50cb6294ee
Remove brightness/contrast from side-by-side example
2013-03-07 01:56:41 +01:00
Tom Payne
bea6b644af
Add brightness/contrast example
2013-03-07 01:56:41 +01:00
Tom Payne
8ab00689b2
Remove hue/saturation from side-by-side example
2013-03-07 01:56:41 +01:00
Tom Payne
f0466ef9c7
Add hue/saturation example
2013-03-07 01:56:41 +01:00
Bruno Binet
7f9e327a65
Merge pull request #304 from bbinet/projection-improvements
...
Some projection improvements
2013-03-06 16:53:14 -08:00
Bruno Binet
1e050fe25f
Add global=true for both EPSG:4326 and EPSG:3857
2013-03-07 01:36:42 +01:00
Bruno Binet
4415f8ac74
Add test for ol.projection.configureProj4jsProjection
2013-03-07 01:36:41 +01:00
Bruno Binet
b6d57894b4
Add configureProj4jsProjection function
...
so that we can add extent and global parameter to proj4js projections.
And remove setExtent method which is not relevant.
2013-03-07 01:36:41 +01:00
Bruno Binet
0e53a3f3c9
ol.Proj4jsProjection_ now takes a single argument
2013-03-07 01:36:40 +01:00
Bruno Binet
9d88273161
ol.Projection now takes a single argument
...
which is called ol.ProjectionOptions.
2013-03-07 01:36:39 +01:00
Bruno Binet
8dd3093f4c
Add information on wether the projection is global
...
so that we know if we can wrap the dateline.
2013-03-07 01:36:39 +01:00
Tom Payne
f942333f48
Add MapQuest example
2013-03-07 01:18:32 +01:00
Tom Payne
31b1f8b5b0
Add missing export
2013-03-06 21:34:18 +01:00
Tom Payne
a686a0a893
Remove two-layers example
2013-03-06 21:29:23 +01:00
Tom Payne
58323bb8fc
Add export JPEG example
2013-03-06 21:28:59 +01:00
Tim Schaub
6cddd47d54
Correcting title for example list (see #296 )
2013-03-06 15:24:50 -05:00
Tom Payne
479e7fc8dd
Make Stamen example prettier
2013-03-06 21:08:06 +01:00
ahocevar
100c8a1cf4
Adding gutter when requesting features for a tile
...
By doing so, we avoid features being cut off when the symbolizer
causes it to be rendered across tile borders.
2013-03-06 21:06:21 +01:00
ahocevar
2af82abcda
Adding missing export
2013-03-06 21:03:57 +01:00
Tom Payne
b07c1cce1f
Add mouse position example
2013-03-06 20:57:48 +01:00
Tom Payne
fe7f112c41
Remove mouse position control from side-by-side example
2013-03-06 20:57:48 +01:00
Tom Payne
05c21e6f1c
Add scale line example
2013-03-06 20:46:53 +01:00
Tom Payne
09b75f8044
Don't include scale line in default controls
2013-03-06 20:46:52 +01:00
Tom Payne
6dab2cd466
Remove scale line from full screen example
2013-03-06 20:46:52 +01:00
Tom Payne
99870acd19
Add TileJSON example
2013-03-06 20:46:52 +01:00
Tom Payne
3e7cd5fffb
Add Bing Maps example
2013-03-06 20:46:52 +01:00
Éric Lemoine
74b8fea679
Extent hostexamples target to copy ol and closure
2013-03-06 20:32:06 +01:00
Tom Payne
818b4a9d5e
Remove Bing Maps from two-layers example
2013-03-06 20:21:40 +01:00
Tom Payne
d60a6e943b
Don't use ol.Collection in simple example
2013-03-06 20:21:39 +01:00
Tom Payne
65e003db50
Merge pull request #274 from twpayne/map-layers-api
...
ol.Collection versus array
2013-03-06 10:48:48 -08:00
Éric Lemoine
8ce86ac2c9
Add depswriter scripts
...
Copied from http://closure-library.googlecode.com/git/closure/bin/build/
2013-03-06 19:16:03 +01:00
Bruno Binet
a10cae6117
Merge pull request #301 from bbinet/projection-setextent
...
Add a setExtent method to ol.Projection
2013-03-06 09:46:07 -08:00
Tom Payne
6c58da95e6
Merge pull request #300 from twpayne/stamen-unique-attribution
...
Use a single, shared attribution for Stamen sources
2013-03-06 09:27:44 -08:00
Tom Payne
ad6cb91b73
Merge pull request #296 from fredj/bootstrap
...
Port example list to Bootstrap
2013-03-06 08:56:43 -08:00
Bruno Binet
93ae4256eb
Add a setExtent method to ol.Projection
2013-03-06 17:53:51 +01:00
Tom Payne
e027f9771e
Use a single, shared attribution for Stamen sources
...
This ensures that the attribution only appears once, even if multiple
Stamen layers are used in the same map.
2013-03-06 17:53:33 +01:00
Bruno Binet
d1762a06f8
Merge pull request #290 from bbinet/projection_stuff
...
Add a getMetersPerUnit instance method to ol.Projection class
2013-03-06 08:50:47 -08:00
Frederic Junod
4c50b8ff31
Add tags in full screen example
...
Used to generate example-list.html
2013-03-06 17:31:48 +01:00
Frederic Junod
11f338f9fe
Fit map to projection extent in full screen example
...
see: 5b0af9152a
2013-03-06 17:25:59 +01:00
Tom Payne
c48e281c68
Add ol.Map.removeLayer
2013-03-06 17:17:32 +01:00
Frederic Junod
aacee357c0
Port example list to Bootstrap
2013-03-06 17:08:34 +01:00
Tom Payne
fcbd758f48
Add ol.Map.addLayer
2013-03-06 17:00:17 +01:00
Tom Payne
441092dad6
Don't use ol.Collection in examples
2013-03-06 17:00:16 +01:00
Tom Payne
61982646ba
Allow layers to be passed as an array when creating a map
2013-03-06 16:59:09 +01:00
Tom Payne
388eac3838
Merge pull request #293 from twpayne/fix-293
...
Build error
2013-03-06 07:56:23 -08:00
Tom Payne
61552e6664
Merge pull request #294 from twpayne/collection
...
Collection improvements
2013-03-06 07:49:53 -08:00
Frédéric Junod
d60491093b
Merge pull request #291 from openlayers/bootstrap
...
Use Bootstrap for examples
2013-03-06 07:28:17 -08:00
Tom Payne
220beb5177
Simple and whitespace builds use internal, not external, source
2013-03-06 16:00:15 +01:00
Tom Payne
3e7c913c44
Add ol.Collection.remove
2013-03-06 15:53:11 +01:00
Tom Payne
0a38f2f7a7
Don't export ol.Collection.getArray
2013-03-06 15:50:07 +01:00
Tom Payne
905a0059db
Remove unused insert_at, set_at, and remove_at events
2013-03-06 15:50:03 +01:00
Frederic Junod
eab160de67
Add github and twitter links in examples
2013-03-06 15:20:25 +01:00
Frederic Junod
2b238c68c7
Add Font Awesome 3.0.2
2013-03-06 15:20:25 +01:00
Frederic Junod
e4863f3ce8
Add missing div close tag
2013-03-06 15:20:24 +01:00
Frederic Junod
6113ca2c59
Port full-screen example to Bootstrap
2013-03-06 15:20:24 +01:00
Frederic Junod
a8ec0c95a0
Fix hostexamples target
...
Add missing bootstrap dir and examples.css
2013-03-06 15:19:47 +01:00
Frederic Junod
0007ec95de
Port stamen example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
d8a73d12ed
Fix navbar link, thanks @fredj
2013-03-06 15:19:47 +01:00
Tom Payne
3b9d500818
Don't store templates in map div
2013-03-06 15:19:47 +01:00
Tom Payne
3491b55fb2
Add missing closing tag
2013-03-06 15:19:47 +01:00
Tom Payne
bcea43dcd6
Don't lint Bootstrap JavaScript
2013-03-06 15:19:47 +01:00
Tom Payne
fa448951d9
Add simple example
2013-03-06 15:19:47 +01:00
Tom Payne
c87aaa3eb1
Port WMS example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
80da379d60
Port WMS custom projection example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
ca3f6e0fdf
Port WMS capabilities example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
6af6e355f9
Port two layers example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
2ca53da9f2
Port side-by-side example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
f1af80189f
Port EPSG:4326 example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
34c6652ed6
Port canvas tiles example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
d20aa69f5f
Port anchored elements example to Bootstrap
2013-03-06 15:19:47 +01:00
Tom Payne
2d454c429a
Add examples.css
2013-03-06 15:19:47 +01:00
Tom Payne
a96fa30e97
Add Bootstrap 2.3.1
2013-03-06 15:19:47 +01:00
Tom Payne
3a7c4bd3bc
Merge pull request #273 from twpayne/controls-api
...
reconsider the way we specify controls on the map
2013-03-06 05:59:31 -08:00
Tom Payne
38eaa9cfb2
Use an array to specify additional interactions
2013-03-06 13:19:50 +01:00
Tom Payne
363cb87e1a
Use an array to specify additional controls
2013-03-06 13:19:34 +01:00
Tom Payne
23f0097517
Add ol.Collection.extend
2013-03-06 13:18:34 +01:00
Tom Payne
c9cce57895
Add comment about ugly typecast
2013-03-06 13:06:35 +01:00
Frédéric Junod
c54f38f4c0
Merge pull request #287 from fredj/mapsize
...
Use goog.style.getSize to compute the map size.
2013-03-06 03:59:51 -08:00
ahocevar
2147674e2f
Adding exports for icon and feature
2013-03-06 12:49:06 +01:00
Tom Payne
671ee79c74
Add ol.interaction.defaults
2013-03-06 12:36:49 +01:00
Tom Payne
a94eadf402
Port examples to ol.control.defaults
2013-03-06 12:36:49 +01:00
Tom Payne
8ae009d401
Add ol.control.defaults
2013-03-06 12:36:48 +01:00
ahocevar
345bb55f98
Respect width and height from symbolizer
2013-03-06 12:29:20 +01:00
Bruno Binet
1ff3c79ff6
Use correct value to convert from foot to meters
...
(was using value for converting to inches).
Thanks @twpayne
2013-03-06 12:26:30 +01:00
Bruno Binet
f4aa08ee90
Use ol.sphere.NORMAL.radius instead of 6378000
...
to be consistent.
2013-03-06 12:18:37 +01:00
Tom Payne
48852aa3ea
Merge pull request #284 from twpayne/full-screen-fit-projection-extent
...
Fit map to projection extent in full screen example
2013-03-06 02:50:46 -08:00
ahocevar
6ee754abb6
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-06 11:20:40 +01:00
Bruno Binet
097d59c41a
Add test for ol.Projection getMetersPerUnit method
2013-03-06 10:33:03 +01:00
Bruno Binet
1803e7b28d
Add getMetersPerUnit instance method to ol.Projection
2013-03-06 10:32:45 +01:00
Bruno Binet
1f30f693b6
Merge pull request #288 from bbinet/projection_stuff
...
Find proj4js projection even if code is different than srs.
2013-03-06 01:06:38 -08:00
Bruno Binet
bb1cf45c0a
Add Proj4js.Proj.srsCode property to Proj4js externs
2013-03-06 02:38:03 +01:00
Tim Schaub
060edb2070
Merge branch 'vector' of github.com:openlayers/ol3 into vector
...
Conflicts:
src/ol/style/shape.js
2013-03-06 02:28:33 +01:00
Tim Schaub
ac10bb6ca5
Enforce that either stroke or fill is provided
2013-03-06 02:20:11 +01:00
Tim Schaub
c0c8faaf9f
Allow literal from symbolizer without feature
2013-03-06 02:20:11 +01:00
ahocevar
95f3fe535a
No projection configuration needed on the layer
2013-03-06 02:20:11 +01:00
Éric Lemoine
5d99ead2b7
View2D NoConstraint methods renamed
2013-03-06 02:20:10 +01:00
Tom Payne
ba78812796
Improve comment parsing when checking for requires
2013-03-06 02:20:10 +01:00
Éric Lemoine
a0ba80bcbb
Check the examples against whitespace build first
...
This is to produce stack traces that are easier to understand when an example fails to load.
2013-03-06 02:20:10 +01:00
Bruno Binet
382022bdb5
Add defaultNamespaceURI and errorProperty properties for WMTS.
...
Thanks @bartvde.
2013-03-06 02:20:10 +01:00
Éric Lemoine
221c8077e0
Make hostexamples target more robust
2013-03-06 02:20:10 +01:00
ahocevar
2ee19f699a
Moving VERSION into params
2013-03-06 02:20:10 +01:00
ahocevar
c1f3a6cc54
WMS GetMap request parameters shall be params
...
To avoid surprises, we configure everything that is a WMS GetMap
request parameter in the params object, and not as direct
configuration option. This affects the VERSION and TRANSPARENT
params.
2013-03-06 02:20:09 +01:00
ahocevar
a912d48b59
Do not use tiledWMSOptions in closure function
...
See #269 .
2013-03-06 02:20:09 +01:00
Éric Lemoine
5644c27d9e
Animate double click/tap zoom
2013-03-06 02:20:09 +01:00
Éric Lemoine
066a81a88a
Animate zoom after pinch
2013-03-06 02:20:09 +01:00
Éric Lemoine
a4c47edd9d
2DView refactoring
...
This refactoring makes animating zoom, as opposed to zoomByDelta, possible.
2013-03-06 02:20:09 +01:00
Éric Lemoine
b9a286fb7a
Animate rotation when releasing mouse or fingers
2013-03-06 02:20:08 +01:00
Éric Lemoine
33eb13d73b
Make animating rotation possible
2013-03-06 02:20:08 +01:00
Éric Lemoine
de8db176ab
Do not apply rotation constraint while rotating
...
This is on par to what the TouchRotate interaction does.
2013-03-06 02:20:08 +01:00
Éric Lemoine
f20cf83c94
Add a snapToZero rotation constraint
2013-03-06 02:20:08 +01:00
Tom Payne
83225916c1
Add Stamen example
2013-03-06 02:20:07 +01:00
Tom Payne
78780fa095
Correct Stamen source
2013-03-06 02:20:07 +01:00
Éric Lemoine
cae2340343
Make TouchRotate interaction use rotateNoConstraint
2013-03-06 02:20:07 +01:00
Éric Lemoine
303520a5e0
Add a rotateNoConstraint View2D method
2013-03-06 02:20:06 +01:00
Éric Lemoine
2c551b0445
Change View2D function names
...
Also make the TouchZoom interaction no longer use a private View2D function.
2013-03-06 02:20:06 +01:00
Éric Lemoine
ca31cf590c
Debounce mousewheel zoom events
2013-03-06 02:20:06 +01:00
Éric Lemoine
673ea079f8
MouseWheelZoom interaction animates zoom
2013-03-06 02:20:06 +01:00
Éric Lemoine
be5967a948
View2D zoom may animate pan
2013-03-06 02:20:06 +01:00
Éric Lemoine
29d3878ea3
zoomFactor defaults to 2
2013-03-06 02:20:06 +01:00
Bruno Binet
f1b72a10bc
Tests for cached proj4js projections.
2013-03-06 01:59:35 +01:00
ahocevar
ab19d255c7
Rendering icons from external graphic urls
2013-03-06 01:57:08 +01:00
Bruno Binet
7d1db48836
Find proj4js projection even if code is different than srs.
2013-03-06 01:57:06 +01:00
Tom Payne
1ae20641ef
Make mouse position control options argument optional
2013-03-05 18:58:29 +01:00
Tom Payne
f581390655
Make zoom control options argument optional
2013-03-05 18:56:41 +01:00
Tom Payne
c521f92408
Make attribution control options argument optional
2013-03-05 18:56:34 +01:00
Frederic Junod
de168e0fb0
Use goog.style.getSize to compute the map size.
...
This allows to initialize hidden map (display: none).
Otherwise the size is 0 (clientWidth == clientHeight == 0)
2013-03-05 18:48:02 +01:00
Éric Lemoine
59271ae2d8
Fix typo (thanks @bbinet)
2013-03-05 18:35:21 +01:00
Tim Schaub
4f2523fcf2
Vector related exports
2013-03-05 18:25:07 +01:00
Tim Schaub
9a0e7a96fe
Moving the feature management to the layer
...
The source will be responsible for fetching vector data.
2013-03-05 18:25:07 +01:00
Tim Schaub
e1c3faa53e
Vector related exports
2013-03-05 18:13:10 +01:00
Éric Lemoine
2924bf088d
Merge pull request #286 from elemoine/droppedtile
...
Fix tile change event handling
2013-03-05 09:07:53 -08:00
Éric Lemoine
a4afcd533f
Add FIXME
2013-03-05 18:06:57 +01:00
Tom Payne
8a66095a4a
Export some ol.View2D functions
2013-03-05 17:03:33 +01:00
Éric Lemoine
4e758f87ae
Do not register multiple listeners on same tile
2013-03-05 17:01:34 +01:00
Éric Lemoine
fd6aaff2f5
Remove listeners when dropping tiles
2013-03-05 17:01:34 +01:00
Tom Payne
5b0af9152a
Fit map to projection extent in full screen example
2013-03-05 16:49:36 +01:00
Marc Jansen
5b258ca23f
Merge pull request #283 from marcjansen/test-output
...
Nicer test output for headless tests
2013-03-05 07:07:25 -08:00
Marc Jansen
aed6e4c1e3
JSHintified, thanks @elemoine.
2013-03-05 16:05:07 +01:00
ahocevar
d8b6d17105
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-05 15:48:57 +01:00
Marc Jansen
2c1fa61078
Nicer output of console runner.
2013-03-05 15:30:01 +01:00
Marc Jansen
6600435378
Remove dangling whitespace.
2013-03-05 15:29:47 +01:00
ahocevar
df4f2c4c0a
No projection configuration needed on the layer
2013-03-05 15:25:47 +01:00
Bart van den Eijnden
aa4c4ddc48
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-05 14:20:32 +01:00
Bart van den Eijnden
dfcdf75449
add WMS 1.0.0 parser
2013-03-05 13:26:04 +01:00
Éric Lemoine
98f9f44877
Merge pull request #261 from elemoine/zoomfactor
...
Change default zoom delta and animate mousewheel zoom
2013-03-05 03:52:38 -08:00
Éric Lemoine
b884f2f25d
View2D NoConstraint methods renamed
2013-03-05 12:51:03 +01:00
Tim Schaub
12bee3178e
Moving the feature management to the layer
...
The source will be responsible for fetching vector data.
2013-03-05 12:46:55 +01:00
Tom Payne
3b29ec610b
Merge pull request #280 from twpayne/check-requires-in-comments-fixes
...
Improve comment parsing when checking for requires
2013-03-05 03:05:52 -08:00
Tom Payne
254a96e036
Improve comment parsing when checking for requires
2013-03-05 11:51:53 +01:00
Tim Schaub
a968a5ca66
The shared vertices structure now works with integer arrays only
...
Previously, a lookup object containing start indexes was also used. This allowed us to remove arrays of vertices and properly update the start indexes for remaining coordinate values. In order to provide callers with stable identifiers and to work with arrays of integers alone, we cannot support a remove method. I think this is worth revisiting. Even if the array length cannot be changed in WebGL, we don't need to also impose the restriction outside. Instead, the WebGL renderer could be notified when array sizes change and update itself accordingly. I think there is more value in providing geometries with stable identifiers.
This common structure is used to store vertices for all geometry types. A slight optimization could be made by creating yet another structure to store point vertices - since these don't need to have a counts array (always 1). Creating a new structure would mean saving memory at the expense of more lib code to transport. The coordinate value lookups are not negatively impacted by using the same structure for points and higher order geometries. Since the first change above goes against my instincts, I'm not making this second change (to add another structure for shared point vertices).
2013-03-05 11:47:42 +01:00
Éric Lemoine
403666d875
Merge pull request #279 from elemoine/check-examples
...
Check the examples against whitespace build first
2013-03-05 02:39:58 -08:00
Éric Lemoine
82c2fc19a1
Check the examples against whitespace build first
...
This is to produce stack traces that are easier to understand when an example fails to load.
2013-03-05 11:37:30 +01:00
Éric Lemoine
9a64435a65
Merge pull request #275 from elemoine/275
...
Files in gh-pages examples
2013-03-05 02:31:39 -08:00
Bruno Binet
ade4213dd8
Merge pull request #277 from bbinet/fix-wmts-parser
...
Add defaultNamespaceURI and errorProperty properties for WMTS.
2013-03-05 02:29:23 -08:00
Bruno Binet
8b3cfda963
Add defaultNamespaceURI and errorProperty properties for WMTS.
...
Thanks @bartvde.
2013-03-05 11:26:46 +01:00
Éric Lemoine
aa9275b57f
Make hostexamples target more robust
2013-03-05 11:26:22 +01:00
Tom Payne
68919b5ee3
Merge pull request #267 from twpayne/stamen-fixes
...
Stamen fixes
2013-03-05 02:14:21 -08:00
ahocevar
8fd25749c0
Merge pull request #276 from ahocevar/wms-params
...
WMS GetMap request parameters shall be params. r=@elemoine
2013-03-05 02:13:37 -08:00
ahocevar
19f8692672
Moving VERSION into params
2013-03-05 11:11:41 +01:00
Tim Schaub
54d8d45fc9
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-05 10:58:27 +01:00
ahocevar
4bb521db65
WMS GetMap request parameters shall be params
...
To avoid surprises, we configure everything that is a WMS GetMap
request parameter in the params object, and not as direct
configuration option. This affects the VERSION and TRANSPARENT
params.
2013-03-05 10:54:33 +01:00
ahocevar
2676050d54
Do not use tiledWMSOptions in closure function
...
See #269 .
2013-03-05 10:50:46 +01:00
Tom Payne
985b4f57c1
Merge pull request #260 from twpayne/projections-in-feet
...
Projections in feet
2013-03-05 01:17:56 -08:00
Frédéric Junod
5c78fff519
Merge pull request #270 from fredj/pretty-print-build
...
Pretty print the whitespace build
2013-03-05 01:08:16 -08:00
Éric Lemoine
29e610b9f3
Animate double click/tap zoom
2013-03-05 10:08:01 +01:00
Éric Lemoine
e598e4b9b2
Animate zoom after pinch
2013-03-05 10:08:01 +01:00
Éric Lemoine
43b1e11e7a
2DView refactoring
...
This refactoring makes animating zoom, as opposed to zoomByDelta, possible.
2013-03-05 10:08:01 +01:00
Éric Lemoine
d42d88c198
Animate rotation when releasing mouse or fingers
2013-03-05 10:08:00 +01:00
Éric Lemoine
c431acacca
Make animating rotation possible
2013-03-05 10:08:00 +01:00
Éric Lemoine
2f611529dd
Do not apply rotation constraint while rotating
...
This is on par to what the TouchRotate interaction does.
2013-03-05 10:08:00 +01:00
Éric Lemoine
1776d80cb9
Add a snapToZero rotation constraint
2013-03-05 10:08:00 +01:00
Tom Payne
6f2d15bb5f
Add Stamen example
2013-03-05 10:05:22 +01:00
Tom Payne
6d6188ea79
Correct Stamen source
2013-03-05 10:05:22 +01:00
Bart van den Eijnden
d587d45a09
Merge pull request #271 from bartvde/epsg4326example
...
remove unused code from epsg-4326 example
2013-03-05 01:00:00 -08:00
Éric Lemoine
7d6d82519b
Make TouchRotate interaction use rotateNoConstraint
2013-03-05 09:59:31 +01:00
Éric Lemoine
178c68868b
Add a rotateNoConstraint View2D method
2013-03-05 09:59:31 +01:00
Éric Lemoine
03ae41a68c
Change View2D function names
...
Also make the TouchZoom interaction no longer use a private View2D function.
2013-03-05 09:59:31 +01:00
Éric Lemoine
faef495cfd
Debounce mousewheel zoom events
2013-03-05 09:59:31 +01:00
Éric Lemoine
4d486601f9
MouseWheelZoom interaction animates zoom
2013-03-05 09:59:31 +01:00
Éric Lemoine
3ba9a4afd4
View2D zoom may animate pan
2013-03-05 09:59:30 +01:00
Éric Lemoine
57a86353cd
zoomFactor defaults to 2
2013-03-05 09:59:30 +01:00
Bart van den Eijnden
68c1651cc5
remove unused code from epsg-4326 example
2013-03-05 09:54:35 +01:00
ahocevar
3803275a1e
Merge pull request #269 from ahocevar/wms-extent
...
Fixing extent check for undefined extents. r=@elemoine
2013-03-05 00:54:12 -08:00
Frederic Junod
9d1d59d54a
Pretty print the whitespace build
2013-03-05 09:53:05 +01:00
ahocevar
19aeb04141
Fixing extent check for undefined extents.
...
Thanks @marcjansen for spotting this. To make the epsg-4326
example work, I also had to change the WMS version to 1.1.1.
2013-03-05 09:47:52 +01:00
ahocevar
3526244e0c
Merge pull request #268 from ahocevar/wms-improvements
...
Support tile sources without configured projection. r=@twpayne
2013-03-04 16:48:09 -08:00
ahocevar
23c09abd3a
Calling getTileSize with z argument
...
Thanks for catching this @twpayne.
2013-03-05 01:47:28 +01:00
ahocevar
66b790294d
Merge branch 'master' of github.com:openlayers/ol3 into wms-improvements
...
Conflicts:
src/ol/source/tiledwmssource.js
test/spec/ol/tileurlfunction.test.js
2013-03-05 00:55:52 +01:00
ahocevar
586f393492
Support tile sources without configured projection
...
This change adds a lot of flexibility to working with tile
layers: Sources where the server projection or tile grid do not
matter can now be constructed without specifying a projection or
tile grid.
The tileUrlFunction/imageUrlFunction now also creates updated
URLs when the params of the layer change, so things like
mergeNewParams in ol2 will be possible.
A nice side effect of this whole change is that there is no more
duplicated code between tiled and single image WMS layers.
While I was at it, I also fixed a WMS 1.1.1 axis order issue
and incorrect STYLES params (STYLES=& instead of STYLES&).
2013-03-05 00:46:58 +01:00
Tom Payne
1bac674eca
Merge pull request #263 from twpayne/canvas-renderer-optimizations
...
Canvas renderer optimizations
2013-03-04 15:21:38 -08:00
Tim Schaub
1d6cd1bd1b
Lint-free tests
2013-03-04 21:30:23 +01:00
Tim Schaub
dc19948a85
Get tile size for zoom level (see #258 )
2013-03-04 21:30:01 +01:00
Tom Payne
61acce98e3
Merge pull request #266 from twpayne/lint-cleanups
...
Lint cleanups
2013-03-04 12:07:52 -08:00
Tom Payne
a937083d10
Don't redraw already rendered tiles
2013-03-04 21:07:17 +01:00
Tom Payne
fb668a7fc6
Add opaque flag to ol.source.TileSource
2013-03-04 21:07:17 +01:00
Tim Schaub
c29fabebef
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-04 21:06:13 +01:00
Tim Schaub
cae925ad1f
Correct spelling (thanks @fredj)
2013-03-04 21:04:59 +01:00
Tom Payne
4eebe5aaf2
Merge spec and src lint targets
2013-03-04 20:51:27 +01:00
Tom Payne
f6fe7bd36c
Make spec indentation pass strict mode
2013-03-04 20:47:20 +01:00
Tom Payne
9b122815ce
Lint specs with strict mode
2013-03-04 20:46:39 +01:00
Tom Payne
2741daa977
Merge pull request #265 from twpayne/check-requires-in-specs
...
Check requires in specs
2013-03-04 11:31:37 -08:00
Tim Schaub
8c8ddce290
GeoJSON parser implements StringFeatureParser
2013-03-04 20:31:01 +01:00
Tim Schaub
9c8ec42713
Feature parser interfaces
...
Parsers that read features from strings, objects, or dom elements should implement the right interface. Among the read options is a callback that gets called after feature construction and before geometry construction. This callback is called with the feature and the geometry type and returns a shared vertices structure. The geometry is then constructed with this shared vertices structure before being added to the feature.
2013-03-04 20:29:42 +01:00
Tim Schaub
9edf63fdb8
Proper bounds
2013-03-04 20:25:18 +01:00
Tom Payne
3f933e01bd
Merge pull request #264 from twpayne/webgl-underscores
...
Rename WebGL variables to match CSS shaders specification
2013-03-04 11:03:21 -08:00
Tom Payne
df5f74b3c0
Add missing requires to specs
2013-03-04 20:02:55 +01:00
Tom Payne
e776371f54
Check for requires in specs
2013-03-04 20:02:28 +01:00
Tom Payne
14e76b3a11
Don't assume that goog.requires are always first
2013-03-04 20:02:16 +01:00
Tom Payne
08dbeed23f
Rename WebGL variables to match CSS shaders specification
...
See https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.htm
2013-03-04 19:45:43 +01:00
Tim Schaub
978527f880
Accept missing properties in symbolizer constructors
...
Still need to have some discussion about when to apply defaults.
2013-03-04 19:31:11 +01:00
Frédéric Junod
ad17c2ba90
Merge pull request #250 from fredj/BingMapsStyle
...
Invalid ol.BingMapsStyle
2013-03-04 10:04:29 -08:00
Tim Schaub
fae79dbc0f
Fewer function calls during bounds calculation
2013-03-04 18:55:20 +01:00
Tom Payne
44e3e228eb
Add canvas map to two layers demo
2013-03-04 18:45:24 +01:00
Tim Schaub
0b05432faa
Vector source isn't a tile source
2013-03-04 18:43:46 +01:00
Tim Schaub
0558cfa3ac
Add externs for GeoJSON support
2013-03-04 18:41:04 +01:00
Bruno Binet
874481cae5
Merge pull request #262 from bbinet/wmtsparser-resourceurl
...
Rework the structure of the WMTS resourceUrls property
2013-03-04 08:34:10 -08:00
Bruno Binet
80509a6a62
Fix tests relative to the WMTS resourceUrl(s) object
2013-03-04 17:16:49 +01:00
Bruno Binet
4baf397f77
Rework the structure of the resourceUrls object
...
and remove duplicated resourceUrl object.
2013-03-04 17:14:16 +01:00
Frederic Junod
eec1aec0e6
Remove ol.BingMapsStyle
2013-03-04 15:14:22 +01:00
Tom Payne
b9a9e84c1b
Handle projections in feet in scale line control
2013-03-04 10:40:01 +01:00
Tom Payne
87d6208403
Add international feet to projection units
2013-03-04 10:39:52 +01:00
Tom Payne
06bb6e19f1
Merge pull request #215 from twpayne/scaleline-control
...
ScaleLine control
2013-03-04 01:27:33 -08:00
Éric Lemoine
2238c9bd6a
Update readme.md
2013-03-04 10:15:31 +01:00
Éric Lemoine
b31d5cdb4a
Update readme.md
2013-03-04 10:07:00 +01:00
Tom Payne
c35d07d481
Rename minimumWidth to minWidth
2013-03-04 09:58:09 +01:00
Frédéric Junod
cad215e0cc
Merge pull request #230 from fredj/touch-navigation
...
Touch navigation issues
2013-03-04 00:42:59 -08:00
Bruno Binet
cedba8cd60
Merge pull request #258 from bbinet/tilegrid-tilesizes
...
Add support for multiple tileSizes in the tilegrid
2013-03-03 22:31:33 -08:00
Bruno Binet
07e0fc3a20
Fix tileSize in the canvastilelayerrenderer.
2013-03-04 07:30:33 +01:00
Tom Payne
fd1d2f6aeb
Merge pull request #259 from twpayne/more-in-place-transforms
...
Use more in-place transforms where possible
2013-03-03 15:47:58 -08:00
Tom Payne
f3d01dcbd3
Add scale line to examples
2013-03-04 00:43:38 +01:00
Tom Payne
b663fd69f1
Add scale line control options to map options
2013-03-04 00:43:37 +01:00
Tom Payne
8c2b01948b
Add ScaleLine control
2013-03-04 00:43:37 +01:00
Tom Payne
10f1755ad4
Merge pull request #252 from twpayne/point-resolution
...
Point resolution
2013-03-03 15:36:08 -08:00
Tom Payne
5c6821ce71
Use more in-place transforms where possible
2013-03-04 00:31:36 +01:00
Tom Payne
a8760108d4
Estimate point resolution for Proj4js projections
2013-03-04 00:25:42 +01:00
Tom Payne
343768df6a
Implement getPointResolution for EPSG:4326
2013-03-04 00:12:51 +01:00
Tom Payne
98d7391024
Implement getPointResolution for EPSG:3587
2013-03-04 00:12:51 +01:00
Tom Payne
d3e49d0a19
Add ol.Projection.getPointResolution
2013-03-04 00:12:51 +01:00
Tom Payne
e6f08df72c
Add the normal sphere
2013-03-04 00:12:51 +01:00
Tom Payne
684ea35673
Add sphere with radius equal to the semi-major axis of the WGS84 ellipsoid
2013-03-04 00:12:51 +01:00
Éric Lemoine
85db5273be
Merge pull request #257 from elemoine/verify-examples
...
Verify hosted examples at precommit time
2013-03-03 15:06:11 -08:00
Tim Schaub
303f2df9e1
Merge pull request #256 from tschaub/transform-arrays
...
Updating ol.TransformFunction instances so they work with arrays instead of coordinates.
2013-03-03 14:46:22 -08:00
Frédéric Junod
d783df0840
Merge pull request #223 from fredj/touch-click
...
Click handling broken
2013-03-03 12:43:01 -08:00
Tim Schaub
e9fa08fccb
Use in-place transforms where possible
2013-03-03 20:53:13 +01:00
Bruno Binet
93131d6105
Add some tests for the multiple tileSizes in tilegrid.
2013-03-03 20:43:47 +01:00
Bruno Binet
bf325c38b4
Fix tests related to createBboxParam.
2013-03-03 20:43:46 +01:00
Bruno Binet
2816e3256c
Add support for multiple tileSizes in the tilegrid.
...
This is needed by WMTS.
2013-03-03 20:43:46 +01:00
Bruno Binet
7c440d087f
Ensure we cannot set both origin and origins in the tilegrid
2013-03-03 20:43:46 +01:00
Bruno Binet
f7a895a823
Remove unused tileGrid.getTileSize() call.
2013-03-03 20:43:45 +01:00
Tim Schaub
40bde4056b
Accept a destination array for transforms
...
This allows in-place transforms.
2013-03-03 20:24:14 +01:00
Éric Lemoine
26cf882d68
Make createLayerRenderer always return a renderer
2013-03-03 19:46:09 +01:00
Éric Lemoine
5202281ce8
Remove references to goog in epsg-4326 example
2013-03-03 19:46:09 +01:00
Éric Lemoine
337fd11a05
Load the examples using PhantomJS
...
This commit adds a check-examples target to check that the hosted examples load without errors.
2013-03-03 19:46:09 +01:00
Tim Schaub
7a5e6a06d8
Make transform functions work with arrays
...
Instead of working with ol.Coordinate instances, transform functions work with arrays. This is in anticipation of using transform functions to transform large arrays of vertex coordinate values. The ol.projection.transform and ol.projection.transformWithCodes are slightly more convenient functions for dealing with ol.Coordinate instances. Whether we make this more consistent with the use of functions returned by ol.projection.getTransform is up for discussion.
2013-03-03 19:27:57 +01:00
Bruno Binet
6407b7c1c1
Merge pull request #254 from bbinet/indent-wmscap-example
...
Better indentation for wms capabilities example
2013-03-03 09:58:16 -08:00
Bruno Binet
d754c34a04
Better indentation for wms capabilities example
2013-03-03 18:57:53 +01:00
ahocevar
f1120287c3
Features can now have symbolizers
...
If specified, feature symbolizers take precedence over rule
based styling.
2013-03-03 18:55:52 +01:00
ahocevar
44ca6c9ff6
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-03 18:37:02 +01:00
Tom Payne
f897c743b1
Merge pull request #255 from twpayne/dont-check-requires-in-comments
...
Don't check for requires in comments
2013-03-03 09:36:29 -08:00
Tom Payne
b75298e957
Don't check for requires in comments
2013-03-03 18:29:16 +01:00
Bruno Binet
7454314578
Merge pull request #253 from bbinet/gitignore
...
Ignore ol-simple.js and ol-whitespace.js generated files
2013-03-03 08:59:26 -08:00
Tim Schaub
0df692e159
Lint in the tests
2013-03-03 17:58:03 +01:00
Bruno Binet
88335da8de
Ignore ol-simple.js and ol-whitespace.js generated files
2013-03-03 17:55:53 +01:00
Éric Lemoine
bf50828a0d
Merge pull request #251 from elemoine/remove-goog-references
...
Clean up examples
2013-03-03 08:12:57 -08:00
Éric Lemoine
bbc9785b81
IE9 supports addEventListener (thanks @fredj)
2013-03-03 17:10:50 +01:00
Éric Lemoine
d0c0231d98
Add exports for the canvas export feature
2013-03-03 17:10:50 +01:00
Éric Lemoine
bd67a14389
Make wms-capabilities example work when hosted
2013-03-03 17:10:50 +01:00
Tim Schaub
022917e719
Lint free externs
2013-03-03 17:06:15 +01:00
Éric Lemoine
01d49ef9c9
Remove references to goog in examples
2013-03-03 17:01:37 +01:00
ahocevar
d4ecf53801
Adding example for rule based styling
...
For the first time in the history of OpenLayers, we can render
features with multiple symbolizers now, which is also shown in
this new example.
2013-03-03 17:00:20 +01:00
Tim Schaub
d3c4869917
Work with new ol.projection package
2013-03-03 16:09:00 +01:00
Éric Lemoine
e6a42168d8
Merge pull request #249 from elemoine/playwithbuild
...
SIMPLE and WHITESPACE builds
2013-03-03 06:53:26 -08:00
Tim Schaub
5a73529da5
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-03 15:52:40 +01:00
Tim Schaub
b247031fe2
Test reading with shared vertices
2013-03-03 15:51:24 +01:00
Tim Schaub
4af32560ce
Removing abstract methods for now
...
Later we'll discuss having more specific FeatureParser and readFeatures type methods.
2013-03-03 15:50:33 +01:00
Tom Payne
7126d63db5
Merge pull request #247 from twpayne/hyperbolic-functions
...
Add hyperbolic functions
2013-03-03 06:47:32 -08:00
Tom Payne
1c5e29f5a7
Merge pull request #246 from twpayne/xyztilegrid-tests
...
Add ol.tilegrid.XYZ tests
2013-03-03 06:47:16 -08:00
Tom Payne
183df560ad
Merge pull request #245 from twpayne/projection-refactoring
...
Projection refactoring
2013-03-03 06:46:38 -08:00
ahocevar
5535a26d4a
Adding unit tests for rule based styling
2013-03-03 15:25:20 +01:00
ahocevar
63c048edb2
Use the actual value, not just the index in the array.
2013-03-03 15:22:52 +01:00
ahocevar
db52ff926e
Return an empty array for features without geometry
...
This ensures that the static applyDefaultStyle() method works
exactly the same way as the instance's apply() method.
2013-03-03 15:22:33 +01:00
Bruno Binet
302ba3a8e1
Merge pull request #248 from bbinet/prefer-canvas
...
Prefer the canvas renderer over dom.
2013-03-03 06:19:12 -08:00
Bruno Binet
0a462f1254
Prefer the canvas renderer over dom.
2013-03-03 15:11:27 +01:00
Éric Lemoine
6b9e79171b
SIMPLE and WHITESPACE builds
2013-03-03 15:05:02 +01:00
Tom Payne
a94418edab
Add ol.tilegrid.XYZ tests
2013-03-03 14:48:37 +01:00
Tom Payne
00ce5c6a78
Add hyperbolic functions
2013-03-03 14:47:25 +01:00
Frederic Junod
0a80feccfc
Allow touch event (touchstart) to fire click events
2013-03-03 14:45:12 +01:00
Frederic Junod
c72877b33b
Listen to both click and touchend events
2013-03-03 14:45:12 +01:00
ahocevar
9d1f737bce
ol.Filter is now a (base) class, not an interface any more
...
ol.Filter can now also be used to provide a simple filter that
just evaluates a user provided filter function against a
feature.
2013-03-03 14:38:04 +01:00
Tim Schaub
5d917ebed6
Helper functions for running tests after xhr
2013-03-03 14:29:22 +01:00
Frédéric Junod
b14912567b
Merge pull request #244 from fredj/zoom-control
...
Zoom control
2013-03-03 04:37:44 -08:00
Tom Payne
bf944e158a
Make Proj4js classes and functions private
2013-03-03 13:14:08 +01:00
Tom Payne
fcc620af7d
Separate ol.projection module from ol.Projection class
2013-03-03 13:09:13 +01:00
Tom Payne
3e420313a2
Only require things that start with a capital letter
2013-03-03 13:08:34 +01:00
Frederic Junod
0fcc06b8ae
Set ol-zoom content in css using :before pseudo class
2013-03-03 12:23:29 +01:00
Tom Payne
f6575f3195
Add EPSG:4326 example
2013-03-03 12:22:24 +01:00
Tom Payne
17bd715495
Cope with axis orientation in single image WMS sources
2013-03-03 12:22:24 +01:00
Tom Payne
66e5b1d736
Cope with axis orientation for tiled WMS sources
2013-03-03 12:22:24 +01:00
Tom Payne
6b26cbfb38
Refactor projection architecture
2013-03-03 12:22:24 +01:00
Frederic Junod
7d79a77052
Remove css size dependent rule (hover color)
2013-03-03 12:10:12 +01:00
Tim Schaub
69b6fae744
Parser base class
...
GeoJSON is now a parser. The idea is that we'll want to pass parsers to sources or protocols and want a known type.
2013-03-03 11:50:51 +01:00
Bruno Binet
9053e1dfc8
Merge pull request #237 from bbinet/tilegrid_extent_cleanup
...
Remove extent property from ol.tilegrid.TileGridOptions
2013-03-03 02:20:52 -08:00
Frederic Junod
66d4c44159
Rename ol.ViewHint.PANNING to ol.ViewHint.INTERACTING
2013-03-03 10:44:58 +01:00
Tim Schaub
93ab45432b
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-03-03 09:46:11 +01:00
Tim Schaub
b52d283641
Allow geometries to use a shared vertex array
...
The ol.geom.SharedVertices structure represents a flattened array of vertex coordinates. This is intended to support optimal WebGL rendering.
2013-03-02 18:39:24 +01:00
ahocevar
bdfa2cc88c
Fixing return type to make Closure compiler happy
2013-03-02 17:44:15 +01:00
ahocevar
f4a4522eb4
Giving vector layers the style they deserve
...
Now vector layers can have a style. ol.Style instances have an
apply method to get the symbolizer literals for a feature. If the
layer does not have a style defined, there is also a static
applyDefaultStyle function on ol.Style to get the default
symbolizer literals for a feature. The vector layer also got a
groupFeaturesBySymbolizerLiteral method, which returns an array
with features grouped by symbolizer, as needed by the canvas
renderer.
2013-03-02 17:38:01 +01:00
ahocevar
fcd5804d2d
Symbolizer and SymbolizerLiteral as base class, not interface
2013-03-02 14:08:52 +01:00
ahocevar
da7820121f
Renaming the 'evaluate' method to 'applies'
2013-03-02 12:50:53 +01:00
Bruno Binet
4bdf59bc6b
Remove extent property from ol.tilegrid.TileGridOptions
...
This follows tilegrid extent_ property removal from #216 .
2013-03-02 10:36:11 +01:00
Frédéric Junod
8a66d69d3b
Merge pull request #235 from fredj/tilejson-externs
...
Fix 'grids' type declaration.
2013-03-01 01:17:59 -08:00
Tim Schaub
ff27fd33a1
Merge pull request #232 from tschaub/projection-tests
...
Projection tests
2013-02-27 21:06:54 -08:00
Frédéric Junod
709b5f2e73
Merge pull request #236 from fredj/exports
...
Add some missing exports and fix side-by-side example
2013-02-27 12:51:43 -08:00
Frederic Junod
5ccf94a395
Do not use goog.now() in the examples (see #229 )
2013-02-27 13:58:30 +01:00
Frederic Junod
90cb0e8fcb
Export ol.easing.*
2013-02-27 13:52:39 +01:00
Frederic Junod
dda4060d84
Export ol.animation.zoom
2013-02-27 13:35:32 +01:00
Frederic Junod
7a8b331213
Fix 'grids' type declaration.
...
grids property is optional.
see: https://github.com/mapbox/tilejson-spec/blob/master/2.0.0/README.md
2013-02-27 10:18:19 +01:00
Frederic Junod
3b74f72c56
Add optional kinetic parameter.
2013-02-26 10:54:15 +01:00
Frederic Junod
20e8eab142
Add missing 'protected' comment for targetTouches prop.
2013-02-26 09:46:24 +01:00
Frederic Junod
585c397a0f
Reset position on touch end
2013-02-26 08:58:47 +01:00
Frederic Junod
c0aa50abfc
Split TouchRotateAndZoom interaction.
...
Split TouchRotateAndZoom interaction into two new interaction:
TouchRotate and TouchZoom.
2013-02-26 08:58:47 +01:00
Tim Schaub
52da64564c
Tests for getting transforms
...
These are regression tests for #231 .
2013-02-25 11:40:55 -07:00
Tim Schaub
ca85c26537
Method for removing cached transforms
2013-02-25 11:28:14 -07:00
Tim Schaub
940ba8afa7
Stray debugger
2013-02-25 11:26:04 -07:00
Tim Schaub
72ba8c4cbd
Smoke test for ol.Projection.getTransformFromCodes
2013-02-25 10:36:21 -07:00
Tim Schaub
48e69f7559
Unused var
2013-02-25 10:36:21 -07:00
Tim Schaub
86262bf17e
Space for linter
2013-02-25 10:36:21 -07:00
Tim Schaub
6ceae978bf
Merge pull request #231 from probins/projfix
...
Fix bug/typo in projection.getTransform
2013-02-25 09:33:10 -08:00
Peter Robins
343d52cff1
Fix bug/typo in projection.getTransform
...
Destination projection is currently using the source projection code
2013-02-25 15:18:51 +00:00
Éric Lemoine
d716a2dec1
Merge pull request #228 from elemoine/fixcomments
...
Update comments in hosted examples loader
2013-02-22 14:24:20 -08:00
Éric Lemoine
31bcd2832e
Update comments in hosted examples loader
2013-02-22 23:23:04 +01:00
Éric Lemoine
a8bb782e99
Merge pull request #227 from elemoine/removestandalone
...
Remove examples/standalone dir
2013-02-22 14:22:08 -08:00
Éric Lemoine
981c1dcbd7
Remove examples/standalone dir
2013-02-22 23:16:36 +01:00
Tom Payne
6ce3ebba5b
Merge pull request #226 from twpayne/preserve-low-resolution-tiles
...
Preserve low resolution tiles
2013-02-22 02:14:41 -08:00
Tom Payne
c36de098bd
Avoid creating a TileCoord object when marking used tiles
2013-02-21 16:52:52 +01:00
Tom Payne
4c9b70fa5c
Move useLowResolutionTiles from layer renderer to tile source
2013-02-21 16:47:10 +01:00
Tom Payne
b139757987
Merge pull request #224 from twpayne/jslint-clean-ups
...
Satisfy JSLint
2013-02-21 07:23:56 -08:00
Tom Payne
47e799ced0
Mark all low resolution tiles as used to prevent cache expiration
2013-02-21 16:19:38 +01:00
Tom Payne
57b446fa0a
Implement useTile for image tile sources with caches
2013-02-21 16:14:15 +01:00
Tom Payne
e68c1adbae
Add ol.source.TileSource.useTile
2013-02-21 16:13:34 +01:00
Tom Payne
e513b8cc39
Make it explicit that functions operate on tile sources
2013-02-21 16:12:45 +01:00
Frédéric Junod
03e502fba1
Merge pull request #225 from fredj/css-cleanup
...
Remove CSS color workarounds.
2013-02-21 06:35:29 -08:00
Frederic Junod
9eeea82338
Remove CSS color workarounds.
2013-02-21 15:21:17 +01:00
Tom Payne
fabcb313f1
Satisfy JSLint
...
JSLint complains about functions being declared in blocks.
2013-02-21 15:13:33 +01:00
Frédéric Junod
60f0bdb113
Merge pull request #168 from fredj/touch-events
...
Touch events support
2013-02-21 03:29:51 -08:00
Éric Lemoine
a11a98ac1d
Merge pull request #221 from elemoine/imagelayer
...
wms-custom-proj example broken when hosted
2013-02-20 23:06:11 -08:00
Tim Schaub
e23ca1655c
Confirm that arbitrary attribute names can be used
2013-02-20 10:34:10 -07:00
Tim Schaub
7ce89f1fbe
Proper getAttributes method
...
With a59aa9bb37 we can now provide an object with user set attributes.
2013-02-20 10:33:42 -07:00
Tim Schaub
0f2f26969d
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-20 10:18:09 -07:00
Tim Schaub
a59aa9bb37
Merge pull request #217 from tschaub/safer-object
...
Allow ol.Object to be used with arbitrary keys. Add a getKeys method.
2013-02-20 07:56:07 -08:00
Éric Lemoine
367ea0083c
Windows users should run build serve
2013-02-20 14:26:55 +01:00
Éric Lemoine
da825c27da
Update Run examples locally readme section
2013-02-20 14:22:13 +01:00
Éric Lemoine
528caa08c2
Merge pull request #220 from elemoine/readme
...
Update readme Add examples section
2013-02-20 03:56:48 -08:00
Éric Lemoine
2bc8e1a570
Example uses exported properties
2013-02-20 11:55:28 +01:00
Éric Lemoine
cf6a27fca3
Export ol.Extent.prototype.getHeight and getWidth
2013-02-20 11:54:35 +01:00
Éric Lemoine
68844007b8
Add missing goog.require's
2013-02-20 11:53:54 +01:00
Tim Schaub
689f8c9d9d
Merge pull request #206 from tschaub/interim-tiles
...
Share common code to find loaded tiles
2013-02-20 00:52:49 -08:00
Bart van den Eijnden
efefb2554a
Merge pull request #204 from bartvde/wmscapsfixes
...
fixes for the WMS capabilities parser (r=@elemoine)
2013-02-20 00:48:30 -08:00
Frederic Junod
8d24311bc8
Take the resolution constraint into account.
...
But only at the end of the pinch zoom action.
2013-02-20 09:40:19 +01:00
Éric Lemoine
f24b277dde
Update readme Add examples section
2013-02-20 09:39:15 +01:00
Frederic Junod
3e4ae0d79d
Stop ongoing kinetic animation
2013-02-20 09:33:04 +01:00
Frederic Junod
48ff4a95e0
Remove unused variable, coding style
2013-02-20 09:33:04 +01:00
Frederic Junod
8c1d42a318
Listen to both mouse and touch events
2013-02-20 09:33:04 +01:00
Frederic Junod
735e534095
Add ol.interaction.TouchRotateAndZoom
2013-02-20 09:33:04 +01:00
Frederic Junod
d9a1c18300
Add ol.interaction.TouchPan
2013-02-20 09:32:34 +01:00
Frederic Junod
ccd568ca3b
Remove unused goog.require
2013-02-20 09:31:40 +01:00
Frederic Junod
a066b323f2
Move dblclick handling into touch handlers
2013-02-20 09:31:40 +01:00
Frederic Junod
942255e177
Listen to IE pointer events
2013-02-20 09:31:40 +01:00
Frederic Junod
0d42e08785
Add listeners for touchstart, touchmove and touchend events
2013-02-20 09:31:40 +01:00
Frederic Junod
dc40ac6831
Remove touch events handling in handleMouse* handlers
2013-02-20 09:31:39 +01:00
Frederic Junod
0296380807
Rename MapBrowserEventHandler internal handlers name
2013-02-20 09:31:39 +01:00
Tim Schaub
8f578b88b1
Removing the typed arrays
...
Its not clear that we will be able to leverage the Float64Array. It may also be that the overhead of constructing these small arrays negates any benefit of faster access. And for all coordinate arrays, we'll need arrays that grow/shrink.
2013-02-20 01:15:39 -07:00
Tim Schaub
176f18c937
Merge branch 'master' of github.com:openlayers/ol3 into vector
...
Resolved conflicts:
src/ol/renderer/canvas/canvasrenderer.js
2013-02-20 00:38:07 -07:00
Tim Schaub
d642628545
Example syntax
2013-02-20 00:21:08 -07:00
Tim Schaub
9cac8ec2f6
Moving GeoJSON into parser package
...
Need to discuss whether we want all to require constructing a new parser. I liked the simple `ol.io.geojson.read` function.
2013-02-20 00:09:38 -07:00
Tim Schaub
735f490f56
Treating geometry as just another attribute
...
The first set geometry is considered the default. As an added bonus, we're back to a single argument constructor. Later, we could allow a schema to be set. This would be done before setting values (calling constructor with no args).
2013-02-20 00:02:50 -07:00
Tim Schaub
0015e466dc
Allow instanceof checks for geometries
2013-02-19 23:21:05 -07:00
Tim Schaub
083404bd58
Provides for tests
2013-02-19 23:15:45 -07:00
Tim Schaub
438664a190
Renaming literals
2013-02-19 22:35:29 -07:00
Tim Schaub
7141721bb1
Symbolizers with method for creating literals
2013-02-19 22:24:21 -07:00
Tim Schaub
1faa6214f1
Expression literal
2013-02-19 21:38:10 -07:00
Tim Schaub
360e37146c
Rule is filter and symbolizer, style is collection of rules
2013-02-19 21:37:40 -07:00
Tim Schaub
2919906ba6
Add method for getting keys
2013-02-19 14:47:49 -07:00
Tim Schaub
d6ff58305d
Using a dedicated object for value storage
...
Without this, we are limited in the key names that we can accept from users. And because of compiler renaming, we don't know ahead of time what the limitations are (e.g. the key 'a' may clobber the 'set' method).
2013-02-19 14:35:11 -07:00
Tim Schaub
0707deb465
Properties set with set should not be accessed with bracket
2013-02-19 14:28:59 -07:00
Tim Schaub
052e995f2e
Key in obj check not appropriate for user supplied keys
2013-02-19 14:19:40 -07:00
Tim Schaub
6cfc36d8cc
Using hasOwnProperty is better for user keys on objects we control
2013-02-19 14:17:58 -07:00
Tim Schaub
b9507de3ea
Removing unnecessary overhead
2013-02-19 14:14:36 -07:00
Tim Schaub
3698049543
View needs to call constructor on super
2013-02-19 14:03:48 -07:00
Tim Schaub
eef683fcdb
Indentation for linter
2013-02-19 13:58:43 -07:00
Tim Schaub
80dc7b5bf7
Accept custom isLoaded method in findLoadedTiles method
2013-02-19 12:13:58 -07:00
Bruno Binet
6e08f5ef1b
Merge pull request #216 from bbinet/remove_tilegrid_extent
...
Remove tilegrid extent_ property
2013-02-19 08:59:06 -08:00
Tim Schaub
1b984ac06c
Fewer tiles to be considered fully loaded
...
With 797dba2cdb we no longer have to load excess tiles to consider an extent fully loaded.
2013-02-19 09:54:41 -07:00
Frédéric Junod
cb0fb64dd9
Merge pull request #214 from fredj/supported-const
...
Rename *.isSupported functions to *.SUPPORTED constants
2013-02-19 08:35:59 -08:00
Bruno Binet
0835fd6b0a
Remove tile grid extent_ property
...
This is never used in ol3.
2013-02-19 17:22:24 +01:00
Bart van den Eijnden
793a956211
Several fixes to the WMS Capabilities parser
...
Make sure the object structure returned is not mangled by Closure
Do not use closure XHR or JSON in the example
Use Jasmine's async support in the test cases
Get rid of some backwards compatibility now that we have a fresh start
2013-02-19 17:12:02 +01:00
Tim Schaub
b061e23606
Merge branch 'master' of github.com:openlayers/ol3 into interim-tiles
2013-02-19 08:59:23 -07:00
Frederic Junod
c117fbbf7c
Rename ol.Geolocation.isSupported to ol.Geolocation.SUPPORTED.
...
And add the 'const' JSDoc Tags.
2013-02-19 16:51:59 +01:00
Éric Lemoine
a04774cd96
Merge pull request #210 from elemoine/imageattribution
...
Image layer support to attribution control
2013-02-19 07:49:43 -08:00
Bart van den Eijnden
a2bcf51272
Merge pull request #213 from bartvde/wmtsclean
...
Implement WMTS GetCapabilities parser.
2013-02-19 07:45:08 -08:00
Tim Schaub
1f4b34cdb8
Merge pull request #207 from tschaub/tilerange
...
Make tile range calculation consistent. Tile ranges are always inclusive in their min/max values.
2013-02-19 07:43:27 -08:00
Bart van den Eijnden
5e29830462
Add WMTS GetCapabilities parser
...
Implements WMTS GetCapabilities parser, which depends partly on
an OWSCommon parser.
Integration with the layer source will be done at a later stage.
2013-02-19 16:32:56 +01:00
Frederic Junod
7e3dcf36a0
Rename ol.*.isSupported function to ol.*.SUPPORTED const
2013-02-19 16:14:37 +01:00
Tim Schaub
5148ad038c
Sharing code with rectangle
...
We cannot use the rectangle constructor here because a rectangle makes an assertion about min being less than max and a range may have equal min/max.
2013-02-19 07:30:54 -07:00
Tim Schaub
797dba2cdb
Correct range for extent and resolution
...
Tile ranges are inclusive. When getting the tile range for an extent, the top-right corner of the extent should be considered with a different intersection policy than the bottom-left corner.
2013-02-19 07:21:42 -07:00
Éric Lemoine
82aa44fdd1
Attribution control reads attribs from frame state
2013-02-19 15:19:44 +01:00
Éric Lemoine
f540dd8689
Image layer renderers add attributions to frame state
2013-02-19 15:19:44 +01:00
Tim Schaub
184e1e782c
Spare space
2013-02-19 07:19:31 -07:00
Tim Schaub
a55a6bda3b
Merge pull request #208 from tschaub/shift-with-care
...
Calculating resolution by left shifting tile sizes, we're unnecessarily restricted in the number of zoom levels we can have.
2013-02-19 06:00:39 -08:00
Tim Schaub
c7569026db
Merge branch 'vector' of github.com:openlayers/ol3 into vector
2013-02-19 06:58:23 -07:00
ahocevar
f6c93d85b0
Making linter happy
2013-02-19 14:12:38 +01:00
ahocevar
f15c2951d0
Adding RTree tests
2013-02-19 14:07:47 +01:00
Tom Payne
6e8f5ef0fd
Merge pull request #202 from twpayne/proj4js-non-global
...
Proj4js should not have to be global
2013-02-19 03:25:05 -08:00
Tom Payne
f27c749e49
Allow Proj4js to be non-global and cache test result
2013-02-19 09:12:40 +01:00
Tim Schaub
46e31f9f9a
Lint and names
2013-02-18 22:20:50 -07:00
Tim Schaub
0a5dae9ed0
Avoid left shift in resolution calculations
2013-02-18 18:37:27 -07:00
Tim Schaub
ce4b95f960
Decoupling canvas tile grid from vector source grid
...
If we have a gridded vector source, the grid should have something to do with the source data (e.g. the vector data is available in a regular grid). The vector layer renderer's internal grid is for rendering canvas tiles and doesn't have anything to do with the source.
2013-02-18 17:54:13 -07:00
Tim Schaub
8b19751264
Making it explicit that this is a range of tiles
...
With tile range extending rectangle, a tile range that represented a single tile was not allowed.
2013-02-18 17:07:31 -07:00
Tim Schaub
0d6c54847b
Removing logic that assumes occasionally stretched tiles
...
When the dom renderer included logic to stretch tiles so that gaps were properly filled for fractional zoom levels, we needed to take this into account when getting a tile coordinate for a given coordinate and resolution. This was never the proper logic for a renderer that wasn't stretching occassional tiles (e.g. the WebGL renderer, the Canvas renderer, or the new DOM renderer).
2013-02-18 15:55:27 -07:00
Tim Schaub
e8c50c7290
Passing tests
2013-02-18 15:11:53 -07:00
Tim Schaub
6aa4e99fe5
Fix return from findLoadedTiles
...
Previously, the findInterimTiles method was returning undefined if the min x/y coord for a tile range was already in the lookup. The return says it indicates whether all tiles for the given z are loaded. This change corrects the return.
This change also reveals a misunderstanding of the tile range returned by `getTileRangeForExtentAndZ`. The previous findInterimTiles method was treating max values as inclusive. This is intuitive. It looks like the method returns a range where max values are exclusive.
2013-02-18 14:51:39 -07:00
Tim Schaub
ddf993f0c9
Factor out common code and test
...
The findInterimTiles method was used in three renderers. This change makes it available on the tile source and adds some basic tests.
2013-02-18 14:18:08 -07:00
Tim Schaub
e9fb83d4ee
Use post render frame for tile pruning
...
We should discuss whether post render functions must be run after each render frame or not. If these can be run after multiple render frames, it would make sense to increase the timeout. As it is, it looks like post render functions are run for every render. Hard to see what the benefit is in this case.
2013-02-18 11:58:43 -07:00
Tim Schaub
8defe3a3a1
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-18 11:51:51 -07:00
Tom Payne
4c2463dd91
Merge pull request #203 from twpayne/work-around-python-extract-all-bug
...
Work around extractall bug in older versions of Python
2013-02-18 10:32:04 -08:00
Tom Payne
8c2eb55f64
Work around extractall bug in older versions of Python
...
Python bug: http://bugs.python.org/issue4710
Refs #200
2013-02-18 19:15:31 +01:00
Tim Schaub
e30b0959e0
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-18 10:11:00 -07:00
Frédéric Junod
4dd78719cf
Merge pull request #201 from fredj/kinetic-begin
...
Remove x,y params from ol.Kinetic.begin
2013-02-18 08:01:27 -08:00
Frederic Junod
e4a5744e06
Remove x,y params from ol.Kinetic.begin
2013-02-18 16:43:20 +01:00
Tom Payne
a455473a28
Merge pull request #200 from twpayne/proj4js-tests
...
Proj4js tests
2013-02-18 06:28:39 -08:00
Tom Payne
3a20eaed32
Merge pull request #198 from twpayne/ellipsoid
...
Add ellipsoid geometry functions
2013-02-18 06:27:36 -08:00
Tom Payne
7b42b62033
Add Proj4js integration tests
2013-02-18 14:44:44 +01:00
Tom Payne
cb9fbc3dec
Add Proj4js to test framework
2013-02-18 14:44:35 +01:00
Tom Payne
be48a30d6a
Add target to download and install Proj4js
2013-02-18 14:44:14 +01:00
Tom Payne
281f01889e
Merge pull request #196 from twpayne/sphere
...
Add spherical geometry functions
2013-02-18 03:35:44 -08:00
Tom Payne
36a3d02816
Add ellipsoid geometry functions
2013-02-18 12:32:43 +01:00
Tom Payne
684a336dd4
Merge pull request #197 from twpayne/geolocation-all-properties
...
Add remaining geolocation properties
2013-02-18 01:53:04 -08:00
Tom Payne
fc9f323f83
Store heading in radians, thanks @fredj
2013-02-17 23:53:37 +01:00
Éric Lemoine
7d5ea5928c
Merge pull request #149 from elemoine/singleimage
...
Add support for single image WMS
2013-02-17 14:19:29 -08:00
Éric Lemoine
d713c9b8ed
Deal with null images
2013-02-17 23:07:58 +01:00
Éric Lemoine
be6c1a1a27
Test the image layer renderer's transform matrix
2013-02-17 22:47:19 +01:00
Éric Lemoine
85eec4e9b8
Avoid busy-waiting while images load
...
This is to be in conformance with the work done with #184 .
2013-02-17 22:47:19 +01:00
Tom Payne
7de6cb4fd4
Add remaining geolocation properties
2013-02-16 20:19:38 +01:00
ahocevar
266111e5f1
Adding goog.provide and goog.requires
2013-02-15 23:46:32 +01:00
ahocevar
d2a22016e2
Adding extent filter tests
2013-02-15 23:43:10 +01:00
ahocevar
77b8688eae
Regrouping tests
2013-02-15 23:42:22 +01:00
Tom Payne
544f399e04
Add spherical geometry functions
2013-02-15 18:07:19 +01:00
Éric Lemoine
a3c65978d1
Make ol.Image emit change events
2013-02-15 17:57:05 +01:00
Éric Lemoine
1e4229497d
Do not sort resolutions array
...
We assert that the resolutions array is sorted instead of sorting it ourselves. This is to consistent with ol.TileGrid.
2013-02-15 17:52:06 +01:00
ahocevar
59fe714fa6
Making the linter happy
2013-02-15 17:44:09 +01:00
Éric Lemoine
e1505abe0d
Rename ol.Rectangle scale to scaleFromCenter
2013-02-15 17:43:27 +01:00
ahocevar
8c03abdaa2
Adding ol.source.Vector unit tests
2013-02-15 16:25:47 +01:00
ahocevar
8cc65756bc
Only attempt fast lane for AND filters
2013-02-15 16:25:29 +01:00
Tom Payne
ea6bf83c61
Merge pull request #195 from twpayne/tmp-fix-phantomjs
...
Temporarily work around pake's eager evaluation of variables in target names
2013-02-15 04:40:17 -08:00
Tim Schaub
be255ed6c7
Adding ol.Expression
...
This simple expression constructor will be used for symbolizer properties and the layer will generate symbolizer literals for rendering by evaluating any expressions with a feature as the this argument and feature attributes as the scope. This allows generating labels that concatenate multiple attribute values together or displaying point symbols that are sized according to a population attribute divided by an area attribute, for example.
This implementation will not work in environments where the content security policy disallows the use of the Function constructor. This is the case on browser extensions. A more content-security-policy-friendly implementation would be to come up with a restricted grammar and write a lex/parser. This is the road I started down, but this verison is far less code, and I think the security policy limitations are minor at this point. This version will always be faster/lighter than a parser, so one is written in the future, it should only be pulled in where content security policy mandates it.
2013-02-14 17:19:15 -07:00
Tim Schaub
59a203b2b7
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-14 17:18:00 -07:00
Tom Payne
e6ed1c1a89
Temporarily work around pake's eager evaluation of variables in target names
2013-02-15 00:45:13 +01:00
Tom Payne
012cb501df
Don't re-lint files that have already passed after a lint failure
2013-02-15 00:33:05 +01:00
Éric Lemoine
3d0682a4d4
Use an ImageLayer in wms-custom-proj example
2013-02-14 23:36:36 +01:00
Éric Lemoine
02843939e3
Add ol.renderer.webgl.ImageLayer
2013-02-14 23:36:36 +01:00
Éric Lemoine
17a17b01b6
Add ol.renderer.dom.ImageLayer
2013-02-14 23:36:36 +01:00
Éric Lemoine
238c695265
Add FIXME to ol.control.Attribution
2013-02-14 23:36:36 +01:00
Éric Lemoine
8ae25684f9
Add ol.source.StaticImage
2013-02-14 23:36:36 +01:00
Éric Lemoine
62b10cf878
Add ol.source.SingleImageWMS
2013-02-14 23:36:36 +01:00
Éric Lemoine
aa9f820723
Add scale to ol.Rectangle
2013-02-14 23:36:36 +01:00
Éric Lemoine
35a6cac37f
Add containsExtent to ol.Extent
2013-02-14 23:36:36 +01:00
Tom Payne
f581040b0f
Add ol.renderer.canvas.ImageLayer
2013-02-14 23:36:36 +01:00
Tom Payne
5a0adf2345
Add ol.source.ImageSource
2013-02-14 23:36:36 +01:00
Tom Payne
27125640ef
Add ol.layer.ImageLayer
2013-02-14 23:36:36 +01:00
Éric Lemoine
cf206a103d
Add ol.Image class
2013-02-14 23:36:36 +01:00
Éric Lemoine
49696390fc
Add ol.ImageUrlFunction
2013-02-14 23:36:36 +01:00
Éric Lemoine
8b83345bd2
Add equals to Rectangle
2013-02-14 23:36:35 +01:00
Bart van den Eijnden
234f6bc411
Merge pull request #180 from bartvde/wmscapsclean
...
add WMS GetCapabilities parser for WMS 1.1.0, 1.1.1, 1.1.1 WMS-C profile
2013-02-14 05:02:39 -08:00
Frédéric Junod
b305d7fdfa
Merge pull request #192 from fredj/rotation
...
Change view.rotate params: rotation and optional anchor.
2013-02-14 04:48:42 -08:00
Frederic Junod
34975428c4
Change view.rotate params: rotation and optional anchor.
2013-02-14 12:17:26 +01:00
Éric Lemoine
daaff1611c
Merge pull request #193 from elemoine/shaders
...
Apply transform matrix to text coords
2013-02-14 03:01:18 -08:00
Éric Lemoine
b6b493c198
Use vec2 for vTexCoord
2013-02-14 11:54:01 +01:00
Éric Lemoine
de7a1d8f81
Apply transform matrix to text coords
...
With this commit the transform matrix is applied to each texture coordinate, as opposed to each fragment. This leads to less calculation on the GPU.
2013-02-14 09:56:45 +01:00
Tim Schaub
2082ba7637
Fewer, bigger tiles
2013-02-13 15:51:06 -07:00
Tim Schaub
f5c627ab51
Only listen once for tile events
...
Assuming browser garbage collection cannot happen while we have listeners in the global registry, we need to listenOnce to avoid memory leaks with the tile queue.
2013-02-13 15:37:33 -07:00
Bart van den Eijnden
13d95b90a3
use namespace URI instead of prefix as suggested by @tschaub and discussed with @ahocevar
2013-02-13 20:58:48 +01:00
ahocevar
6b43435262
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-13 12:30:16 +01:00
ahocevar
e155f870cd
Fixing RTree, and using it for retrieving geometries
2013-02-13 12:29:14 +01:00
Tom Payne
83a00c13fa
Don't use problematic glob function
2013-02-12 23:03:15 +01:00
Tom Payne
110720d7d3
Merge pull request #191 from twpayne/windows-build
...
Windows build
2013-02-12 07:24:39 -08:00
Tom Payne
9a3e090c2b
Run tests on Windows
2013-02-12 16:07:34 +01:00
Frédéric Junod
b4bd1a5569
Merge pull request #190 from fredj/rotation
...
view.getRotation default value already set to 0.
2013-02-12 06:55:34 -08:00
Tom Payne
357ca379db
Update build instructions for Windows
2013-02-12 15:47:55 +01:00
Tom Payne
3d34360070
Add build.cmd for Windows developers
2013-02-12 15:47:55 +01:00
Tom Payne
d828fee582
Set path to gjslint on Windows
2013-02-12 15:47:54 +01:00
Frederic Junod
f4e9dd5c37
view.getRotation default value already set to 0.
2013-02-12 15:37:08 +01:00
Tom Payne
169555f2be
Use ifind rather than glob to work around Windows path separator nonsense
2013-02-12 15:31:30 +01:00
Tom Payne
a3e7528841
Guess paths to Windows binaries using environment variables
2013-02-12 15:30:36 +01:00
Tom Payne
4481bb011f
Update to latest version of pake
2013-02-12 15:30:08 +01:00
Tom Payne
0c09083eb8
Add missing whitespace to satisfy pep8
2013-02-12 15:28:20 +01:00
Marc Jansen
192f29513e
Merge pull request #189 from marcjansen/travis-tests
...
Fix the serve-precommit target. (r=@elemoine/@twpayne)
2013-02-12 06:10:26 -08:00
Marc Jansen
d851cac891
Fix the serve-precommit target.
...
When the plovr-jar is being invoked in the serve-precommit target, it needs
the JSON files in `test/` as well to have all requirements for headless testing.
This should also reenable running the testsuite on our continuous integration
server.
2013-02-12 14:28:58 +01:00
Marc Jansen
a0932c6cba
Merge pull request #177 from marcjansen/build-clean
...
(Re)add a reallyclean target to the build. (r=@elemoine)
2013-02-12 01:57:01 -08:00
Marc Jansen
6de649f6c6
(Re)add a reallylean target to the build.
...
Previously we had both a `clean` and `reallyclean` in our Makefile; both
got lost when we switched to a python build.
A clean 'target' can be invoked by calling the build script with the '-c' flag:
./build.py -c
This commit readds the `reallyclean` target and lets it clean up a little more
than the Makefiles `clean` or `reallyclean` did. More files are deleted,
but only if these are being ignored inside of the repository (e.g. through
.gitignore files).
2013-02-12 10:11:14 +01:00
Frédéric Junod
03b10204a4
Merge pull request #173 from fredj/geolocation
...
Add ol.Geolocation
2013-02-08 21:57:11 -08:00
Éric Lemoine
5f5e14f253
Merge pull request #175 from elemoine/control
...
Simplify control architecture
2013-02-08 14:56:19 -08:00
Tim Schaub
652b7dd696
Merge pull request #184 from tschaub/less-animation
...
Avoid unnecessary animation loop while tiles load
2013-02-07 15:48:28 -08:00
Tim Schaub
440ea038fe
Merge pull request #183 from tschaub/natural-names
...
More natural names for animations
2013-02-07 13:44:13 -08:00
Tim Schaub
3c4d218ec5
Only listen for first event
2013-02-07 14:06:05 -07:00
Frederic Junod
a36145fc1f
Check if the Geolocation API is supported
2013-02-07 16:20:15 +01:00
Frederic Junod
44a5eca437
Add ol.Geolocation.isSupported property
2013-02-07 15:59:12 +01:00
Tom Payne
c884a916bf
Merge pull request #178 from twpayne/clean-example-list-xml
...
Ensure ./build.py -c cleans examples/example-list.xml
2013-02-07 05:27:20 -08:00
Tom Payne
218bf2c78b
Improve LRUCache containsKey test, thanks @tschaub
2013-02-07 12:21:12 +01:00
Bart van den Eijnden
f16664cb87
add an example
2013-02-07 10:45:35 +01:00
Frédéric Junod
f7ba03f4dd
Merge pull request #179 from fredj/kinetic-update-arg
...
Change ol.Kinetic.update and begin arguments.
2013-02-07 00:08:01 -08:00
Tim Schaub
5bbd8fd9f3
Using ol.TileCache for managing canvas tiles
2013-02-06 18:23:39 -07:00
Tim Schaub
11b8c0ff47
Don't generate new tiles while animating
2013-02-06 17:47:03 -07:00
Tim Schaub
e079c19413
Don't repeatedly render while waiting for tiles to load
...
Instead of going into an unnecessary animation loop, we can simply wait to be notified when tiles load.
The WebGL renderer still sets frameState.animate true, but I think this too should be unnecessary (full page example works without it, side-by-side example shows it cannot yet be removed).
2013-02-06 16:10:46 -07:00
Tim Schaub
2bd29ff60e
Only track tiles that are actually wanted
...
Instead of keeping track of wanted tile ranges, we can instead track wanted tiles individually. This provides enough for the map to know how to prioritize tiles and should be more efficient (no extra calls to extend tile ranges or check for tile containment within a range).
2013-02-06 16:08:24 -07:00
Tim Schaub
e335b7b74a
Make frame state available before rendering frame
...
Without this change, tiles that are enqueued on the first rendering will always get priority `ol.TileQueue.DROP` because `map.frameState_` is not yet defined (meaning a single render call doesn't result in any tiles loading).
2013-02-06 16:02:26 -07:00
Tim Schaub
a2bbdf7ccc
More natural names for animations
2013-02-06 13:43:54 -07:00
Tom Payne
0b6aeb5b05
Remove unused and erroneous function, thanks @tschaub
2013-02-06 21:43:48 +01:00
Frédéric Junod
9c9fe4a9b1
Merge pull request #181 from fredj/rotation-anim
...
Replace ol.animation.createSpin with ol.animation.createRotateFrom
2013-02-06 08:39:22 -08:00
Frederic Junod
3355f9345d
Replace ol.animation.createSpin with ol.animation.createRotateFrom
2013-02-06 17:10:21 +01:00
ahocevar
4e971b6041
Faster extent + geometry type queries
...
By maintaining separate R-Trees for each geometry type, we cover
the most critical query from the canvas renderer at higher
speeds. Using the filter's own evaluate method, we can now also
serve arbitrary queries, but they won't be fast.
Still needs unit tests.
2013-02-06 16:42:55 +01:00
ahocevar
619803cdeb
More goog.requires fixes
2013-02-06 16:36:42 +01:00
ahocevar
a13e6bdfda
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-02-06 16:27:45 +01:00
ahocevar
61e4452c83
Adding missing and removing unused goog.requires
2013-02-06 16:26:24 +01:00
Bart van den Eijnden
6484760507
make Travis build pass again
2013-02-06 14:35:43 +01:00
Bart van den Eijnden
360c426f14
add WMS GetCapabilities parser for WMS 1.1.0, 1.1.1, 1.1.1 WMS-C profile and WMS 1.3.0
2013-02-06 14:25:57 +01:00
Frederic Junod
2fea469037
Change ol.Kinetic.update arguments.
...
Instead of goog.events.BrowserEvent, accept a x,y pair.
2013-02-06 12:55:15 +01:00
Tom Payne
3692918ed7
Remove unnecessary undercores, thanks @fredj
2013-02-06 12:50:34 +01:00
Tom Payne
91141f5c01
Build precommit target by default so precommit dependencies get cleaned by default
2013-02-06 11:25:15 +01:00
Tom Payne
90730e40a3
Ensure ./build.py -c cleans examples/example-list.xml
2013-02-06 11:23:04 +01:00
Frederic Junod
753b37ad47
Add 'undefined' return type for all get* functions
2013-02-06 11:00:55 +01:00
Frederic Junod
a679bb7bef
Set handleProjectionChanged from protected to private
2013-02-06 10:59:18 +01:00
Tom Payne
0c205da290
Merge pull request #176 from twpayne/lru-cache
...
LRU Cache
2013-02-06 01:15:04 -08:00
Tom Payne
b1df0cac65
Rename object properties so compiler can rename them
2013-02-06 10:08:03 +01:00
Tom Payne
c37837ba34
Use an object literal rather than a class for LRUCache entries
2013-02-06 10:08:03 +01:00
Tim Schaub
0c48fbd188
Check sooner and only assert if duration hasn't passed
2013-02-05 10:50:18 -07:00
ahocevar
089b7013c2
Merge branch 'master' of github.com:openlayers/ol3 into vector
...
Conflicts:
src/ol/renderer/canvas/canvasrenderer.js
test/ol.html
2013-02-05 17:28:36 +01:00
ahocevar
386b97cf9a
Merge branch 'master' of github.com:openlayers/ol3 into vector
...
Conflicts:
src/ol/renderer/canvas/canvasrenderer.js
test/ol.html
2013-02-05 17:17:09 +01:00
ahocevar
dafa48da2e
Using spatial index and combined filters
...
This should significantly speed up feature access. Needs unit
tests.
2013-02-04 22:51:58 +01:00
ahocevar
c58f0afcc3
New R-Tree struct for spatial indexing.
...
This needs unit tests.
2013-02-04 22:50:59 +01:00
ahocevar
428793cd7c
New filters for extent and logical filtering
...
These need unit tests.
2013-02-04 22:50:21 +01:00
Tom Payne
c34fe519c0
Remove ol.structs.LinkedMap
2013-02-04 18:37:12 +01:00
Tom Payne
1f460975bb
Port WebGL texture cache to ol.structs.LRUCache
2013-02-04 18:37:12 +01:00
Tom Payne
06eb3040af
Port ol.TileCache to ol.structs.LRUCache
2013-02-04 18:37:12 +01:00
Tom Payne
c99ec2d834
Add ol.structs.LRUCache
2013-02-04 18:37:12 +01:00
Frederic Junod
114280e60e
Add a marker at the device position
2013-02-04 12:29:20 +01:00
Éric Lemoine
bde61a0b4b
Simplify control architecture
2013-02-04 10:18:33 +01:00
Frederic Junod
6675de437f
Handle projection change in ol.Geolocation
2013-02-04 09:46:31 +01:00
ahocevar
43dd9ca68c
Don't use unshift
2013-02-02 12:29:08 +01:00
Frederic Junod
38f245c5c8
Add projection property to ol.Geolocation
2013-02-01 13:53:55 +01:00
Frederic Junod
37e172f043
Add missing export file for ol.Geolocation
2013-02-01 13:50:43 +01:00
Frederic Junod
035f487dc5
Add ol.Geolocation
2013-02-01 11:10:17 +01:00
Éric Lemoine
f735a597fe
Merge pull request #171 from elemoine/testdeps2
...
Use namespaces for tests
2013-01-31 02:02:33 -08:00
Éric Lemoine
bd2ab93e9e
Merge pull request #172 from elemoine/missingvar
...
Missing var's in a test file
2013-01-31 02:01:55 -08:00
Éric Lemoine
bfb6d0ca87
Missing var's in a test file
2013-01-31 11:01:06 +01:00
Tom Payne
4f1d3c5201
Merge pull request #169 from twpayne/check-requires
...
Fix use of goog.requires
2013-01-31 01:36:32 -08:00
Éric Lemoine
b6ed5f2164
Use namespaces for tests
...
With this commit test files provide namespaces (using goog.provide). This fixes the issue reported by @bartvde where goog objects cannot be used in Jasmine "describe" functions. It also frees us from having to add script tags for the test files in test/ol.html.
2013-01-31 10:18:21 +01:00
Tom Payne
93976a5d9f
Fix requires relating to recent commits
2013-01-30 23:47:13 +01:00
Tom Payne
f9eb7dc477
Add missing requires to examples
2013-01-30 23:47:13 +01:00
Tom Payne
e6eb401e36
Add missing goog.requires
2013-01-30 23:47:13 +01:00
Tom Payne
c9e8a92265
Detect missing goog.requires
2013-01-30 22:48:04 +01:00
Tom Payne
6e247d9331
Rename modules for support detection
2013-01-30 22:48:03 +01:00
Tom Payne
b6f856f962
Remove unused goog.requires
2013-01-30 22:48:03 +01:00
Tom Payne
7d5cc39555
Detect unused goog.requires
2013-01-30 22:48:03 +01:00
ahocevar
9a0f509a94
Use objects instead of arrays for geometry type cache
...
Also trying to reference features directly here instead of
storing feature ids in the index. We'll see if this is good when
we have an index for tile coords as well and want to filter
with multiple filters, accessing multiple indices.
2013-01-30 18:03:27 +01:00
ahocevar
e61c26830e
Manage tile cache
...
This change implements a LRU policy for tile cachint, and keeps
128 tiles in the cache by default.
2013-01-30 17:09:43 +01:00
ahocevar
1ecbc36a39
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-01-30 15:54:24 +01:00
Bruno Binet
a64e4ae579
Merge pull request #164 from bbinet/kinetic
...
Add support for kinetic effect while dragging
2013-01-30 06:26:01 -08:00
Bruno Binet
d2f30986db
Set kinetic getDuration instance method to @private
2013-01-30 14:46:49 +01:00
Bruno Binet
dff8c2b2b2
Renaming to be more consistent with ol3 style
...
s/v_0/initialVelocity/
s/v_min/minVelocity/
2013-01-30 14:46:49 +01:00
Bruno Binet
d91e1d30d4
Get rid of binarySelect to find the first point.
2013-01-30 14:46:49 +01:00
Bruno Binet
79849888db
Kinetic now returns directly the pre-render function
...
instead of returning the kinetic easing function only.
(thanks @fredj)
2013-01-29 15:34:11 +01:00
Bruno Binet
2bb8a5cfd9
Stop current kinetic animation on DOWN events
2013-01-29 14:32:38 +01:00
Éric Lemoine
773e34d736
Merge pull request #165 from elemoine/classname
...
Change class names in DOM renderer
2013-01-29 04:02:18 -08:00
Bruno Binet
39cbba3eb7
Add a frameState property to ol.MapBrowserEvent
...
so that we will be able to retrieve the current center of the view2d from the
framestate in the dragpan interaction.
2013-01-29 13:00:02 +01:00
Bruno Binet
d54864695d
Add a removePreRenderFunction method to ol.Map
...
This will remove the pre-render function from preRenderFunctions_ array if
found.
2013-01-29 12:56:15 +01:00
Bruno Binet
7d0b4c757e
Activate kinetic effect by default
2013-01-29 12:39:52 +01:00
Bruno Binet
8a9738d755
Add support for kinetic effect while dragging.
...
Only dragpan interaction is supported for now.
The kinetic effect use the maths below (thx @twpayne):
Rate of decay (number, must be negative) = α
Minimum velocity (pixels/millisecond) = v_min
Initial velocity (pixels/millisecond) = v₀
Velocity at time t (pixels/millisecond) =
α⋅t
v₀⋅ℯ
Distance travelled at time t (pixels) =
⎛ α⋅t ⎞
v₀⋅⎝ℯ - 1⎠
─────────────
α
Duration of animation (milliseconds) =
⎛v_min⎞
log⎜─────⎟
⎝ v₀ ⎠
──────────
α
Total distance travelled (pixels) =
-v₀ + v_min
───────────
α
Easing function =
⎛ α⋅duration⋅t ⎞
v₀⋅⎝ℯ - 1⎠
──────────────────────
-v₀ + v_min
2013-01-29 12:39:52 +01:00
Frédéric Junod
47fbdb53e2
Merge pull request #167 from fredj/mapbrowserevent-listen
...
Listen to all ol.MapBrowserEvent events
2013-01-29 03:15:19 -08:00
Frederic Junod
a980de7830
Listen to all ol.MapBrowserEvent events
2013-01-29 11:29:27 +01:00
Tom Payne
bef1b9aea5
Merge pull request #163 from twpayne/attribution-control-clean-ups
...
Attribution control clean ups
2013-01-29 02:22:30 -08:00
Tom Payne
2e401b43f4
Make attribution control unselectable
2013-01-29 11:21:57 +01:00
Tom Payne
c2c87a80a1
Remove duplicate CSS rule
2013-01-29 11:21:57 +01:00
Tom Payne
d22c441795
Merge pull request #162 from twpayne/canvas-visibility-and-opacity
...
Canvas visibility and opacity
2013-01-29 02:20:39 -08:00
Éric Lemoine
0c25aa95ea
Merge pull request #166 from elemoine/extracomma
...
Change a comma to a semi-colon (thanks @bbinet)
2013-01-29 01:34:23 -08:00
Éric Lemoine
713828d953
Change a comma to a semi-colon (thanks @bbinet)
2013-01-29 10:33:35 +01:00
Éric Lemoine
8713e84821
Change class names in DOM renderer
2013-01-29 10:24:25 +01:00
Tom Payne
3bd1b92b05
Promote renderFrame from ol.renderer.*.LayerRender to ol.renderer.LayerRenderer
2013-01-28 19:56:57 +01:00
Tom Payne
5558d6108c
Promote handleLayerRendererChange from ol.renderer.webgl.Map to ol.renderer.Map
2013-01-28 19:56:56 +01:00
Tom Payne
49734de240
Promote dispatchChangeEvent from ol.renderer.webgl.Layer to ol.renderer.Layer
2013-01-28 19:56:56 +01:00
Tom Payne
4701d117f7
Always dispatch change events on load/opacity/visible changes
2013-01-28 19:56:56 +01:00
Bart van den Eijnden
c51b2b3fef
add info about install Jasmine and the precommit hook from build.py
2013-01-28 15:18:15 +01:00
Frédéric Junod
eb103d3bd1
Merge pull request #160 from fredj/dblclick-unlisten
...
Remove event listener cleanups
2013-01-28 04:19:24 -08:00
Éric Lemoine
faee272fac
Merge pull request #161 from elemoine/nullimage
...
Do not draw image if image is null
2013-01-28 03:51:17 -08:00
Éric Lemoine
1d2551dbcb
Do not draw image if image is null
2013-01-28 12:41:46 +01:00
Frederic Junod
f8646394ae
Remove event listener with goog.events.unlistenByKey
2013-01-28 10:37:32 +01:00
Frederic Junod
9e030854b2
Don't remove event listener for this.handleUp_ twice.
...
The listener key is in this.dragListenerKeys_
2013-01-28 10:31:24 +01:00
Frederic Junod
01098c4d8c
Remove event listener with goog.events.unlistenByKey
2013-01-28 10:26:09 +01:00
Frederic Junod
f208e99c64
Add missing goog.events.EventType.DBLCLICK argument to unlisten
2013-01-28 09:54:41 +01:00
Frederic Junod
43fe004917
Add a comment about msTouchAction css on viewport
2013-01-25 17:37:04 +01:00
Frédéric Junod
36500682c3
Merge pull request #157 from fredj/ms-touch
...
Direct all pointer events to js code (IE pointer events)
see: http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx
2013-01-25 08:16:05 -08:00
ahocevar
65b3bb70a1
Some optimizations
...
* Tiles are now cut out of the sketch renderer in a separate
pass. This ensures that point features at tile borders appear
at both sides of the border. However, if such features get
added in a later tileRange rendering pass, tiles from a
previous rendering pass will still not have that feature.
* The tile canvas is only created once, and cloneNode(false) is
used to get a canvas for a new tile.
2013-01-25 16:46:12 +01:00
Frederic Junod
9c794d8b00
Direct all pointer events to js code (IE pointer events).
...
see: http://msdn.microsoft.com/en-us/library/ie/hh673557(v=vs.85).aspx
2013-01-25 16:38:45 +01:00
Frederic Junod
bf63ddfebe
Test if browser supports Windows Pointer events
2013-01-25 16:38:45 +01:00
Marc Jansen
a6f987049e
Merge pull request #154 from marcjansen/todo
...
Add fixme/todo target to build.py.
2013-01-24 23:47:52 -08:00
Tim Schaub
a7737150fe
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-01-24 22:21:25 -07:00
Tim Schaub
4e3f984796
Properly rendering features to canvas tiles
...
It looks like this approach will work well for panning (as anticipated). For animated zooming, it is not going to work as is. It looks like the canvas tile generation is too much for this type of animation loop. Though there are clearly still areas for optimization:
* Don't create new tiles while animating between zoom levels. Using existing tiles only while animating should bring a significant performance gain.
* Simple spatial index for tiles - each tile coord in the matrix could have a feature lookup object (keyed by id). This needs to account for rendered dimension (as witnessed by the point being cut by a tile). Given that the current example uses only three features, adding the spatial index should only be a minor improvement.
* Reuse a fixed set of canvas tiles that are generated at construction (and increased/decreased with view size changes).
* If a fixed set of tiles is not used, at least new ones could be cloned from existing ones (minor).
* Do some profiling to look for more ideas.
In addition, world-wrapping needs addressed. I don't think this renderer is the right (or at least the only) place to address this. And the cache of tiles needs to be managed for real. But hey, at least we've got a working tiled vector renderer now.
2013-01-24 21:57:12 -07:00
Tim Schaub
f2b325b430
Adding convenient tile labels for debugging
...
This will be removed when behavior is right.
2013-01-24 17:16:54 -07:00
Tim Schaub
033daa425b
Reverting b0a7badc8f
...
I think it's complicating things at this point to deal with this. Unfortunately, it's not proper dateline wrapping as is (only arbitrary tile range extent wrapping).
2013-01-24 17:15:32 -07:00
Tim Schaub
8d5a45d827
Set up example for debugging
2013-01-24 16:51:10 -07:00
Éric Lemoine
fc9bfe8460
Merge pull request #159 from elemoine/renderpath
...
Simplify map renderer
2013-01-24 14:23:22 -08:00
Éric Lemoine
98b264e8ce
Add comment
2013-01-24 22:31:57 +01:00
Éric Lemoine
80b38e608b
No more need for listener keys array
2013-01-24 22:31:53 +01:00
Éric Lemoine
4a64837ba1
Make map handle background color changes
2013-01-24 22:31:08 +01:00
Éric Lemoine
2a28b7c699
Add comment
2013-01-24 22:31:08 +01:00
Éric Lemoine
15898b559b
Make map handle size changes
2013-01-24 22:31:08 +01:00
Éric Lemoine
71a462cd54
Make map handle view changes
...
With the frameState stuff the map renderer need not listen to view changes. The map renderer receives orders from the map. These orders are renderFrame_ calls with frameState objects representing the current state.
2013-01-24 22:31:06 +01:00
Tom Payne
0bb31150b0
Merge pull request #148 from twpayne/anchored-elements
...
Replace ol.overlay.Overlay with ol.AnchoredElement
2013-01-24 09:36:40 -08:00
ahocevar
b0a7badc8f
Started on proper date line wrapping
...
What we want in the end is vector tiles repeated just as raster
tiles. This change only avoids repeated tiles with the same
content being rendered and stored in the cache.
2013-01-24 17:29:21 +01:00
Tom Payne
309ddad4fe
Merge pull request #152 from twpayne/texture-cache-expiry
...
Texture cache expiry
2013-01-24 07:36:06 -08:00
Tom Payne
8cac270234
Use + rather than Number for string to number conversion
2013-01-24 16:31:56 +01:00
Tom Payne
ace0728e8a
Merge pull request #151 from twpayne/tile-cache-expiry
...
Tile cache expiry
2013-01-24 07:24:33 -08:00
ahocevar
fe605ceebb
Better, but still not all the way there
2013-01-24 16:21:30 +01:00
Éric Lemoine
197ef89964
Merge pull request #156 from elemoine/examplefix
...
Remove ref to userProjection
2013-01-24 01:35:14 -08:00
Éric Lemoine
dc9fb06185
Remove ref to userProjection
...
The wms-custom-proj example sets a userProjection in the map while userProjection is gone for now. It was removed in 927cffb2 .
2013-01-24 10:32:32 +01:00
Éric Lemoine
0945f19620
Merge pull request #155 from elemoine/typo
...
Fix typo in a typedef
2013-01-24 01:29:43 -08:00
Éric Lemoine
d04b2bb2bd
Fix typo
2013-01-24 10:28:28 +01:00
Tim Schaub
9bd1ab99d1
Toward tiled vector rendering
2013-01-24 02:06:40 -07:00
Marc Jansen
69b915620d
Add fixme/todo target to build.py.
...
Will show a list of lines in sourcefiles that either contains the string TODO
or FIXME.
Example output:
user@host:~/src/ol3 $ ./build.py fixme
src/ol/source/xyzsource.js has 4 matches:
#1 // FIXME add minZoom support
#46 // FIXME use goog.nullFunction ?
#59 // FIXME factor out common code
#76 // FIXME we shouldn't need a typecast here
src/ol/interaction/dragpaninteraction.js has 2 matches:
#1 // FIXME works for View2D only
#39 // FIXME works for View2D only
2013-01-24 10:04:36 +01:00
Tim Schaub
483e309216
Merge pull request #153 from tschaub/extent
...
Care with transform
2013-01-24 00:56:18 -08:00
Tim Schaub
3ccfaebcfc
Punctuated
2013-01-23 22:18:00 -07:00
Tim Schaub
afb9add911
Checked with third-party tool
2013-01-23 22:12:17 -07:00
Tim Schaub
0845dea366
Care with transform
...
Since the transform method takes an arbitrary transform function, new coordinates may not be ordered in the same way as the originals.
2013-01-23 22:03:08 -07:00
ahocevar
4a54cc69ce
Tiled vector rendering
...
This needs more work still - see inline TODOs. It also has a
major bug - rendered vector features do not scale and do not
change their offset during panning. So only the initial view is
correct.
2013-01-23 21:37:06 +01:00
Tom Payne
b0eb7a4b9b
Port ol.TileCache to ol.structs.LinkedMap
2013-01-23 19:59:03 +01:00
Tom Payne
0d7196c098
Expire old textures from texture cache
2013-01-23 19:59:02 +01:00
Tom Payne
3f6ef77a5a
Add ol.structs.LinkedMap.prototype.peekLastKey
2013-01-23 19:59:02 +01:00
Tom Payne
c7d0712480
Rename goog.structs.LinkedMap to ol.structs.LinkedMap
2013-01-23 19:59:02 +01:00
Shawn Brenneman
140f8c8683
Add goog.structs.LinkedMap from Closure Library
2013-01-23 19:58:50 +01:00
Frédéric Junod
d6c96c058f
Merge pull request #133 from fredj/options-obj
...
ol.animation.create* functions should use options objects rather than positional arguments
2013-01-23 08:50:22 -08:00
Tom Payne
0f3d708525
Use ol.TileCache in ol.source.DebugTileSource
2013-01-23 17:22:01 +01:00
Tom Payne
09ec444958
Use ol.TileCache in ol.source.ImageTileSource
2013-01-23 17:22:01 +01:00
Tom Payne
b034299158
Add ol.TileCache
2013-01-23 17:22:00 +01:00
Frederic Junod
7568688301
Use option object rather than positional arguments for ol.animation.create* functions
2013-01-23 17:07:55 +01:00
Tom Payne
b770aaa2f5
Add tile cache expiry infrastructure
2013-01-23 14:31:24 +01:00
Marc Jansen
6d3e0778e1
Merge pull request #150 from marcjansen/zoombtn-radius
...
Adjust border-radius of zoom buttons.
2013-01-22 23:56:28 -08:00
Marc Jansen
9af78dd2fe
Adjust border-radius of zoom buttons.
2013-01-23 08:14:55 +01:00
Tim Schaub
07a56bfe3f
Parsing GeoJSON FeatureCollection
2013-01-22 17:41:22 -07:00
Tim Schaub
35f6984e69
Unused var and some notes
2013-01-22 11:21:35 -07:00
Tom Payne
dda51ecec2
Replace ol.overlay.Overlay with ol.AnchoredElement
...
This commit adds several features:
- rename of class to better reflect its behaviour
- full ol.Object support
- integration with postrender event for integration with animations and
render loop
- minimised DOM modifications
- more precise positioning
- element placed in DIV to avoid modifications to user-supplied element
- correctly handle changes to the positioning property
2013-01-22 15:12:25 +01:00
Tom Payne
4ab09d6df2
Merge pull request #140 from twpayne/array-clean-ups
...
Array clean ups
2013-01-22 06:00:04 -08:00
ahocevar
4e6b864e27
Making default symbolizers compiler safe
2013-01-22 14:09:04 +01:00
ahocevar
16865fc1fa
Removing no longer needed Tiled Vector Source.
2013-01-22 13:24:37 +01:00
Tom Payne
f2164e5028
Export map.getLayers
2013-01-22 13:08:40 +01:00
Marc Jansen
577fc86684
Merge pull request #147 from marcjansen/goog.now
...
Use goog.now() instead of Date.now().
2013-01-22 03:13:15 -08:00
Marc Jansen
8d979127fc
Use goog.now() instead of Date.now().
...
Date.now() is not supported in Internet Explorer up to IE 9. The goog.now()
method can be used as a replacement.
2013-01-22 12:01:44 +01:00
Tim Schaub
c50fcecf42
Vector rendering example
...
There is a ton of room for optimization here. The vector layer renderer should only render dirty areas and could maintain a cache of rendered canvas tiles. The vector source could have a simple spatial index for features (by tile coord). Need to also discuss how to work with this animation framework (to avoid the excess work while waiting for tiles to load on every other layer).
2013-01-22 01:46:27 -07:00
Tim Schaub
1dd17fc88f
Rendering vector layers
2013-01-22 01:36:32 -07:00
Éric Lemoine
a1ff01e7a5
Merge pull request #145 from elemoine/readme
...
Update readme.md
2013-01-21 23:42:01 -08:00
Éric Lemoine
8d56b5f261
Update readme.md
2013-01-22 08:39:37 +01:00
Tim Schaub
92c8c9c5df
Shape extends point
2013-01-21 23:20:52 -07:00
Tim Schaub
45af404f4b
Initial tests for filter
2013-01-21 18:06:29 -07:00
Tim Schaub
e4132813af
Shorter name
2013-01-21 18:06:14 -07:00
Tim Schaub
f80f4fab36
Symbolizer literals will be cached by the renderer
2013-01-21 18:03:25 -07:00
Tim Schaub
0f33561af2
Skeleton canvas renderer for vector layer
2013-01-21 18:02:28 -07:00
Tim Schaub
1a63bf078f
Basic vector source and layer
...
The vector source maintains a cache of features. These are indexed by geometry type in anticipation of the renderer's needs.
2013-01-21 17:59:09 -07:00
Tim Schaub
9543ce4d4a
Initial filter package, geometry type filtering only for now
2013-01-21 17:57:12 -07:00
Tim Schaub
89bc69ccc1
Types for rings and mixed collections
2013-01-21 17:56:12 -07:00
Tim Schaub
6ef2184c83
Geometry type enumeration
2013-01-21 17:46:41 -07:00
Tim Schaub
0fad23970c
Disallowing mixed geometry collections for now
2013-01-21 14:46:45 -07:00
Tim Schaub
7ef127cfac
Shorter name for ol.Feature
2013-01-21 14:46:02 -07:00
Tim Schaub
b4d44f815f
Add getBounds to geometry
2013-01-21 12:59:04 -07:00
Tim Schaub
216d30ddc1
Getting the nanometer precision we deserve with web mercator
2013-01-21 10:52:17 -07:00
Tim Schaub
3cf3ef629c
Lint
...
Caught by `build.py precommit` not `build.py lint`.
2013-01-21 10:51:38 -07:00
Frederic Junod
be64408728
Export map as jpeg instead of png
2013-01-21 16:13:19 +01:00
Frédéric Junod
9969a64d81
Merge pull request #143 from fredj/get-renderer-canvas
...
Get renderer canvas
2013-01-21 07:09:18 -08:00
Frederic Junod
8cbe0fbbbb
Export canvas map as jpeg image
2013-01-21 16:08:33 +01:00
Tom Payne
c0ef84fd5d
Remove stale dependencies
2013-01-21 16:07:06 +01:00
ahocevar
300c1048bd
Cache and bucket fixes
2013-01-21 15:56:35 +01:00
Frederic Junod
2f2ea373ca
Add ol.renderer.Map.getCanvas function. Only valid with the canvas and webgl renderers
2013-01-21 15:18:18 +01:00
Frederic Junod
c836c8d9c4
Add ol.Map.getRenderer function
2013-01-21 15:08:15 +01:00
Tom Payne
f1b11866fd
Remove dependency on goog.array
2013-01-21 14:20:12 +01:00
Tom Payne
3967e17366
Use in-place filtering for pre-render functions
2013-01-21 14:20:12 +01:00
Tom Payne
d76db2005f
Use for loop for iterating over layers
2013-01-21 14:20:12 +01:00
Tom Payne
7229428741
Use in-place filtering for post-render functions
2013-01-21 14:20:11 +01:00
Tom Payne
386bb636bb
Add missing dependencies on goog.array
2013-01-21 14:20:11 +01:00
ahocevar
e060498fad
Fixing compiler errors (mostly caused by typos)
2013-01-21 13:41:18 +01:00
Frédéric Junod
a51cd3b9bd
Merge pull request #139 from fredj/easing
...
Add new ol.easing.elastic and ol.easing.bounce easing functions.
2013-01-21 04:36:45 -08:00
Éric Lemoine
2f539bf3be
Merge pull request #126 from openlayers/tilequeue
...
Tile queue requires optimizing
2013-01-21 03:41:18 -08:00
Éric Lemoine
c6a8e5ef72
Remove unused Jasmine matchers
2013-01-21 12:29:31 +01:00
ahocevar
d3e63bc98a
Basic feature implementation
2013-01-21 12:16:04 +01:00
Frederic Junod
8825251c42
Add new ol.easing.elastic and ol.easing.bounce easing functions.
2013-01-21 09:48:56 +01:00
ahocevar
d0d397f98f
Tiled vector source
...
This source has features and provides tiles with the feature
geometries rendered, using the feature symbolizers. Needs more
work because it is still very unefficient, because it renders
all feature geometries to all tiles, and uses a collection of
features, which we do not have yet.
2013-01-20 21:23:19 +01:00
Tom Payne
202df34e71
Merge pull request #137 from twpayne/alt-shift-rotate
...
Use Alt+Shift to rotate by default, fixes #21
2013-01-20 10:38:24 -08:00
Éric Lemoine
7f38c1683e
Remove unused TileQueue clear method
2013-01-20 15:15:13 +01:00
Tim Schaub
4c2ad60619
Add geojson module in io package
2013-01-20 00:28:07 -07:00
Tim Schaub
497eac82c2
Polygon rendering (no holes yet)
2013-01-19 17:50:04 -07:00
Tom Payne
9ef5f0b060
Ensure dropped tiles are properly removed from tile queue
2013-01-19 21:58:01 +01:00
Tom Payne
3383c426b3
Use shifts rather than floor
2013-01-19 18:35:24 +01:00
Tom Payne
d43abba154
Use stricter types in private methods, operate on array directly
2013-01-19 15:52:55 +01:00
Tom Payne
6507e71dd7
Clear queued tile keys when queue is cleared
2013-01-19 15:44:01 +01:00
Tom Payne
2bdfd3765b
Remove stale FIXME
2013-01-19 15:38:15 +01:00
Tom Payne
4b971b5f32
Optimize tile dropping in reprioritize
2013-01-19 15:24:50 +01:00
Tom Payne
a8dc810696
Use Infinity rather than undefined to drop tiles
2013-01-19 15:24:02 +01:00
Tom Payne
4846a6a7b3
Only update wanted tiles if not all tiles are loaded
2013-01-19 15:03:01 +01:00
Tom Payne
3ec2014ad1
Rename tileUsage to usedTiles
2013-01-19 15:03:01 +01:00
Tom Payne
1c524caae6
Discard unwanted tiles from tile queue
2013-01-19 15:03:01 +01:00
Tom Payne
111b4585a8
Fix key usage
2013-01-19 14:50:25 +01:00
Tom Payne
7babfebef9
Set frame state immediately after rendering
2013-01-19 14:50:18 +01:00
Tom Payne
9cf314fd64
Sort object properties
2013-01-19 14:50:14 +01:00
Tim Schaub
0414e337b3
Render lines
2013-01-18 17:57:32 -07:00
Tim Schaub
140e9ba355
General purpose canvas renderer
...
Currently only renders points as circles. Eventually will have methods for other geometry types and other symbolizer types. Also provides static methods to render point symbolizers (returning a canvas that can be drawn on another).
2013-01-18 17:42:12 -07:00
Tim Schaub
b92fdaf911
Going with point, line, and polygon symbolizers
...
Separate fill and stroke symbolizers make a nicer API, but less efficient rendering
2013-01-18 17:20:10 -07:00
Tim Schaub
fd0a5f3622
Point, linestring, and linearring coordinates as Float32Array
2013-01-18 15:57:48 -07:00
Tim Schaub
278d32061f
To be reworked for rendering like geoms with same symbolizer
2013-01-18 15:55:24 -07:00
Tim Schaub
3ac437393a
To be reworked as ol.renderer.canvas.VectorLayer
2013-01-18 15:54:48 -07:00
Éric Lemoine
c0c9cdef15
New tile queue implementation (heapify-powered)
2013-01-18 21:02:09 +01:00
Tom Payne
f3978d200f
Use Alt+Shift to rotate by default, refs #21
2013-01-18 14:09:32 +01:00
Tom Payne
2b8aefbabf
Add ol.condition.altShiftKeysOnly
2013-01-18 14:03:37 +01:00
Peter Robins
11938d2264
Add missing dependencies, refs #116
2013-01-18 13:01:10 +01:00
Tim Schaub
74281d2b00
Merge from master
2013-01-17 18:12:06 -07:00
Tom Payne
f377a70dc5
Export ol.Map.addPreRenderFunction*
2013-01-18 01:59:59 +01:00
Tom Payne
1c2a1a2a2f
Sort object literal exports alphabetically
2013-01-18 01:19:51 +01:00
Tom Payne
bff8a2bb1e
Add DebugTileSource exports
2013-01-18 01:16:14 +01:00
Tom Payne
bb51709945
Use OpenStreetMap tiles in canvas tiles example
...
Stamen exports aren't quite right yet.
2013-01-18 00:34:44 +01:00
Tom Payne
6542f2037b
Merge pull request #127 from twpayne/animated-zoom
...
Animated zoom
2013-01-17 15:23:39 -08:00
Tom Payne
37d29fb82b
Merge pull request #131 from twpayne/add-missing-exports
...
Add missing exports
2013-01-17 15:21:28 -08:00
Tom Payne
e3c85dec8e
Export ol.View2D
2013-01-18 00:19:45 +01:00
Tom Payne
d34a71e453
Export ol.RendererHints.createFromQueryData
2013-01-18 00:19:22 +01:00
Tom Payne
76e600d5f6
Fix Stamen exports
2013-01-18 00:19:06 +01:00
Tom Payne
4f2c657cf2
Export ol.tilegrid.XYZOptions
2013-01-18 00:17:50 +01:00
Tom Payne
0122c6cc0c
Export ol.tilegrid.TileGridOptions
2013-01-18 00:17:09 +01:00
Tim Schaub
fe56b15c52
Clear canvas with opacity 1
2013-01-17 15:30:16 -07:00
Tom Payne
7c660f6ac0
Export animation functions, thanks @elemoine
2013-01-17 22:58:05 +01:00
Tim Schaub
d6de79b2bd
Merge pull request #129 from tschaub/color
...
Going with CSS norms for r/g/b/a values.
2013-01-17 13:28:51 -08:00
Tim Schaub
f39b6a1be3
Errant require
2013-01-17 14:23:35 -07:00
Tim Schaub
10672ad303
Standardizing color ranges (see #129 )
2013-01-17 14:19:50 -07:00
Tim Schaub
b36eab1dfa
Properly set transform before filling background ( closes #128 )
...
Order of args is m11, m12, m21, m22, dx, dy
2013-01-17 13:40:00 -07:00
Tim Schaub
141e5aa9fc
Trim search string before use
...
The `window.location.search` string includes the "?" symbol. Without this change, `createFromQueryData` only works if the "renderer" parameter is not in first position (see 4037bafc45 ).
2013-01-17 13:05:47 -07:00
Tom Payne
9428a94968
Add animated zoom to keyboard zoom interaction
2013-01-17 16:21:53 +01:00
Tom Payne
90b7cfb330
Add animated zoom to zoom control
2013-01-17 16:21:53 +01:00
Tom Payne
965d5e2cc8
Add animation duration to ol.View2D.zoom
2013-01-17 15:50:28 +01:00
Tom Payne
0257db05df
Add zoom from animation
2013-01-17 15:38:11 +01:00
Tom Payne
95b48bdec4
Add ol.easing.linear
2013-01-17 15:38:11 +01:00
Tom Payne
8d9ac88db7
Merge pull request #123 from twpayne/canvas-renderer
...
Canvas renderer
2013-01-17 06:22:20 -08:00
Tom Payne
5eeec41877
Add canvas renderer to two layers demo
2013-01-17 13:54:52 +01:00
Tom Payne
aeef260101
Add canvas renderer to side-by-side demo
2013-01-17 13:54:52 +01:00
Tom Payne
54327fb750
Add canvas renderer
2013-01-17 13:54:52 +01:00
Tom Payne
7e7356dfd6
Add canvas checks
2013-01-17 13:54:52 +01:00
Tom Payne
1468a04f8b
Merge pull request #122 from twpayne/default-tile-size
...
Add default tile @define, refs #114 , fixes #120
2013-01-17 04:49:38 -08:00
Tom Payne
04b18a8a83
Merge pull request #121 from twpayne/attribution-control-refactoring
...
Attribution control refactoring
2013-01-17 04:46:57 -08:00
Tom Payne
c23e02eb71
Merge pull request #124 from twpayne/dom-renderer-layer-remove
...
Ensure DOM element is removed when layer is removed
2013-01-17 04:35:44 -08:00
Tom Payne
c961e77e9e
Merge pull request #125 from twpayne/build-clean-ups
...
Build clean ups
2013-01-17 03:52:15 -08:00
Tom Payne
4657b7ca97
Remove removeLayer, thanks @fredj
2013-01-17 12:40:54 +01:00
Tom Payne
1ebea904ab
Only run gjslint on modified files
2013-01-17 12:33:10 +01:00
Tom Payne
d8e980a9dd
Upgrade to latest version of pake
2013-01-17 12:32:51 +01:00
Tom Payne
c56e1f8b92
Ensure DOM element is removed when layer is removed
2013-01-17 12:12:09 +01:00
Tom Payne
b880ab80ee
Factor out updateTileUsage
2013-01-17 11:51:38 +01:00
Tom Payne
1278ccb942
Add default tile size @define, refs #114 , fixes #120
2013-01-16 17:49:51 +01:00
ahocevar
8a38f9aa9d
Merge branch 'master' of github.com:openlayers/ol3 into vector
2013-01-16 16:34:59 +01:00
Tom Payne
9fbabc3696
Refactor attribution control
2013-01-16 16:34:31 +01:00
ahocevar
7c05587aed
Merge pull request #114 from ahocevar/resolutions
...
Use validity extent to generate default resolutions. r=@twpayne,@elemoine
2013-01-16 07:17:10 -08:00
Tom Payne
41ccb4dfcd
Add ol.Rectangle.extend
2013-01-16 13:53:38 +01:00
Éric Lemoine
0d87c2c14c
Merge pull request #91 from elemoine/bingkey
...
Bing maps key will expire on 15 Jan 2013
2013-01-16 03:32:27 -08:00
Éric Lemoine
0c1116fe95
Update Bing maps key
2013-01-16 12:31:25 +01:00
Tom Payne
17bb31281b
Merge pull request #118 from twpayne/mouse-position-control-refactoring
...
Mouse position control refactoring
2013-01-16 02:30:33 -08:00
Tom Payne
06628a88e6
Update mouse position on each frame
2013-01-16 11:26:09 +01:00
Tom Payne
11ec1de89b
Refactor mouse position control to use postrender event
2013-01-16 11:25:59 +01:00
Tom Payne
5d43aa22d4
Merge pull request #117 from twpayne/postrender-event
...
Fire postrender events
2013-01-16 02:08:16 -08:00
Tom Payne
505987869e
Fire postrender events
2013-01-15 18:38:12 +01:00
Tom Payne
f7982fc2de
Merge pull request #115 from twpayne/renderer-clean-ups
...
Renderer clean ups
2013-01-15 08:41:06 -08:00
Tom Payne
936132cd46
Update examples to read renderer from query string
2013-01-15 10:26:43 +01:00
Tom Payne
4037bafc45
Add function to chose renderer from query string
2013-01-15 10:26:16 +01:00
Tom Payne
859af576d5
Move var outside loop
2013-01-14 20:53:00 +01:00
Tom Payne
c679bccbb9
Join short lines
2013-01-14 20:53:00 +01:00
Tom Payne
183aac90fa
Remove unused requires
2013-01-14 20:52:47 +01:00
Tom Payne
8966e17b89
Structure DOM renderer code to be more similar to WebGL renderer code
2013-01-14 16:33:15 +01:00
Tom Payne
af88fb415b
Remove forEachTileCoord
2013-01-14 16:21:58 +01:00
Tom Payne
8ced15ce2e
Move closure out of loop, and use loop rather than forEachTileCoord
2013-01-14 16:21:58 +01:00
Tom Payne
0916f14536
Use a loop rather than tileRange.forEachTileCoord
2013-01-14 16:21:58 +01:00
ahocevar
87ce763ccb
Use validity extent to generate default resolutions
...
Previously, the TiledWMS source generated a resolutions array
derived from the world extent in meters, to match the default
Web Mercator resolutions of the map. This wouldn't work for
projections with distance units different than meters. It is
better to commit to a default resolutions array where zoom level
0 is the validity extent of the projection (not the Web Mercator
world extent!) at a 256 pixel tile size.
2013-01-14 16:10:55 +01:00
Tom Payne
57b25693af
Merge pull request #113 from twpayne/frame-state
...
More frame state-related fixes and improvements
2013-01-14 04:13:22 -08:00
Tom Payne
eff96ca16c
DOM renderer should re-render when layers are added or removed
2013-01-14 12:46:40 +01:00
Tom Payne
be04053ef1
Move common event handlers into base class
2013-01-14 12:46:39 +01:00
Tom Payne
9764e76975
Move pixel/coordinate matrices into frame state, remove canRotate
2013-01-14 12:46:39 +01:00
Tom Payne
a927385e72
Merge pull request #110 from twpayne/interaction-hints
...
Interaction hints
2013-01-14 03:44:47 -08:00
Tom Payne
3febb24529
Don't remove tiles when animating
2013-01-14 12:35:54 +01:00
Tom Payne
bafb53f2e1
Make animations set animating hint
2013-01-14 12:35:54 +01:00
Tom Payne
969553cede
Clone hints array so that pre-render functions can modify it
2013-01-14 12:35:54 +01:00
Tom Payne
c48bb6142e
Add animating hint
2013-01-14 12:35:54 +01:00
Tom Payne
2ea6f0903c
Don't remove tiles while panning
2013-01-14 12:35:54 +01:00
Tom Payne
e837a74e00
Set panning hint in DragPanInteraction
2013-01-14 12:35:53 +01:00
Tom Payne
5d31a44c12
Implement view hints architecture
2013-01-14 12:35:53 +01:00
Tom Payne
2a08e7add2
Merge pull request #112 from twpayne/dom-renderer-clean-ups
...
DOM renderer clean ups
2013-01-14 03:33:23 -08:00
Tom Payne
fafba39c32
Merge pull request #111 from twpayne/webgl-renderer-clean-ups
...
WebGL renderer clean ups
2013-01-14 03:33:04 -08:00
Tom Payne
78e8e34fe6
Add missing instance variable declaration, thanks @elemoine
2013-01-14 11:13:34 +01:00
Tom Payne
be3849d1b8
Use dequeue rather than remove, thanks @elemoine
2013-01-13 22:28:37 +01:00
Tom Payne
8b39e8f7f0
Relax type slightly
2013-01-12 23:13:34 +01:00
Tom Payne
0f8e3ddedc
Remove incorrect use of @override
2013-01-12 23:12:15 +01:00
Tom Payne
deeb7b3294
Fix typecast
2013-01-12 22:52:44 +01:00
Tom Payne
3f6e6169af
Hide canvas when map is not defined
2013-01-12 19:24:20 +01:00
Tom Payne
0443ebc3fa
Remove stale FIXMEs
2013-01-12 19:23:54 +01:00
Tom Payne
de7699d644
Hide layers pane when map is undefined
2013-01-12 19:08:27 +01:00
Tom Payne
a0180f2131
Remove stale FIXME
2013-01-12 19:06:00 +01:00
Tom Payne
97207e5723
Remove rarely-used logger
2013-01-12 19:01:09 +01:00
Tom Payne
be28fb4ccc
Don't try to overload method return type
2013-01-12 18:58:36 +01:00
Tom Payne
655b6a1b00
Always free WebGL resources in post render
2013-01-12 18:57:50 +01:00
Tom Payne
a26deb62bf
Remove unused variable
2013-01-12 18:54:09 +01:00
Tom Payne
b803aad5a8
Don't enqueue tiles which are not idle
2013-01-12 16:55:36 +01:00
Tom Payne
3d5c76c346
Add empty descriptions for jsdoc
2013-01-12 13:32:57 +01:00
Tom Payne
513787147c
Merge pull request #106 from twpayne/re-enable-jsdoc
...
Re-enable jsdoc
2013-01-12 03:28:19 -08:00
Tom Payne
92d3d001c0
Merge pull request #108 from twpayne/texture-uploads
...
Prioritize and throttle texture uploads
2013-01-12 03:27:37 -08:00
Tom Payne
150dae4a63
Merge pull request #104 from twpayne/debug-tile-source-fixes
...
Don't attempt to share canvases between renderers, fixes #101
2013-01-12 03:27:17 -08:00
Tom Payne
c5a0205cf8
Merge pull request #103 from twpayne/tile-queue
...
Tile queue
2013-01-12 03:26:43 -08:00
Tom Payne
05d681e7ea
Merge pull request #107 from twpayne/dom-renderer-clean-ups
...
Clean up DOM renderer code for untested minor performance advantages
2013-01-12 03:25:12 -08:00
Tom Payne
6d44736e2f
Prioritize and throttle texture uploads
2013-01-12 02:32:53 +01:00
Tom Payne
82fc5c6c9d
Clean up DOM renderer code for untested minor performance advantages
2013-01-12 01:12:27 +01:00
Tom Payne
60c0ca9e49
Re-add doc to precommit target, fixes #94
2013-01-12 00:52:27 +01:00
Tom Payne
48ee9e75a4
Add empty descriptions to work around jsdoc
2013-01-12 00:51:36 +01:00
Tom Payne
fca7472506
Update copyright year
2013-01-11 23:50:29 +01:00
Tom Payne
45a3b70ec0
Merge pull request #105 from twpayne/build-cleanups
...
Minor clean-ups to build.py
2013-01-11 14:40:54 -08:00
Tom Payne
6bba086aca
Use from/import for brevity
2013-01-11 18:25:58 +01:00
Éric Lemoine
25be29099f
Improved reprioritization
2013-01-11 18:13:36 +01:00
Tom Payne
b4da378a33
Don't attempt to share canvases between renderers, fixes #101
2013-01-11 17:43:31 +01:00
Tom Payne
43caea7ed2
Merge pull request #102 from twpayne/frame-state
...
Frame state
2013-01-11 07:19:31 -08:00
Tom Payne
52df441cf8
Add tile queue
2013-01-11 16:18:07 +01:00
Tom Payne
2a6cc1ae70
Flag 2D-specific code, thanks @elemoine
2013-01-11 16:06:30 +01:00
Tom Payne
f00e299039
Register post-render functions instead of using an event
2013-01-11 15:49:21 +01:00
Tom Payne
434dd84c04
Add animation examples to side-by-side demo
2013-01-11 15:49:15 +01:00
Tom Payne
f3cace499c
Implement frame state and animation architecture
2013-01-11 15:48:24 +01:00
Tom Payne
4ee411ebe2
Merge pull request #99 from twpayne/beyond-image-tiles
...
Beyond image tiles
2013-01-11 06:11:38 -08:00
Tom Payne
5c5a58acfc
Merge pull request #98 from twpayne/pure-transform-dom-renderer
...
Pure transform DOM renderer
2013-01-11 06:02:18 -08:00
Tom Payne
878122828b
Add canvas tiles example
2013-01-11 01:18:58 +01:00
Tom Payne
6984fbb9b9
Add ol.source.DebugTileSource
2013-01-11 01:18:57 +01:00
Tom Payne
97d83666a6
Factor out ImageTile and ImageTileSource
2013-01-11 01:18:57 +01:00
Tom Payne
9194a4b4eb
Round transformation values to six decimal places
2013-01-10 16:43:42 +01:00
Tom Payne
8a4125281d
Add option to round transformation matrix values
2013-01-10 16:43:42 +01:00
Tom Payne
0d1e6ea766
Move forEachReadyVisibleLayer into WebGL renderer
2013-01-10 16:43:42 +01:00
Tom Payne
aba686d22d
Refactor DOM renderer to use only CSS transforms
2013-01-10 16:43:42 +01:00
Tom Payne
032aa8b7c8
Add 2D transform abstraction
2013-01-10 16:43:41 +01:00
Éric Lemoine
171d10f2d4
Merge pull request #97 from elemoine/view
...
Add view abstraction
2013-01-10 06:37:37 -08:00
Tom Payne
e05e0c2f91
Add ol.Color.equals
2013-01-09 18:49:06 +01:00
Éric Lemoine
927cffb2b7
Add view abstraction
2013-01-09 14:03:16 +01:00
Tom Payne
21331d1065
Dispatch generic changed events when any ol.Object property changes
2013-01-08 17:26:22 +01:00
Tom Payne
20e0557a4d
No need to ignore /bin/*.pyc, refs #95
2013-01-07 15:41:26 +01:00
Tom Payne
b40085ca41
Fix non-view-related typecasts in ol.renderer.webgl.TileLayer
2013-01-07 13:19:00 +01:00
Tom Payne
b12711fa9d
Fix non-view-related typecasts in ol.renderer.Map
2013-01-07 13:19:00 +01:00
Tom Payne
ddee13d6eb
Fix non-view-related typecasts in ol.renderer.dom.TileLayer
2013-01-07 13:19:00 +01:00
Tom Payne
80e4c46805
Fix non-view-related typecasts in ol.Map
2013-01-07 13:19:00 +01:00
Tom Payne
e52ec0f7a2
Fix non-view-related typecasts in interactions
2013-01-07 13:18:59 +01:00
Tom Payne
0653546e44
Fix non-view-related typecasts in ol.control.Attribution
2013-01-07 13:18:59 +01:00
Tom Payne
6b7a3bb3bf
Fix typecast in ol.Tile
2013-01-07 13:18:59 +01:00
Tom Payne
06bb56eff2
Fix typecasts in ol.layer.TileLayer
2013-01-07 13:18:59 +01:00
Tom Payne
3ef85a3651
Fix typecasts in ol.layer.Layer
2013-01-07 13:18:59 +01:00
Tom Payne
e05591f6ab
Fix typecast in ol.renderer.webgl.Layer
2013-01-07 13:18:59 +01:00
Tom Payne
cadeb209cd
Fix typecast in ol.renderer.dom.Layer
2013-01-07 13:18:59 +01:00
Tom Payne
5cfae7b3bc
Fix typecast in ol.Proj4jsProjection
2013-01-07 13:18:59 +01:00
Tom Payne
3f08995cfb
Fix typecast in ol.Collection
2013-01-07 13:18:59 +01:00
Tom Payne
0e93217396
Correctly dispose of layer renderers when layers property changes
2013-01-07 13:18:59 +01:00
Tom Payne
196c3ca15e
Merge pull request #95 from marcjansen/ignore-pyc
...
Ignore *.pyc files in root directory.
2013-01-07 03:09:34 -08:00
Frederic Junod
4de5adf32d
make replaced with build.py
2013-01-07 09:16:25 +01:00
Marc Jansen
1670972a9e
Ignore all *.pyc files.
2013-01-07 09:08:14 +01:00
Tim Schaub
7971ec1b3b
Render geometries to a canvas
2013-01-07 01:42:31 -05:00
Tim Schaub
7cca691b9f
Start of style package
...
These literals will be used internally only - created when evaluating
non-literal symbolizers (with properties that are expressions).
2013-01-07 01:41:02 -05:00
Tim Schaub
997c7145ab
Bare bones geom package
2013-01-07 01:34:33 -05:00
Tim Schaub
464be78a16
Satisfying compiler
2013-01-06 10:59:21 -07:00
Tim Schaub
39af56ecb3
Satisfying gjslint
2013-01-06 10:07:29 -07:00
Tim Schaub
6f929efeb3
Merge branch 'master' into vector
2013-01-06 09:37:34 -07:00
Marc Jansen
dd566ba595
Ignore pake.pyc file.
2013-01-06 16:08:21 +01:00
Tom Payne
7ad273082a
Correct Stamen source options
2013-01-05 18:35:14 +01:00
Tom Payne
cd6c5ee6ed
Disable document generation in precommit target, refs #94
...
Revert this commit when issue #94 is fixed.
2013-01-05 18:34:35 +01:00
Tom Payne
d1615db925
Merge pull request #93 from twpayne/webgl-renderer-cleanups
...
WebGL renderer cleanups
2013-01-05 03:46:43 -08:00
Tom Payne
cfaee15c9f
Factor out color matrix generation, move color matrix into layer renderer
2013-01-05 12:30:18 +01:00
Tom Payne
8404142cec
Avoid getting map twice
2013-01-05 12:18:42 +01:00
Tom Payne
d3a0f87438
Remove inadvertent double render
2013-01-05 12:18:35 +01:00
Tom Payne
118b233457
More strict matrix type
2013-01-05 12:17:37 +01:00
ahocevar
3c305db4a4
Canvas tile renderer - first cut
...
Untested and no styling
2013-01-04 18:47:33 +01:00
Tom Payne
30ee23d69d
Merge pull request #92 from twpayne/request-render-frame
...
Request render frame
2013-01-04 05:02:25 -08:00
Tom Payne
b2bb08eb81
Clarify comment
2013-01-03 18:16:16 +01:00
Tom Payne
7a36793776
Port DOM renderer to request render frame architecture
2013-01-03 14:51:15 +01:00
Éric Lemoine
b386c38111
Demonstrating user-controlled animation
...
Inspired from 840ffb6
2013-01-03 12:23:50 +01:00
Éric Lemoine
51636ea0d1
Only appending tiles to the dom after load
...
A port of f46cdb4 and 4242ef40 from animation-frame branch.
2013-01-03 12:23:50 +01:00
Tom Payne
934c75bc8c
Use requestRenderFrame API in interactions
2013-01-03 12:23:50 +01:00
Tom Payne
8c44dcf83a
Add some WebGL renderer FIXMEs
2013-01-03 12:23:50 +01:00
Tom Payne
756792b8db
Pass time to render functions and rename them to renderFrame_
2013-01-03 12:23:50 +01:00
Tom Payne
783dfe0618
Port WebGL renderer to requestRenderFrame
2013-01-03 12:23:49 +01:00
Tom Payne
12099bab56
Implement @elemoine's requestRenderFrame architecture
2013-01-03 12:23:49 +01:00
Tom Payne
18fdb66437
Update jsdoc template to be compatible with latest version of jsdoc3
2013-01-03 12:15:30 +01:00
Tom Payne
ad983a5e68
Add missing semicolon from exampleparser output
2013-01-03 11:52:26 +01:00
Tom Payne
7f63e3b8e7
Propagate query string to example links
2013-01-03 11:50:44 +01:00
Tom Payne
874a311de2
Fix bug where all examples were assumed to be under version control
2013-01-03 11:31:31 +01:00
Éric Lemoine
7b24c5b54a
Merge pull request #90 from elemoine/webglcolorfilter
...
WebGL color filter
2012-12-12 07:33:17 -08:00
Éric Lemoine
21f3f90ca6
Adjust hue, sat, and constrast in webgl renderer
2012-12-12 15:53:56 +01:00
tschaub
9622395c86
Use radians for hue rotation
...
This commit is a cherry-pick from 7f578f0.
Conflicts:
src/ol/renderer/dom/domlayerrenderer.js
2012-12-12 15:22:01 +01:00
tschaub
4d97b583c6
Match the current Filter Effects spec
...
This commit is a cherry-pick of 19f7778.
The current draft of the [filter spec](https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html )
describes brightness, contrast, hue-rotate, and saturate functions that
roughly match our layer's setBrightness, setContrast, setHue, and
setSaturation methods. These changes make the range of our methods match
the corresponding functions in the spec. The one exception is the
brightness function. The spec says it has a range of 0 to positive infinity.
The WebKit implementation accepts a range of -1 to 1 (as of
https://github.com/WebKit/webkit/commit/8f4765e569 ). There's an open
(ticket)[https://www.w3.org/Bugs/Public/show_bug.cgi?id=15647 ] recommending
that the spec be changed to match.
I'm not stuck on having our methods match those of the filter spec, but the
parity would be nice.
These changes leave the WebGL map renderer "broken" (whacky colors). It would
be straightforward to update the current fragment shader to handle the new
range of hue, but the brightness, contrast, and saturation handling will
need to be reworked.
For inspiration, here are the color transformation
matrix calculations the WebKit filters:
8f4765e569/Source/WebCore/platform/graphics/chromium/cc/CCRenderSurfaceFilters.cpp (L64-80)
Conflicts:
src/ol/renderer/dom/domlayerrenderer.js
2012-12-12 15:18:34 +01:00
Éric Lemoine
570defe940
Merge pull request #86 from geops/api-docs-comments
...
Some comments (no changes to code)
2012-12-03 14:02:20 -08:00
Augustus Kling
a73c15c988
Discard documentation for attributioncontrol.js and map.js to make refactoring easier due to @elemoine's request
2012-12-03 22:47:33 +01:00
Frederic Junod
14f7b9a41e
git-update-ghpages removed, bin/readme.md no longer necessary
2012-11-14 12:50:13 +01:00
Frédéric Junod
12d5626288
make replaced with build.py
2012-11-14 12:45:07 +01:00
Éric Lemoine
bccfccbf9d
Merge pull request #84 from elemoine/84
...
DOM renderer tile artifacts on FF
2012-11-13 13:47:00 -08:00
Tom Payne
72b7a136c1
Update to latest version of pake, fixes #87 , thanks @cedricmoullet and @AugustusKling
2012-11-12 00:01:29 +01:00
Éric Lemoine
7b88f44a41
Keep track of tiles we're already listening on
2012-11-11 21:31:12 +01:00
augustus
f253c1bcf8
Some comments (no changes to code)
2012-11-09 16:26:59 +01:00
Tom Payne
4dde0ac2b1
Remove tile change listeners when they have fired, thanks @fredj
2012-11-09 14:33:58 +01:00
Tom Payne
3d560a08e3
Remove Makefile
2012-11-09 14:05:13 +01:00
Tom Payne
5fb39ff30d
Merge pull request #76 from twpayne/pure-python-build
...
Building on Windows still has a few problems, mainly thanks to Windows. However, this patch does eliminate as many build dependencies as possible (make, wget, sh, find, ruby).
2012-11-09 02:53:33 -08:00
Tom Payne
df8685638c
Detect corrupt downloads
2012-11-09 11:45:58 +01:00
Tom Payne
bf4e7bcb70
Work around broken operating systems
2012-11-09 11:45:58 +01:00
Tom Payne
05f3ab3290
Remove unused import
2012-11-09 11:45:31 +01:00
Éric Lemoine
826505c6d4
Register a CHANGE listener even if tile is loading
...
This fixes an issue easily reproducible in the side-by-side example where the DOM renderer is not notified when tiles loaded by the WebGL renderer have been received.
2012-11-08 21:20:26 +01:00
Éric Lemoine
90e379782c
Only appending tiles to the dom after load
...
A port of f46cdb4 to the current master. The tilelayer renderer can be simplified a bit by waiting to append tiles to the dom until they have loaded. Refs #84 and #33 .
2012-11-08 20:03:07 +01:00
Frederic Junod
6eb505eb2b
Remove question mark from wms urls (see #85 )
2012-11-08 09:02:03 +01:00
Tom Payne
bf231d0c41
Fold gh-update-pages into build.py
...
This also fixes a bug in gh-update-pages: gh-update-pages does not
handle file deletition, meaning that stale files are never removed.
2012-11-04 19:08:56 +01:00
Tom Payne
d30be0fb93
Merge bin/generate-requireall into build.py
2012-11-04 19:08:55 +01:00
Tom Payne
f082cddb6b
Use build.py for Travis
2012-11-04 19:08:55 +01:00
Tom Payne
157c0978be
Update CONTRIBUTING.md for build.py
2012-11-04 19:08:55 +01:00
Tom Payne
d16bc89be3
Update readme.md for build.py
2012-11-04 19:08:26 +01:00
Tom Payne
f78afc8d66
Add pake.py
...
See https://github.com/twpayne/pake
2012-11-04 19:08:26 +01:00
Tom Payne
81b4213fd7
Add build.py
...
This removes the dependencies on make, sh and curl for building ol3.
2012-11-04 19:08:26 +01:00
Éric Lemoine
c9f4454399
Merge pull request #85 from elemoine/tilefunction
...
Add ol.TileUrlFunction.createBboxParam
2012-11-04 09:52:09 -08:00
Éric Lemoine
dd014a3b79
Avoid unneeded parameter concatenations (thanks @twpayne, refs #85 )
2012-11-04 19:31:20 +01:00
Éric Lemoine
529c3e8b6a
Add ol.TileUrlFunction.createBboxParam
2012-11-03 22:55:54 +01:00
ahocevar
3d84571043
Use WebGL now that server sends CORS headers (see #75 )
2012-11-03 10:33:20 +01:00
Éric Lemoine
b2c71ed269
Add tests showing more usages of createFromTemplate
2012-11-03 00:43:46 +01:00
Tom Payne
7ee5c5777a
Fix use of goog.nullFunction and goog.functions.NULL, thanks @elemoine (again)
2012-11-02 18:28:27 +01:00
Tom Payne
9062a9cf54
Merge pull request #83 from twpayne/fix-82
...
Make ol.renderer.Map behave like a null renderer, fixes #82
2012-11-02 10:22:01 -07:00
Tom Payne
4d3726d183
Use goog.functions.NULL instead of goog.nullFunction, thanks @elemoine
2012-11-02 18:20:52 +01:00
Tom Payne
dfd495153d
Make ol.renderer.Map behave like a null renderer, fixes #82
...
With this patch, creating a new ol.renderer.Map will return a map
renderer that does nothing. Previously, it could cause assertion
failures.
2012-11-02 17:10:45 +01:00
Frédéric Junod
1de8821739
Merge pull request #81 from fredj/wms-format
...
Use jpeg tiles for background layer
2012-11-02 07:58:52 -07:00
Frederic Junod
127c00e1ea
Use jpeg tiles for background layer
2012-11-02 15:52:34 +01:00
Éric Lemoine
2f29224691
Merge pull request #80 from elemoine/wms-custom-proj-fix
...
wms-custom-proj example does not work with the ol build
2012-11-02 05:38:38 -07:00
Éric Lemoine
4a604940a2
The wms-custom-proj example requires more exports
2012-11-02 12:06:24 +01:00
Tim Schaub
e57f8b45a6
Merge pull request #78 from geops/api-docs-jsdoc
...
Taking over new template from jsdoc but keep modifications by OpenLayers as much as possible
2012-10-31 13:38:24 -07:00
ahocevar
13e48787a3
Merge pull request #79 from ahocevar/projection
...
Projection handling improvements. r=@twpayne, @elemoine
2012-10-31 10:13:17 -07:00
ahocevar
eb4a8683e2
Projection handling improvements
...
* The Map's private createProjection_ method is now a public
method of the Projection. It is also used by TiledWMSSource
to calculate the appropriate projection from the user
configuration.
* ol.Projection.addProjection now adds the transformation for
the source == target case. This makes it easy for the user
to create custom projection maps without including proj4js and
without adding a custom transformation, as long as the
userProjection equals the projection.
* The TiledWMSSource now uses the same default resolutions as
the map (i.e. the OSM resolutions)
* The modulo calculation for wrapping extents now works for all
grid configurations, by not calculating the number of columns
based on an assumption about the way the zoom levels relate to
resolutions.
* The wms-custom-proj example now shows how to properly
configure a custom resolution, i.e. by using the validity
extent of the projection as its extent.
2012-10-31 13:17:58 +01:00
augustus
64a252093c
Taking over new template from jsdoc but keep modifications by OpenLayers as much as possible
2012-10-31 09:39:55 +01:00
Tom Payne
7af152cc49
Update Plovr version
2012-10-29 14:09:37 +01:00
ahocevar
f4139f208a
Merge pull request #74 from ahocevar/tiled-wms
...
Adding tiled WMS source. r=@twpayne,@elemoine
2012-10-29 01:47:20 -07:00
ahocevar
e157d17ab7
Addressing review comments regarding typeDef
2012-10-29 09:44:25 +01:00
ahocevar
393bb36784
Removing standalone example
2012-10-29 09:36:08 +01:00
ahocevar
b170fa3d16
Using DOM renderer; no custom extent for layers
...
The server does not send CORS headers, so we cannot use the
WebGL renderer. Since the layers use the projection's extent,
it is not necessary to specify the extent.
2012-10-29 09:34:53 +01:00
ahocevar
0c77aacf33
proj4js externs are not necessary
2012-10-29 09:33:00 +01:00
ahocevar
e672083027
Indentation and line break fixes
2012-10-28 23:59:36 +01:00
Cédric Moullet
bb957a1149
Add new layer national park, attributions and layer extent to the Tiled WMS with custom projection example
2012-10-28 23:43:53 +01:00
Cédric Moullet
b907befd68
Add title to WMS tiled custom projection example
2012-10-28 23:42:58 +01:00
Cédric Moullet
dd93c24a07
Add tiled wms with custom projection
2012-10-28 07:26:05 +01:00
ahocevar
e5308fec40
No extent magic
...
Setting the extent on a tile source now only means that tiles
won't be drawn outside that extent. Now the only way to specify
the origin of the tile grid is to provide a custom tileGrid. By
default, the grid origin is the top left corner of the
projection's extent.
2012-10-27 17:28:08 +02:00
ahocevar
b872b5a74f
Cross origin handling to make example work in Firefox
...
The WMS used in the example does not send CORS headers (I think
not many WMS services do). It seems that the WebGL renderer
needs script access to the image data, so the example only works
with the DOM renderer in Firefox.
2012-10-27 09:16:09 +02:00
tschaub
3af801df96
Updating instructions on contributions
...
This links to the newly created online ICLA form.
2012-10-26 15:41:13 -06:00
ahocevar
433b12c39a
Using the projection's extent for resolutions math by default
...
This ensures that maps with WMS layers with different extents
do not scale the tiles differently for each layer when the
default tileGrid is used. Note that it is always possible to
configure WMS sources with a custom tileGrid.
2012-10-26 22:51:30 +02:00
ahocevar
084506cdb5
Adding tiled WMS source
...
As shown in the example, this adds support for tiled WMS layers.
2012-10-26 21:36:30 +02:00
Tom Payne
d0e532eadf
Merge pull request #71 from twpayne/unique-filenames
...
Give each source file a unique name
2012-10-26 02:31:19 -07:00
Tom Payne
e5d39724c9
Give each source file a unique name
2012-10-26 11:25:26 +02:00
Tom Payne
af872e25c3
Remove incorrect property export
2012-10-26 11:24:25 +02:00
Tom Payne
41c6c2eff3
Merge pull request #72 from twpayne/source-xyz-projection
...
Add projection option to ol.source.XYZ
2012-10-25 23:53:03 -07:00
Tom Payne
e7d5022dc1
Add projection option to ol.source.XYZ
2012-10-25 18:48:24 +02:00
Éric Lemoine
49f717eae6
Merge pull request #69 from elemoine/exports-files
...
Granularize the exports
2012-10-24 13:52:56 -07:00
Éric Lemoine
576c54eb61
Move object literal exports to their own file
2012-10-24 17:05:33 +02:00
Tom Payne
92b13b36d9
Prevent default in double click zoom (refs #70 )
2012-10-24 16:30:44 +02:00
Éric Lemoine
0ae3f8806e
Remove examples/index.js (refs #67 )
2012-10-21 21:24:15 +02:00
Éric Lemoine
02c3acbc35
Merge pull request #67 from elemoine/exampleparser
...
Use OpenLayers 2 examples system
2012-10-21 12:22:05 -07:00
Éric Lemoine
7ce79207e3
Better design for the full-screen examples
...
The text div is now placed in the top-right corner of the page. This is to avoid overlapping with the attribution div. On screens that are smaller that 600px the text div is not deplayed at all.
2012-10-21 21:11:27 +02:00
Éric Lemoine
d81b232587
Granularize the exports
...
This commit decomposes exports.txt into multiple, per-component, export files. This will be required for custom builds;
2012-10-20 22:31:33 +02:00
Éric Lemoine
1e0b43dd00
Better HTML and CSS for the examples
...
And give the h1 tags a "title" id. The exampleparser.py script uses that as the example title in the index page.
2012-10-20 21:43:34 +02:00
Éric Lemoine
b000c052e3
Improve layout of examples index page
2012-10-20 21:43:05 +02:00
Éric Lemoine
3e3b8d6f8b
Use OpenLayers 2 examples index
2012-10-19 21:56:59 +02:00
Tom Payne
bb53278db5
Merge pull request #66 from twpayne/coordinate-format-cleanup
...
Coordinate format cleanup
2012-10-19 10:21:09 -07:00
Tom Payne
ee1d1fa3e7
Fold ol.CoordinateFormat into ol.Coordinate
2012-10-18 14:22:23 +02:00
Tom Payne
860b4407b7
Add ol.Extent.get{Bottom,Top}{Left,Right}
2012-10-18 13:49:10 +02:00
Tom Payne
cd7627f626
Lint examples
2012-10-18 13:48:52 +02:00
Tom Payne
061c173e64
Merge pull request #64 from twpayne/examples-index
...
Examples index
2012-10-18 02:15:46 -07:00
Tim Schaub
eef4eb0eea
Merge pull request #61 from twpayne/z-sort-in-dom-renderer
...
Z sort in dom renderer
2012-10-17 21:24:40 -07:00
Tom Payne
e21c182641
Use Chrome Frame if available
2012-10-17 18:20:25 +02:00
Tom Payne
68a71c4a53
Add Tom Payne to authors.txt
2012-10-17 17:43:27 +02:00
Tom Payne
a82e523f6b
Try multiple context ids to get a WebGL context
2012-10-17 17:36:07 +02:00
Tom Payne
5011123228
Use ol.webgl.getContext is WebGL support test
2012-10-17 17:27:11 +02:00
Tom Payne
8cb28a7217
Move WebGL support test into ol.webgl
2012-10-17 17:25:37 +02:00
Tom Payne
1d40b64db1
Move WebGL context creation into ol.webgl
2012-10-17 17:23:30 +02:00
Tom Payne
0e81f67a00
Host example index
2012-10-17 11:36:54 +02:00
Tom Payne
e9dbb00039
Pass query string through example index
...
This is so that visiting
/examples/index.html?mode=RAW&Debug=true
will automatically add ?mode=RAW&Debug=true to all links in the
generated index.
2012-10-17 11:31:40 +02:00
Tom Payne
f120410d6d
Add option to hook in scripts to index generator
2012-10-17 11:29:41 +02:00
Tom Payne
129578a515
Build examples index
2012-10-17 11:22:11 +02:00
Tom Payne
7f39f1d32d
Add script to generate example index
2012-10-17 11:13:01 +02:00
Éric Lemoine
c508ed39ef
Merge pull request #63 from elemoine/hosted-examples
...
A step toward hosted examples on gh-pages
2012-10-16 13:59:31 -07:00
Éric Lemoine
84e3cf4f0d
Merge pull request #62 from elemoine/bingmaps-exports
...
Add BingMaps exports
2012-10-16 13:57:44 -07:00
Éric Lemoine
1ac188c906
Add a hostexamples target to Makefile
...
This target copies the ol built files, examples, and loader script to the build/gh-pages directory, making it possible to host our examples on gh-pages.
2012-10-16 21:56:45 +02:00
Éric Lemoine
4b6ef3c046
Better comments in loader.js
2012-10-16 21:56:35 +02:00
Éric Lemoine
190e21f796
The loader adds link tag for ol.css
2012-10-16 21:55:12 +02:00
Éric Lemoine
f4b20175cc
Add a specific loader for hosted examples
...
This loader is responsible for adding ol.js, ol.css and the example-specific js script to the document. This is the loader used in examples when hosted.
2012-10-16 21:51:48 +02:00
Éric Lemoine
1f7ecd2529
Make linter happy
2012-10-16 21:50:20 +02:00
Éric Lemoine
5c6b5cb495
Add BingMaps exports
2012-10-16 21:45:52 +02:00
Tom Payne
a38468c854
Merge pull request #60 from twpayne/hosted-examples
...
Hosted examples
2012-10-16 02:12:16 -07:00
Tom Payne
3e6d374859
Ensure z as object keys are sorted as numbers
2012-10-16 11:04:56 +02:00
Tom Payne
ed197f3cfe
Revert "Two lessons learned"
...
This reverts commit f8462460bf .
2012-10-16 10:59:53 +02:00
Tom Payne
f7adc1ae75
Use identical code in compiled and standalone examples
2012-10-15 19:12:55 +02:00
Tom Payne
f9302ab030
Export goog.require as goog.nullFunction
2012-10-15 19:12:06 +02:00
Tom Payne
b45c2ca4bc
Add optional argument to @exportSymbol
2012-10-15 19:11:51 +02:00
Tom Payne
98340c55ce
Don't use goog.* functions in examples
2012-10-15 19:11:02 +02:00
Tom Payne
0392d898c3
Merge pull request #56 from twpayne/interaction-conditions
...
Abstract out key conditions for interactions, fixes #51 , see also #54
2012-10-12 11:04:12 -07:00
Éric Lemoine
e440c03efb
Merge pull request #58 from elemoine/dispose
...
The map should be disposable
2012-10-12 08:41:51 -07:00
Éric Lemoine
f49f370857
Make linter happy
2012-10-11 18:09:18 +02:00
Éric Lemoine
9c48dff286
Add tests for ol.Map.prototype.disposeInternal
2012-10-11 17:53:35 +02:00
Éric Lemoine
2a76a23b6f
Add tests for ol.control.Control
2012-10-11 17:46:47 +02:00
Éric Lemoine
0b411ad69c
Have disposeInternal call parent
2012-10-11 17:46:22 +02:00
Éric Lemoine
fbc810264b
goog.array.forEach does not accept null values
2012-10-10 20:25:53 +02:00
Éric Lemoine
655e04368b
disposeInternal implementation for ol.control.Control
2012-10-10 20:24:32 +02:00
Éric Lemoine
dc491f9114
disposeInternal implementation for ol.Map
2012-10-10 20:24:18 +02:00
Tom Payne
936584ceaa
Use goog.array.map for browser compatability, thanks @AugustusKling
2012-10-10 13:49:01 +02:00
Tom Payne
ac8dd5db98
Fix sort problem identified by @tschaub in f8462460bf
2012-10-10 10:27:42 +02:00
Tim Schaub
f8462460bf
Two lessons learned
...
Telling the compiler that object keys are numeric causes more harm
than good (see === comparison that could never be met though the
compiler didn't catch it).
Never use goog functions without reading the source first. The
goog.array.sort method does nothing special sorting numeric strings
(so the zs array might be ['1', '10', '2'] here).
2012-10-09 23:31:38 -06:00
Tim Schaub
ce1b99cb56
Remove alt-z tiles when all tiles load at target z
...
The changes in a14a15159f made it so tiles
at alternate resolutions were not pruned when target tiles finished loading.
2012-10-09 22:56:37 -06:00
Tom Payne
8df0cfb9d9
Abstract out key conditions for interactions, fixes #51 , see also #54
2012-10-08 12:55:20 +02:00
Tim Schaub
a14a15159f
Simpler and more thorough tile pruning
...
The render method always generates a map of all tiles that should be drawn
(called tilesToDrawByZ). This includes tiles at alternate resolutions, tiles
still loading, and tiles previously rendered. At the end of the render
sequence we can simply remove all previously rendered tiles that aren't in
tilesToDrawByZ. This provides an alternate solution to the problem described
in #53 and more.
2012-10-08 00:41:21 -06:00
Tim Schaub
2c2d40a53c
Remove tiles outside rendered extent
...
To avoid having misplaced at alternate resolutions while zooming, all tiles
outside the rendered extent need to be removed from the dom (closes #53 ).
2012-10-07 23:47:47 -06:00
Tim Schaub
d6173a5aac
Removing unused code
2012-10-07 22:57:09 -06:00
Tom Payne
1880cca940
Merge pull request #41 from twpayne/exports-externs
...
Refactor exports and externs
2012-10-04 06:16:31 -07:00
Tom Payne
d5002872dd
Replace tabs with spaces
2012-10-04 15:12:50 +02:00
Tom Payne
9d253ab6bb
Refactor exports and externs
2012-10-04 15:11:26 +02:00
Tom Payne
d35df1d53b
More detailed texture upload logging
2012-10-04 11:38:21 +02:00
Tom Payne
21ab556d2f
Cope with layers being undefined
2012-10-04 11:38:21 +02:00
Tom Payne
21f8c8f3bd
Enable debugging in full screen example
2012-10-04 11:38:21 +02:00
Frédéric Junod
2b4a7e418e
Merge pull request #47 from fredj/protocol-relative
...
Use protocol-relative URL for Bing metadata.
2012-10-04 01:24:16 -07:00
Frederic Junod
c38889955c
Use protocol-relative URL for Bing metadata.
...
The [URI standard](http://tools.ietf.org/html/rfc3986#section-4.2 )
allows for URI without a scheme. Where http is used to load the app,
using a schemeless URL for the Bing metadata loads a script using http
- and the same goes for https.
2012-10-04 09:16:30 +02:00
Marc Jansen
bd4c7f83f6
Merge pull request #46 from marcjansen/master
...
Replace tabs with spaces.
2012-10-03 23:38:54 -07:00
Marc Jansen
07730d44d6
Replace tabs with spaces.
2012-10-04 08:34:29 +02:00
Tom Payne
a95e9b9c8b
Avoid unecessary style changes in attribution control
2012-10-03 18:51:33 +02:00
Tom Payne
d0a330c870
Use an em space to separate attributions
2012-10-03 17:59:44 +02:00
Frédéric Junod
73a93c4f48
Merge pull request #43 from fredj/interaction-traversal
...
Travese the interaction array in reverse order.
2012-10-03 08:58:13 -07:00
Frederic Junod
e700ed99be
Travese the interaction array in reverse order.
...
The interactions added via getInteractions().push(...) are evaluated
first.
2012-10-03 16:52:38 +02:00
Frédéric Junod
67770c439a
Merge pull request #39 from fredj/getinteraction
...
Remove interactions from MapProperty
2012-10-03 04:22:36 -07:00
Frederic Junod
488a8224c3
Remove interactions from MapProperty
2012-10-03 11:39:04 +02:00
Frédéric Junod
10708ccfea
Merge pull request #38 from fredj/overlay-example
...
Overlay example
2012-10-02 10:27:33 -07:00
Frederic Junod
3df18d2df8
Use existing local coordinate var
2012-10-02 11:26:44 +02:00
Frederic Junod
8a5e7c77c9
Don't set map at each click
2012-10-02 11:25:58 +02:00
tschaub
671c902d72
Creating the target directory for api docs
2012-10-01 16:35:38 -06:00
Tom Payne
c6a9044bee
Indent all HTML files with two spaces
2012-10-01 14:29:50 +02:00
Tom Payne
d894275cf5
Add content type to examples
2012-10-01 14:28:45 +02:00
Frédéric Junod
6b0669c834
Fix path to ol.css
2012-10-01 11:05:37 +03:00
Tom Payne
5e8747d37c
Add missing require
2012-09-30 18:28:27 +02:00
Tom Payne
5a51087526
Re-order declarations for clarity, thanks @elemoine
2012-09-30 15:18:16 +02:00
Tom Payne
64d0954b69
Remove Type suffix in auto-generated namespaces, thanks @elemoine
2012-09-30 15:10:15 +02:00
Tim Schaub
c120c03fb1
Properly maintain offset and origin while rotating
...
This brings equivalent behavior when rotating in both renderers. Previously, offsets were maintained with style top/left. Now a single transform handles the translation and rotation. The scale3d function removes the separation between tiles. The next step for the DOM renderer is to scale in this same transform.
2012-09-29 17:55:28 -06:00
Tim Schaub
0e27f31785
Avoid undefined rotation
2012-09-29 17:47:44 -06:00
ahocevar
69859b415b
More MapBrowserEvent improvements
...
Now we use the browser's native dblclick event on pointer
devices, and we fire dragstart and dragend only if we're really
dragging, and not on mousedown/touchstart and mouseup/touchend.
2012-09-29 18:54:29 +02:00
ahocevar
877971185f
MapBrowserEvent simplifications and improvements
...
We don't register two listeners for mouseup and touchend any
more. And instead of using the native click event on touch
devices, we react on touchend, to make clicking more responsive.
On pointer devices, the underlying native event of a dblclick
event is now a click event.
2012-09-29 16:51:08 +02:00
ahocevar
6267100871
Move customizations out of arrow_box CSS
2012-09-29 16:48:22 +02:00
Tom Payne
ef1d05fe86
Ensure target is deleted when compile fails
2012-09-29 16:04:13 +02:00
Tom Payne
3ed65c0d98
Correct clean target
2012-09-29 16:00:47 +02:00
Tom Payne
24771c73a0
Export layer options type
2012-09-29 15:36:17 +02:00
Tom Payne
f9b791b2f5
Correct generation of externs for nested namespaces
2012-09-29 15:35:25 +02:00
Tom Payne
8387f74a7b
Generate exports automatically from src/ol/exports.txt
2012-09-29 15:17:40 +02:00
Tom Payne
c7c93ce099
Consistent nomenclature
2012-09-29 14:42:12 +02:00
Tom Payne
1a5375fa51
Move target container in to map options
2012-09-29 13:58:15 +02:00
Éric Lemoine
936a769869
Fix typo in ShiftDragZoom (caught by @ahocevar)
2012-09-29 13:47:00 +02:00
Tom Payne
4e5765f42f
Add missing dependencies to examples/%.combined.js target
2012-09-29 13:41:23 +02:00
Tom Payne
1ec4ac7d63
Add build-examples to precommit target
2012-09-29 13:41:23 +02:00
Tom Payne
0f9578a694
Add build-examples target
2012-09-29 13:41:22 +02:00
Tom Payne
78317cdc5d
Change order of precommit steps
2012-09-29 13:21:58 +02:00
Tom Payne
7cff23cf63
Remove stale .gitignore entry
2012-09-29 13:20:22 +02:00
Tom Payne
83a3306bb7
Only rebuild doc when source changes
2012-09-29 12:33:01 +02:00
Tom Payne
2341e8cd8f
Add simple full screen example
2012-09-29 12:33:01 +02:00
Tom Payne
ea95ca4918
Rename full screen example to overlay and popup
2012-09-29 12:33:01 +02:00
Tom Payne
145312b273
Sort specs
2012-09-29 12:33:01 +02:00
Tom Payne
9494321c91
Use a Python script to generate requireall.js
...
This is needed to work around platform variations in the sort command.
2012-09-29 12:31:31 +02:00
Tom Payne
71e42b2448
Refactor build system
...
This rather large commit refactors the build system to solve a number of
problems:
- Object literal types are now declared in just one place
- There are no more circular dependencies
- There is no need for concealed subclasses in build-standalone mode
When building in standalone mode, you need to include the source in
build/src/external. This declares object literal types as externs so
that their properties are not renamed.
When building with the application, you need to include the source in
build/src/internal. This declares object literal types as typedefs so
that their properties can be renamed and removed.
Note also that ol.MapOptions has been merged into ol.Map, with some
renaming.
2012-09-29 11:51:53 +02:00
Tom Payne
012b8a584a
Add serve-precommit target for Travis
2012-09-29 11:51:53 +02:00
Tom Payne
68209bc5ac
Remove stray ignore
2012-09-29 11:51:53 +02:00
ahocevar
2b53481932
Making Vienna's location more accurate
2012-09-29 09:54:34 +02:00
Tim Schaub
67bc677ecb
Stick with radians
2012-09-29 01:37:54 +02:00
Tim Schaub
50bf2f015c
Getting rid of lines between rotated tiles
...
Applying the scale3d trick just to get rid of small pixel gap between rotated tiles. This will be reworked soon with additional use of transforms.
2012-09-29 01:33:50 +02:00
Tim Schaub
bc5cd13855
Tiny bit of style
2012-09-29 01:17:46 +02:00
Tim Schaub
c24e520961
Non-functioning example
...
When loading this example in compiled mode, the page displays the following:
ol3 proj4js demo
[object Object][object Object]
With `mode=RAW`, it does display some numbers, but I think we could better explain this functionality with a different sort of tutorial/example.
2012-09-29 01:12:40 +02:00
Tim Schaub
71547c6e48
Examples don't load without make serve
2012-09-29 00:47:42 +02:00
Tom Payne
b6c06f4760
Generate externs and typedefs
2012-09-28 21:55:48 +02:00
Tom Payne
e36169c936
Ignore all errors in when testing for WebGL
2012-09-28 21:36:03 +02:00
Tom Payne
2713addb33
More accurate WebGL support test, see issue #31
2012-09-28 20:05:14 +02:00
ahocevar
dcc3fdde96
Fixing popup in example
2012-09-28 19:19:46 +02:00
Tom Payne
3eebed4580
Add drag box in shift drag zoom control
2012-09-28 17:24:17 +02:00
Tom Payne
62dc6a1b45
Port @ahocevar's drag box control to the new control architecture
2012-09-28 17:24:17 +02:00
ahocevar
467fef8875
Updating readme
...
File urls work fine now, so using a HTTP server has become
optional.
2012-09-28 17:07:33 +02:00
ahocevar
163737d3de
Adding popup to full-screen example
2012-09-28 16:47:55 +02:00
ahocevar
6b395cafb5
Stop click event, as previously promised
...
This should have gone in with 3910318f1b .
2012-09-28 16:47:54 +02:00
Éric Lemoine
9d8155cf9f
Move git-update-ghpages from tools to bin
2012-09-28 16:31:45 +02:00
Éric Lemoine
6cf964b3ae
Remove old build files
2012-09-28 16:30:06 +02:00
Éric Lemoine
3aabf117bc
CONTRIBUTING.md now mentions the precommit target
2012-09-28 16:23:51 +02:00
Éric Lemoine
82406886a2
Add a CONTRIBUTING.md file
2012-09-28 16:19:07 +02:00
Tom Payne
3e824fc683
Avoid running build twice
2012-09-28 15:52:16 +02:00
Éric Lemoine
8fd77ef330
ol.MapExport takes maxResolution and friends into account
2012-09-28 15:32:00 +02:00
Éric Lemoine
91d582e76e
export ol.Projection.transformWithCodes
2012-09-28 15:29:12 +02:00
Éric Lemoine
7a296a273b
Export the ol.overlay.Overlay symbol
2012-09-28 15:21:23 +02:00
Tom Payne
7bcb5886ad
Use CSS rule to separate attributions
2012-09-28 14:57:54 +02:00
Tom Payne
ed67bdc489
Make attribution control less ugly
2012-09-28 14:53:45 +02:00
Tom Payne
1be9e97489
Add attribution control by default
2012-09-28 14:53:45 +02:00
ahocevar
82058412a1
Bringing label markup back
...
Also with a bit of css, we can make the label invisible before
it gets added as overlay to the map.
2012-09-28 14:44:36 +02:00
ahocevar
b233b8e1a5
Making sure that position:absolute is set
...
Positioning of overlays is only possible when position:absolute
is set on the element. So we set it programmatically now.
2012-09-28 14:44:35 +02:00
Tom Payne
acb411ef43
Use consistent naming for CSS classes
2012-09-28 14:32:41 +02:00
Tom Payne
a26f796577
Prettify CSS
2012-09-28 14:32:41 +02:00
Tom Payne
7bdb86b10e
Remove unused CSS classes
2012-09-28 14:32:40 +02:00
Éric Lemoine
9af392e217
Change loader.js usage example
2012-09-28 14:25:21 +02:00
Éric Lemoine
f60af3910f
Explain how to add examples in readme.md
2012-09-28 14:21:16 +02:00
Tom Payne
da5ad0bf20
Minify CSS with Closure Stylesheets
...
See https://code.google.com/p/closure-stylesheets/
2012-09-28 14:16:25 +02:00
Éric Lemoine
5615eabf66
Update readme.md
2012-09-28 14:02:57 +02:00
Éric Lemoine
896f5203db
Change examples directory names to "examples"
2012-09-28 14:01:51 +02:00
Éric Lemoine
310d5bfeaa
The serve target needs demos as its source
2012-09-28 13:54:51 +02:00
Éric Lemoine
11915549a3
Make make lint ignore demos/*.combined.js file
2012-09-28 13:52:55 +02:00
Tom Payne
31411ae33f
Remove unused style
2012-09-28 13:48:20 +02:00
Tom Payne
a341df3b41
Fix not-up-to-date transform bug in mouse position control
2012-09-28 13:48:20 +02:00
Tom Payne
0bf17f64f7
Initialize controls after map has been configured
2012-09-28 13:48:20 +02:00
Éric Lemoine
e3cef24f5f
Change examples/demos structure
2012-09-28 13:33:05 +02:00
ahocevar
3910318f1b
Merge pull request #30 from openlayers/overlay
...
Introducing ol.overlay.Overlay and an overlayContainer. r=@twpayne
2012-09-28 04:05:21 -07:00
ahocevar
3d62b67172
Introducing ol.overlay.Overlay and an overlayContainer
...
ol.overlay.Overlay can be used to bind DOM elements to a
coordinate on the map. It has positioning options to support
e.g. popups or image markers that have an anchor at the bottom
and an unknown size.
The overlayContainer stops propagation on mousedown and
touchstart events, so clicks and gestures on overlays don't
trigger any MapBrowserEvent. To make this work reliably, we now
only fire dblclick in mapbrowserevent.js when there was a
previous mousedown or touchstart. The default container for
controls is now the overlayContainer.
2012-09-28 13:01:56 +02:00
Tom Payne
a46e251eb2
Update demos to use new controls system
2012-09-28 12:53:44 +02:00
Tom Payne
e2e983728e
Add controls to map
2012-09-28 12:52:54 +02:00
Tom Payne
e7eccb302d
Cope with map being null
2012-09-28 12:51:10 +02:00
Tom Payne
74f87995c8
Build doc in build/gh-pages directory
2012-09-28 12:25:06 +02:00
Tim Schaub
ff19ab0a28
Call event.getPixel() to get the map pixel offset
...
The new getPixel method should be used instead of checking offsetX/Y on the browser event.
2012-09-28 12:19:32 +02:00
Tim Schaub
eb29e6a43c
Using null instead of null or object or undefined
2012-09-28 12:08:21 +02:00
Tim Schaub
3e34013c09
Separating out method to get pixel offset
2012-09-28 12:08:21 +02:00
Éric Lemoine
158e4b1356
Add a readme file to the tools dir
2012-09-28 11:30:32 +02:00
Éric Lemoine
e93bb6a39b
Add a gh-pages target to Makefile
2012-09-28 11:26:00 +02:00
Éric Lemoine
a347454aa3
JSDoc output goes to build/<branch_name>/apidoc
2012-09-28 11:26:00 +02:00
Éric Lemoine
e27d0d9dc1
Add a tool to create/update the gh-pages branche
2012-09-28 11:26:00 +02:00
Tim Schaub
6ed27779cc
Rotation support for the dom renderer
...
Thanks @fredj for the inspiration. This gives us initial rotation support. It exposes some issues in the interactions that I'll address separately. Closes #22 .
2012-09-28 10:53:36 +02:00
Éric Lemoine
ab403bf71d
Merge pull request #29 from openlayers/travis2
...
Make Travis also build the doc
2012-09-28 00:07:54 -07:00
Tom Payne
e3c3c13ac2
Use goog.vec.Mat4.rotateZ
2012-09-27 18:21:33 +02:00
Tom Payne
8dc57d5148
Add ol.ASSUME_TOUCH @define
2012-09-27 18:21:21 +02:00
Tom Payne
7415a11c63
More responsive zoom buttons on touch devices thanks to @ahocevar
2012-09-27 18:07:17 +02:00
Éric Lemoine
a0f747379b
Make Travis also build the doc
2012-09-27 18:01:31 +02:00
Éric Lemoine
676a95efd8
Merge remote-tracking branch 'upstream/master'
2012-09-27 17:57:44 +02:00
Éric Lemoine
d99a0c164e
Make functions @protected or @private
...
This also makes jsdoc3 happy along the way.
2012-09-27 17:56:29 +02:00
Tom Payne
0faab71e3f
Implement new control architecture
2012-09-27 17:54:20 +02:00
Tom Payne
65b4041aa3
Remove ol.control.DragBox temporarily
2012-09-27 17:54:20 +02:00
Tom Payne
fc81c0403e
Use new Bing Maps API key
2012-09-27 17:54:20 +02:00
Tim Schaub
981a40a994
Remove tiles that are still loading at alt z
...
When zooming to a new zoom level, we can immediately remove tiles from the previous level. This (strongly) suggests not adding images to the container until they have actually loaded.
2012-09-27 17:46:23 +02:00
ahocevar
9536ba8e14
Common place to store browser features
...
The ol.BrowserFeature object is supposed to provide all detected browser features in a central place.
2012-09-27 17:09:19 +02:00
Tom Payne
fd411eb9ab
Don't create controls in interactions
2012-09-27 16:34:39 +02:00
Tim Schaub
b8a69f0777
Adjusting layers pane only when necessary
...
We only want to adjust things that have to do with rendering (like the position of the layers panel) when actually rendering. The handleXChange methods may be called more times than we can actually render, so we never want to do anything that touches the DOM there. Instead, we have to keep track of the state at previous render and adjust the layers panel (or other) based on changes only when rendering.
2012-09-27 16:09:04 +02:00
Tim Schaub
d4d04eface
Less whitespace by default.
2012-09-27 16:09:03 +02:00
Tim Schaub
9f9729656b
Todos done.
2012-09-27 16:09:03 +02:00
Éric Lemoine
a3d888a57b
Add FIXME to MapOptions
2012-09-27 15:59:30 +02:00
Éric Lemoine
0535a31bc6
Add zoomDelta option to MapOptions
2012-09-27 15:48:04 +02:00
Éric Lemoine
4f116c2e5b
Fix default value of numZoomLevels
2012-09-27 15:46:45 +02:00
Éric Lemoine
b8356f5e2e
Fix bad copy and paste in mapoptions tests
2012-09-27 15:40:58 +02:00
Éric Lemoine
d2f9ebae41
Add mouseWheelZoomDelta option to MapOptions
2012-09-27 15:16:14 +02:00
Éric Lemoine
dd425ff922
Export new map options
2012-09-27 14:10:05 +02:00
Tom Payne
7dbc70bcac
Don't try to be too clever with size changes
2012-09-27 14:05:19 +02:00
Tom Payne
7625607fd1
Only resize canvas when renderering
2012-09-27 14:05:19 +02:00
Tom Payne
ac0e02039c
s/POST_RENDER/POSTRENDER/
2012-09-27 14:05:19 +02:00
Éric Lemoine
d61a117787
Remove CenterConstraint entirely
2012-09-27 13:44:24 +02:00
Éric Lemoine
bd0f3d2015
Zoom control does not know about the constraints
2012-09-27 13:42:30 +02:00
Éric Lemoine
87189293b5
Make the resolution constraint configurable through map options
2012-09-27 13:36:57 +02:00
Tom Payne
1f55d139b2
Remove stray script element
2012-09-27 13:00:52 +02:00
Tom Payne
65b8e0f915
Use object literals and use generic tile layer
2012-09-27 12:45:00 +02:00
Tom Payne
5ddbf17c8d
Run lint on specs
2012-09-27 12:42:13 +02:00
Tom Payne
b7def4c8c4
Clean up some lint problems in specs
2012-09-27 12:42:13 +02:00
Tom Payne
c908e88dce
Fix overly-aggressive clean step
2012-09-27 12:42:13 +02:00
ahocevar
26e3179b2e
Making linter and Travis happy
2012-09-27 12:18:05 +02:00
ahocevar
caaec7c366
Use the map's zoom method instead of our own
...
This also allows us to get rid of the resolutions constraint and configuration.
2012-09-27 12:05:53 +02:00
Éric Lemoine
f78cad0d77
Merge pull request #27 from elemoine/constraints
...
Refactoring to make constraints work at the map level
2012-09-27 01:42:45 -07:00
ahocevar
1b18dbedb7
Dispatch MapBrowserEvent before interactions get it
...
By doing so, application event handlers can preventDefault on the event, and interactions won't get the event any more. This means that interactions are default behavior that can be prevented by application event handlers.
2012-09-27 09:54:16 +02:00
Éric Lemoine
cf20fd3e49
Replace map.zoomIn and map.zoomOut by map.zoom(delta)
2012-09-27 09:37:19 +02:00
Tom Payne
d3b9af30d0
Don't modify return type of method
2012-09-27 09:36:55 +02:00
Tom Payne
96bd703271
s/tilesource/source/
2012-09-27 09:36:55 +02:00
Tom Payne
50334b7971
s/ol.TileLayer/ol.layer.TileLayer/
2012-09-27 09:36:55 +02:00
Tom Payne
ccf8eb3c97
Don't pass viewport size monitor to ol.Map constructor
2012-09-27 09:36:55 +02:00
Tom Payne
8ffdaad5f5
Only re-run lint when source files have changed
2012-09-27 09:36:55 +02:00
Tom Payne
9c798f410e
Work around circular dependency bug
2012-09-27 09:36:55 +02:00
Éric Lemoine
25e00e5d74
Add FIXME to control/zoom.js
2012-09-27 00:10:54 +02:00
Éric Lemoine
79166dc1d6
Constraint objects moved to ol namespace from ol.interaction namespace
2012-09-27 00:10:54 +02:00
Éric Lemoine
b6bb05bf76
Refactoring to set the constraints to the map
2012-09-27 00:09:29 +02:00
ahocevar
2991fa1178
Adding important comment
2012-09-26 22:39:21 +02:00
Tom Payne
04325ee3fd
Remove unnecessary require, thanks @fredj
2012-09-26 19:46:13 +02:00
Tom Payne
290d03e76f
s/store/source/
2012-09-26 19:43:23 +02:00
Tom Payne
228e5a8dbf
Move requires to end of the file to ensure tests run even if goog.require fails
2012-09-26 19:40:16 +02:00
ahocevar
d6f6b828f1
preventDefault on mousedown
...
This is needed to avoid native image dragging.
2012-09-26 18:48:57 +02:00
ahocevar
303960731c
CSS for previous commit
2012-09-26 18:33:07 +02:00
Tom Payne
ea81ce33dd
Add consistent API demo
2012-09-26 18:28:06 +02:00
Tom Payne
546f1f4b9f
Add initial exports and externs
2012-09-26 18:28:06 +02:00
Tom Payne
3b11398f35
Remove unnecessary precision
2012-09-26 18:28:05 +02:00
Tom Payne
a578dd6786
Remove unnecessary parentheses
2012-09-26 18:28:05 +02:00
ahocevar
e390ff80ea
Adding zoom control
2012-09-26 18:27:45 +02:00
ahocevar
47c343ce4f
We can rely on the click event
...
No need to use the mousedown/touchstart event here, because the click event gives us both clientX/clientY and button on touch devices.
2012-09-26 18:27:12 +02:00
ahocevar
4257f5c7c6
Removing unneeded preventDefault calls
2012-09-26 18:26:11 +02:00
ahocevar
c7a32b33da
Fixing indentation
2012-09-26 15:11:47 +02:00
ahocevar
78c380c9a5
Type cast to make the compiler happy
2012-09-26 15:05:52 +02:00
ahocevar
fa16adec02
Making more use of Closure
2012-09-26 14:38:29 +02:00
Tim Schaub
3510c37e43
Handle map size changes in the renderer
2012-09-26 14:10:16 +02:00
Tim Schaub
5b36cf1312
Only adjust tile when necessary
2012-09-26 13:12:36 +02:00
ahocevar
bdd8a75123
Remove the box also if we don't zoom
2012-09-26 13:03:41 +02:00
Tom Payne
e7063953d7
Don't create a class for map options
2012-09-26 12:54:53 +02:00
Tom Payne
013e6c6320
Use zoom option
2012-09-26 12:54:53 +02:00
Tom Payne
b73b2d12c4
Replace ol.createMap with friendlier ol.Map constructor
2012-09-26 12:54:53 +02:00
ahocevar
3bd204fb6a
DragBox control provides visual shiftdragzoom feedback
...
Adding a new DragBox control and using it in the shiftdragzoom interaction to provide visual feedback of the zoom box. The control is nicely separated from the interaction - it only draws the box and does not perform any action.
2012-09-26 12:50:14 +02:00
Tim Schaub
24edce24f1
Add alternate tiles under tiles at target z
...
When zooming or panning, if we have tiles at alternate resolutions, those tiles are inserted in the DOM before the tiles at the target resolution. This means you should see blurry tiles instead of whitespace when panning (assuming you've already zoomed in a bit).
2012-09-26 12:18:11 +02:00
Tom Payne
9f1743cb4d
Remove unused @export tags
2012-09-26 11:28:26 +02:00
Tom Payne
5db8724b9c
Use consistent whitespace in Makefile
2012-09-26 11:19:14 +02:00
Tom Payne
0eeae68ee9
Don't build demos with simple optimizations
2012-09-26 11:19:14 +02:00
Éric Lemoine
7a6acb670f
Update readme.md
2012-09-26 12:17:01 +03:00
Tim Schaub
48c4cbc1e5
Correcting comment typos
2012-09-26 11:11:51 +02:00
Tim Schaub
8e38ab0fdc
Lint free.
2012-09-26 10:58:17 +02:00
Tim Schaub
3479e20b0a
Merge branch 'alt-tiles'
2012-09-26 10:55:25 +02:00
Tim Schaub
7f58d1a8c6
Proper handling of out-of-range and alt-z tiles
...
Tile pruning code separated into to methods for clarity. Alt-z tiles are only removed when all current-z tiles have loaded. Thanks @elemoine for the excellent debugging session.
2012-09-26 10:52:17 +02:00
Tom Payne
68f8f3d5b1
Use new extra compiler checks
2012-09-26 00:04:28 +02:00
Tim Schaub
299173194c
First pass at alt-tile rendering for dom renderer
2012-09-25 20:06:20 +02:00
Tom Payne
a32460945d
Use Plovr built on 2012-09-25
2012-09-25 19:51:56 +02:00
ahocevar
86336b42e6
Ignoring index.html instead of debug.html
2012-09-25 19:47:26 +02:00
ahocevar
36a8dd81ee
Missing change from previous commit
...
This should have gone in with ef383ee7b6 .
2012-09-25 19:35:12 +02:00
ahocevar
3c099a96b7
No longer tap-selecting elements on touch devices
...
This finalizes the effort to improve map browser event handling.
2012-09-25 19:32:08 +02:00
ahocevar
ef383ee7b6
Examples using a script loader
...
This makes it possible to run examples hosted on hosts other than localhost. To get that version by default, debug.html has been renamed to index.html.
2012-09-25 19:06:29 +02:00
Éric Lemoine
c696356586
Update readme.md
2012-09-25 19:31:26 +03:00
ahocevar
5a97655983
Optimizing touch device handling
...
The native event of the touchstart/mousedown event needs to be cloned; change includes some compiler optimizations.
2012-09-25 18:30:23 +02:00
ahocevar
ce977e5364
Map browser event handling for touch devices
...
By handling click, dblckick and drag sequences in MapBrowserEvent, we can overcome closure issues with touch events. In particular, these issues were double drag events (from mousemove and touchmove) and a missing dblclick event on touch devices.
2012-09-25 17:28:01 +02:00
ahocevar
b151304630
Prevent default on mousedown and touchstart for all renderers
...
By doing this on the map renderer, we do not need to duplicate code for the webgl and dom renderers.
2012-09-25 17:28:01 +02:00
Éric Lemoine
019bc09cea
Update readme.md
2012-09-25 16:41:54 +02:00
Éric Lemoine
745c906846
Run Travis builds for any branch
2012-09-25 16:23:42 +02:00
Éric Lemoine
95d2cac09f
Add Travis config file
2012-09-25 16:07:07 +02:00
Éric Lemoine
4a6b13ed39
Add a download plovr target to Makefile
2012-09-25 16:06:37 +02:00
Éric Lemoine
0130915f00
Makefile - clean target adjustments
2012-09-25 15:38:09 +02:00
Éric Lemoine
e3de55e7cb
Makefile - serve target needs build/ol-all.js as a source
2012-09-25 15:37:13 +02:00
Tom Payne
8369924511
Remove debug code
2012-09-25 14:00:19 +02:00
Tom Payne
06ea619989
Avoid re-rendering framebuffer in simple cases
2012-09-25 13:54:15 +02:00
Tom Payne
1bb2c3c451
Enable debugging in full screen demo
2012-09-25 13:54:15 +02:00
Éric Lemoine
629687586f
Simplify and clean up the test page
2012-09-25 13:53:11 +02:00
Tom Payne
f2cd64f66f
Add precommit target
2012-09-25 12:25:14 +02:00
Tom Payne
c2e08861e5
Correct order of transformations
2012-09-25 12:23:11 +02:00
Tom Payne
88fd7729e2
Add missing dependency
2012-09-25 12:18:49 +02:00
Tim Schaub
900eead7c6
Correct type for imagesToLoad. Add note about shorter path.
2012-09-25 12:08:02 +02:00
Éric Lemoine
b4416e71c4
better nosier command
2012-09-25 12:04:57 +02:00
Éric Lemoine
3e01ca97c3
remove the jsunit tests
2012-09-25 12:03:36 +02:00
Éric Lemoine
89f7e44478
Jasmine tests for ol.Collection
2012-09-25 12:02:28 +02:00
Tom Payne
c956ab3482
Relax unit tests as PhantomJS generates the wrong result on Mac OS X
2012-09-25 11:32:31 +02:00
Tom Payne
ae34e8d261
Add full screen demo
2012-09-25 10:59:38 +02:00
Éric Lemoine
116531c275
fix typo in an ol.Rectangle test
2012-09-25 10:42:07 +02:00
Éric Lemoine
db904dae5c
Jasmine tests for ol.Rectangle
2012-09-25 10:42:07 +02:00
Tom Payne
b435ccc026
Satisfy gjslint
2012-09-25 10:26:10 +02:00
Éric Lemoine
589c2a8505
Jasmine tests for ol.TileRange
2012-09-25 10:22:36 +02:00
Éric Lemoine
b249b0aaa9
Jasmine tests for ol.tilestore.XYZ
2012-09-25 10:13:41 +02:00
Éric Lemoine
56e48911bf
Jasmine tests for ol.TileGrid
2012-09-25 10:03:27 +02:00
ahocevar
6b8e14c623
Don't trigger extra drag events on touch devices.
2012-09-25 08:30:57 +02:00
Éric Lemoine
27d3a88413
add FIXMEs for test runner
2012-09-25 00:47:02 +02:00
Éric Lemoine
1f0d53342a
Jasmine tests for ol.array
2012-09-25 00:29:23 +02:00
Éric Lemoine
f0ff1faa73
fix ol.Extent tests
2012-09-25 00:18:25 +02:00
Éric Lemoine
6fab51bde0
Jasmine tests for ol.Extent
2012-09-25 00:13:28 +02:00
Tom Payne
424dbd7582
Remove problematic (and unused) clone methods, move contains out of ol.Rectangle
2012-09-25 00:04:45 +02:00
Tom Payne
c43e04ea77
Refactor to support stricter new compiler
2012-09-25 00:03:53 +02:00
Tom Payne
2d7a21eaa0
More gjslint fixes
2012-09-25 00:03:53 +02:00
Éric Lemoine
92f0711404
Jasmine tests for ol.interaction.ResolutionConstraint
2012-09-25 00:02:22 +02:00
Éric Lemoine
94f2f85195
Jasmine tests for ol.TileUrlFunction
2012-09-24 23:39:50 +02:00
Éric Lemoine
30dfbfb8b7
mention nosier in test/readme.md
2012-09-24 23:31:57 +02:00
Éric Lemoine
ec9382e760
Jasmine tests for ol.Projection
2012-09-24 23:26:49 +02:00
Éric Lemoine
c2901dec73
Jasmine tests for ol.TileCoord
2012-09-24 22:56:40 +02:00
Éric Lemoine
2aac0140c1
add a test target to Makefile
2012-09-24 22:34:09 +02:00
Éric Lemoine
fbaefeea7c
give the test dir a specific readme file
2012-09-24 22:34:09 +02:00
Éric Lemoine
1f457fc919
add ConsoleReporter to Jasmine Env (for headless testing)
2012-09-24 22:34:09 +02:00
Éric Lemoine
92dca8584c
add phantom-jasmine
2012-09-24 22:34:08 +02:00
Éric Lemoine
5d88994a9a
remove test/api.html
2012-09-24 22:34:08 +02:00
Tom Payne
8394147df1
Satisfy gjslint
2012-09-24 21:25:29 +02:00
Tom Payne
bd5ef6b361
Make path to jsdoc configurable
2012-09-24 18:30:32 +02:00
Tom Payne
b7020750ac
Add initial exports
2012-09-24 18:25:19 +02:00
Tom Payne
d7c6ce19a9
Rename build/ol-compiled.js to build/ol.js
2012-09-24 18:25:19 +02:00
Tom Payne
6006d43656
Remove ol.Rectangle.clone
2012-09-24 18:25:19 +02:00
Tim Schaub
5eb5715530
More longname display.
2012-09-24 18:23:19 +02:00
Tim Schaub
2b307ef6a9
Replace opt_ prefix with (Optional) in description.
2012-09-24 18:23:19 +02:00
Tim Schaub
b73ffbdc7c
Hide source tags (until we get the full path).
2012-09-24 18:23:19 +02:00
Tim Schaub
f2c05bdf0f
Remove "arguments" column from params table.
2012-09-24 18:23:19 +02:00
Tim Schaub
99e58cb8e0
Stylesheet to hide protected members.
...
Source tags are also hidden here as they only provide the file name and not the complete path. This should be fixed in JSDoc 3.
2012-09-24 18:23:19 +02:00
Éric Lemoine
4b015f9962
add Jasmine tests for ol.Object
2012-09-24 18:15:30 +02:00
Éric Lemoine
baeddfac12
remove the old tests
2012-09-24 18:12:51 +02:00
ahocevar
002e23cb74
Satisfy latest Closure library/tools.
2012-09-24 17:59:34 +02:00
Tim Schaub
2add7288e5
Doc target for building with JSDoc 3.
...
This assumes jsdoc is on the path.
2012-09-24 17:25:33 +02:00
Tim Schaub
d51cd1c395
Interaction in ol.interaction namespace.
2012-09-24 17:18:21 +02:00
Tim Schaub
ed754fbfdf
Control in the ol.control namespace.
2012-09-24 17:15:30 +02:00
Tim Schaub
1f9e2aa3c4
Move Layer into ol.layer namespace.
2012-09-24 17:08:36 +02:00
Tim Schaub
57d75ace5d
Adding a JSDoc 3 template.
2012-09-24 16:59:27 +02:00
Tim Schaub
c3a41c967e
Removing file overviews for now.
2012-09-24 16:58:55 +02:00
Tom Payne
d7f12debb0
Expect to find proj4js-combined.js in build directory
2012-09-24 14:40:50 +02:00
Tom Payne
bb6f4e2ea1
Remove webgl-debug.js for now
2012-09-24 14:40:50 +02:00
Tom Payne
048d19e73a
Clean up whitespace
2012-09-24 14:37:27 +02:00
Tom Payne
a416d1f601
s/TileBounds/TileRange/
2012-09-24 14:33:24 +02:00
Tom Payne
f8c31ba45c
s/ol3/ol/
2012-09-24 14:21:41 +02:00
Tom Payne
6737220b83
Remove ol namespace
2012-09-24 14:07:11 +02:00
Tom Payne
6e427a49ab
Use @inheritDoc instead of @override
2012-09-21 14:33:35 +02:00
Tom Payne
5f0c90cf7e
Add minimal comments to satisfy jsdoc3.
2012-09-21 10:08:29 +02:00
Tom Payne
397ebca228
Wrap compiled API in anonymous function
2012-09-20 13:04:51 +02:00
Tom Payne
5c76291b74
Remove move dead code
2012-09-19 17:04:12 +02:00
Tom Payne
4141393423
Warn when debugger statement is used
2012-09-19 15:51:50 +02:00
Tom Payne
181a574126
Enable more compiler checks
2012-09-19 15:51:29 +02:00
Tom Payne
353727e77d
Enable more aggressive compiler variable renaming
2012-09-18 17:54:56 +02:00
Tom Payne
4a8ae08c1c
Merge pull request #24 from openlayers/exp
2012-09-13 15:43:42 +02:00
Tom Payne
c61fd1dccf
Merge pull request #20 from openlayers/exp-reorganization
...
Exp reorganization
2012-09-13 06:40:53 -07:00
Tom Payne
77b6f59178
Improve file layout, thanks @elemoine
2012-09-13 15:39:54 +02:00
Tom Payne
0edb8dc502
Merge pull request #23 from openlayers/remove-openlayers2
...
Remove OpenLayers 2, as discussed with @ahocevar, @elemoine and @tschaub
2012-08-30 13:22:47 -07:00
Tom Payne
b643cd2fef
Merge branch 'exp'
2012-08-30 17:05:32 +02:00
Tom Payne
c848d48e3f
Move ol3.layer.* into their own directory
2012-08-30 16:48:00 +02:00
Tom Payne
23ee8b73bd
Make directory structure better match class hierarchy
2012-08-30 16:48:00 +02:00
Tom Payne
638504f750
Reorganize renderers
2012-08-30 16:47:59 +02:00
Tom Payne
903352989d
Remove entries from .gitignore
2012-08-30 15:17:24 +02:00
Tom Payne
8ab2e5dfd2
Remove attic
2012-08-30 15:14:59 +02:00
Tom Payne
211f93248c
Store webgl-debug.js in build
2012-08-30 15:14:59 +02:00
Tom Payne
6c0b719aef
Remove OpenLayers 2, as discussed with @ahocevar, @elemoine and @tschaub
2012-08-30 15:00:23 +02:00
Tom Payne
4aff22e980
ol3 is now internal, ol is now external
...
As discussed with @ahocevar, @elemoine and @tschaub.
2012-08-29 20:46:42 +02:00
Éric Lemoine
1eddf91996
Merge pull request #19 from elemoine/getcoordinate
...
MapBrowserEvent.getCoordinate may return wrong coords
2012-08-27 03:44:15 -07:00
Éric Lemoine
cb6c73d99f
MapBrowserEvent.getCoordinate may return wrong coords
2012-08-27 11:51:39 +02:00
Éric Lemoine
5998c0a48a
Merge pull request #18 from elemoine/domrenderer
...
DOM renderer changes
2012-08-22 01:34:22 -07:00
Éric Lemoine
d0ffc6186d
remove FIXMEs
2012-08-22 10:33:30 +02:00
Éric Lemoine
e0a6f3aeeb
remove ol.TWO_LAYERS_DEMO_ENABLE_DOM from two-layers example
2012-08-21 21:24:12 +02:00
Éric Lemoine
3afe799cf3
dom.LayerRenderer.handleLayerLoad addition
2012-08-21 21:23:45 +02:00
Tom Payne
7a720d2c90
Configure more detailed logging by default in side-by-side demo
2012-08-21 18:34:03 +02:00
Tom Payne
5d75d42966
Log animation and rendering related actions
2012-08-21 18:33:35 +02:00
Tom Payne
6edc051548
Give each ol.Map instance its own logger
2012-08-21 18:33:02 +02:00
Tom Payne
f92d975921
Give each instance its own logger, instead of using a per-class logger
2012-08-21 18:32:22 +02:00
Tom Payne
eae8860072
Correct some jsdoc comments
2012-08-21 18:01:02 +02:00
Tom Payne
9fccf439da
Don't bother freeing resources when context is lost
2012-08-21 18:00:44 +02:00
Tom Payne
0be2fb6e75
Defer texture loads until post render
2012-08-21 18:00:27 +02:00
Tom Payne
f02a0d0471
Fix ol.webgl.MapRenderer.prototype.isImageTextureLoaded
2012-08-21 17:56:57 +02:00
Tom Payne
bc22fd9ae4
Add ol.Map.prototype.isAnimating
2012-08-21 17:56:38 +02:00
Tom Payne
1d5cdcb0ac
Add Stamen maps support
2012-08-21 15:30:49 +02:00
Tom Payne
7c77b6a88b
Respect extent when requesting TileJSON tiles
2012-08-21 15:30:48 +02:00
Éric Lemoine
36b8cb7845
Merge pull request #17 from elemoine/layout
...
change map HTML layout
2012-08-21 03:09:43 -07:00
Éric Lemoine
95a2b3845c
map renderer should call map.render instead of this.render
2012-08-21 06:55:57 +02:00
Éric Lemoine
042893a817
enable DOM in two-layers example
2012-08-21 06:55:21 +02:00
Éric Lemoine
0fd6629459
map renderer should not render if map is not defined
2012-08-21 06:54:42 +02:00
Éric Lemoine
83994081b5
mouseposition listens to mousemove and mouseout on map viewport
2012-08-20 21:51:23 +02:00
Éric Lemoine
d0572c081e
webgl canvas element does not need overflow:hidden
2012-08-20 21:50:24 +02:00
Éric Lemoine
21ae6d1be3
DOM map renderer no longer need a viewport
2012-08-20 21:49:40 +02:00
Éric Lemoine
a610413811
map renderer target is now map renderer container
2012-08-20 21:48:30 +02:00
Éric Lemoine
a9706cd84b
Map.handleViewportResize renamed handleBrowserWindowResize
2012-08-20 21:44:57 +02:00
Éric Lemoine
66d4d199b4
map target is now map container
2012-08-20 21:44:29 +02:00
Éric Lemoine
ca2b6e4189
map has a viewport
2012-08-20 21:41:44 +02:00
Éric Lemoine
a17a4a2581
Merge pull request #16 from elemoine/tilejson
...
use setExtent to set extent of TileJSON tile store
2012-08-19 13:50:47 -07:00
Éric Lemoine
189b43ad4a
two-layers example - do not add layers twice
2012-08-17 22:17:06 +02:00
Éric Lemoine
5096964ec2
use setExtent to set extent of TileJSON tile store
2012-08-17 22:07:54 +02:00
Tom Payne
bb8b1043d9
Add missing type declaration
2012-08-16 23:51:55 +02:00
Tom Payne
f4e0404336
Defer WebGL resource deletion to post-frame
2012-08-16 23:43:33 +02:00
Tom Payne
5df59d047d
Add gl.webgl.FREE_RESOURCES_IMMEDIATELY @define
2012-08-16 23:43:33 +02:00
Tom Payne
ee59e877e0
Refactor animation logic
2012-08-16 23:43:33 +02:00
Tom Payne
867b36410b
Add Map postrender event
2012-08-16 23:43:33 +02:00
Tom Payne
9b17d28b2b
Add ol.webgl.tilelayerrenderer.logger
2012-08-16 23:43:32 +02:00
Tom Payne
a49ea9bbed
Enable finest logging in debug mode
2012-08-16 23:22:38 +02:00
Tom Payne
b8edf651e9
Move ol.Collection.create to ol3.collection
2012-08-16 21:47:12 +02:00
Tom Payne
a30b2f1795
Move ol.Object.createFromObject to its proper home as a simplified API function
2012-08-16 21:43:23 +02:00
Tom Payne
69cd2df009
Trigger render in Map, not MapRenderer
2012-08-16 18:32:38 +02:00
Tom Payne
5a9fe22e8c
Avoid calling render() too early
2012-08-16 18:26:59 +02:00
Tom Payne
44cd3ceccb
Re-order functions alphabetically
2012-08-16 17:56:19 +02:00
Tom Payne
4f2b6a0c22
Initialize all member variables in constructor
2012-08-16 16:42:56 +02:00
Éric Lemoine
a43cd15b27
Merge pull request #15 from elemoine/renderer
...
separate map and map renderer
2012-08-16 07:27:55 -07:00
Éric Lemoine
adb209c3f9
map functions in alphabetical order
2012-08-16 16:14:16 +02:00
Éric Lemoine
70587af947
move pixel to/from coordinate calculation functions from Map to MapRenderer
2012-08-16 15:35:33 +02:00
Éric Lemoine
9eb031ed89
remove ol.webgl.LayerRenderer.prototype.getGL (as suggest by @twpayne)
2012-08-16 15:04:23 +02:00
Éric Lemoine
89eadc5770
move back rendering freeze/unfreeze and animation from map renderer to map
2012-08-16 15:00:14 +02:00
Éric Lemoine
f7185f1c75
remove map FIXME
2012-08-16 14:57:42 +02:00
Éric Lemoine
af63654776
Merge remote branch 'upstream/exp' into renderer
2012-08-14 21:19:46 +02:00
Tom Payne
c157d4f01f
Merge pull request #14 from openlayers/exp-remove-object-changed-methods
...
Remove support for *_changed methods
2012-08-14 08:21:19 -07:00
Tom Payne
65278c4322
Remove support for *_changed methods
2012-08-14 16:00:18 +02:00
Tom Payne
104c859f85
Satisfy gjslint
2012-08-14 15:09:57 +02:00
Éric Lemoine
d9b51cdc7f
fix typo in API doc
2012-08-14 10:24:30 +02:00
Éric Lemoine
0f401a2d51
forEach cannot iterate over a null object
2012-08-14 10:24:12 +02:00
Éric Lemoine
9f5b98e70c
remove split out renderer FIXME
2012-08-14 10:23:06 +02:00
Éric Lemoine
da9de171d2
exit renderer hint for loop when map renderer is found
2012-08-14 10:22:46 +02:00
Tom Payne
dafbd503a5
Use matrix inversion to calculate pixel to coordinate matrix
2012-08-14 09:37:48 +02:00
Tom Payne
477dc0b92b
Fix direction of rotation in coordinate to pixel matrix
2012-08-14 09:37:16 +02:00
Tom Payne
d9009eae10
Fix missed used of goog.webgl
2012-08-14 09:20:51 +02:00
Éric Lemoine
85c8dddc02
add a FIXME
2012-08-14 07:48:13 +02:00
Éric Lemoine
e7696dd6aa
map renderer unregisters listeners on dispose
2012-08-14 07:44:25 +02:00
Éric Lemoine
f0ecf858c8
better type
2012-08-14 07:35:24 +02:00
Éric Lemoine
7be8a735fa
better code (thanks @twpayne)
2012-08-14 07:26:43 +02:00
Éric Lemoine
6f0ae684f7
fix linter errors
2012-08-14 07:15:54 +02:00
Éric Lemoine
9efa34a2a3
separate map and renderer
2012-08-13 23:38:37 +02:00
Tom Payne
9b4b35f9eb
Add two layers demo
2012-08-13 21:32:41 +02:00
Tom Payne
d9eb9eda60
Add missing check
2012-08-13 21:31:41 +02:00
Tom Payne
c7f78caec9
Check left mouse button is pressed in interactions
2012-08-13 18:41:10 +02:00
Tom Payne
8a2074a383
Don't listen to earlycancel dragger events
...
earlycancel drag events do not have a corresponding
goog.events.BrowserEvent object, which breaks many interactions.
2012-08-13 18:40:03 +02:00
Tom Payne
07c3cd3d8d
Fix drag pan for rotated maps
2012-08-13 18:07:30 +02:00
Tom Payne
85fb3980b6
Add missing closing tag
2012-08-13 17:52:46 +02:00
Tom Payne
5ae3d25f52
Add some FIXMEs
2012-08-13 17:24:31 +02:00
Tom Payne
e9e1b8eaa9
Improve handling of undefined coordinates
2012-08-13 17:24:25 +02:00
Tom Payne
d5bd49d86b
Use ol.control.MousePosition in demo
2012-08-13 16:45:10 +02:00
Tom Payne
85ca630935
Add ol.control.MousePosition
2012-08-13 16:45:10 +02:00
Tom Payne
6495cfb043
Add crude coordinate formatter
2012-08-13 16:45:10 +02:00
Tom Payne
ec3475806e
s/View/Control/, thanks @elemoine
2012-08-13 16:45:10 +02:00
Tom Payne
208db33bfc
s/Control/Interaction/, thanks @elemoine
2012-08-13 16:45:10 +02:00
Tom Payne
b2da697519
Revert "Improve WebGL pixel precision"
...
This reverts commit 05b6ca05fe .
2012-08-08 15:30:41 +02:00
Tom Payne
ad2061ae5c
Sort projections
2012-08-08 11:53:23 +02:00
Tom Payne
e434695082
Make more projection constants private
2012-08-08 01:27:05 +02:00
Tom Payne
35cf4db8cf
Remove stray variable
2012-08-08 01:20:57 +02:00
Tom Payne
7ed5f42fb9
Make some projection functions private, for now
2012-08-08 00:44:15 +02:00
Tom Payne
e78986c954
Add Proj4js demo
2012-08-08 00:44:15 +02:00
Tom Payne
6bab81ffe7
Add Proj4js support
2012-08-08 00:44:15 +02:00
Tom Payne
4aa7745de5
Enable Proj4js externs
2012-08-08 00:37:41 +02:00
Tom Payne
21cb524a53
Better clean up in Makefile
2012-08-08 00:37:25 +02:00
Tom Payne
5062b71b3c
Add simplified API demo
2012-08-07 20:31:09 +02:00
Tom Payne
6cb362218b
Add initial simplified API
2012-08-07 20:29:19 +02:00
Tom Payne
ebe132f765
Add reset rotation key to side-by-side demo
2012-08-07 17:48:38 +02:00
Tom Payne
05b6ca05fe
Improve WebGL pixel precision
2012-08-07 17:46:06 +02:00
Tom Payne
eab38e9042
Use Alt key instead of Shift for rotation
2012-08-07 17:20:42 +02:00
Tom Payne
f76b34bc38
Consistent capitalization
2012-08-07 16:40:40 +02:00
Tom Payne
43a940027f
Set events pane width and height in pixels
2012-08-07 16:38:27 +02:00
Tom Payne
991c61110b
Use simple optimizations instead of whitespace only
2012-08-07 16:04:15 +02:00
Tom Payne
c53e91e205
Degrade gracefully if WebGL is not supported
2012-08-07 15:53:51 +02:00
Tom Payne
74a332d166
Add side-by-side demo notes
2012-08-07 15:46:12 +02:00
Tom Payne
afe85dd620
Add keyboard controls to side-by-side demo
2012-08-07 14:59:40 +02:00
Tom Payne
49dc2788d5
Add ol.control.Keyboard hack
2012-08-07 14:59:39 +02:00
Tom Payne
7612054913
Cosmetic touchups to side-by-side demo
2012-08-07 14:55:07 +02:00
Tom Payne
0a4d31417f
Clean up build system and add demos
2012-08-07 14:17:15 +02:00
Tom Payne
e1e64b0fde
Add missing dependency
2012-08-07 13:18:55 +02:00
Tom Payne
d8af9a2108
Friendlier type checking
2012-08-07 13:18:46 +02:00
Tom Payne
88d2299096
Use ShiftDragRotate instead of ShiftDragRotateAndZoom control by default
2012-08-07 13:18:20 +02:00
Tom Payne
7a675a0789
Clean up .gitignore
2012-08-07 12:12:35 +02:00
Tom Payne
9366ced2a8
Move to-be-merged code into attic
2012-08-07 12:11:25 +02:00
Tom Payne
1f5cda88c4
Replace ol.Tile.isLoaded with ol.Tile.getState
2012-08-07 12:07:55 +02:00
Tom Payne
2983a2ef02
Remove redundant call
2012-08-07 12:07:00 +02:00
Tom Payne
161b15c6aa
Log WebGLContext{Lost,Restored} events in debug mode
2012-08-07 10:04:20 +02:00
Tom Payne
2443326d0e
Use || operator instead of goog.isDef()/?:
2012-08-06 18:43:05 +02:00
Tom Payne
1b9015fab8
Add ol.layer.TileJSON
2012-08-06 18:02:40 +02:00
Tom Payne
0ea267b95b
Use TileJSON externs
2012-08-06 17:59:55 +02:00
Tom Payne
1c98275ff2
Add TileJSON externs
2012-08-06 17:55:47 +02:00
Tom Payne
485a0f6403
Clean up after callback called
2012-08-06 17:55:30 +02:00
Tom Payne
75342968ce
Add ol.layer.MapQuest{OSM,OpenAerial}
2012-08-06 15:51:46 +02:00
Tom Payne
9b50b96729
Use new tile server syntax
2012-08-06 15:50:49 +02:00
Tom Payne
3cb1d9f64f
Add convenient syntax for specifying multiple tile servers
2012-08-06 15:50:12 +02:00
Tom Payne
4a76efbbc7
Use nicer zoom levels
2012-08-06 13:54:51 +02:00
Tom Payne
b0fa84b38c
Add specialized ol.tilegrid.XYZ.forEachTileCoordParentTileBounds
2012-08-06 13:45:22 +02:00
Tom Payne
c4a9e970b5
Remove merged code
2012-08-06 10:49:59 +02:00
Tom Payne
0edb85f159
Clean up whitespace
2012-08-06 09:59:33 +02:00
Tom Payne
bf2958494d
Add another FIXME
2012-08-06 09:57:29 +02:00
Tom Payne
4675ae2285
Fix rendering at large zooms
2012-08-06 09:39:41 +02:00
Tom Payne
9d891c1339
Add missing require
2012-08-06 09:20:05 +02:00
Tom Payne
d62f776be5
Fix zoom to anchor
2012-08-06 09:14:28 +02:00
Tom Payne
fe8c064a2e
Clean up calculation of framebuffer extent and size
2012-08-06 01:20:21 +02:00
Tom Payne
530724235a
Add ol.webgl.Map.isImageTextureLoaded
2012-08-06 01:20:21 +02:00
Tom Payne
2a198bf255
Update FIXMEs
2012-08-06 01:20:21 +02:00
Tom Payne
adbd86feb8
Use continuous zoom by default
2012-08-06 01:20:21 +02:00
Tom Payne
aad50aa8a4
Add ol.control.ResolutionConstraint.createContinuous
2012-08-06 01:14:25 +02:00
Tom Payne
17c68a18fc
Fix typo
2012-08-06 01:14:25 +02:00
Tom Payne
2d8514148d
Order functions alphabetically
2012-08-06 00:20:41 +02:00
Tom Payne
f776e3f616
Order functions alphabetically
2012-08-06 00:07:38 +02:00
Tom Payne
bf6705a80d
Improve algorithm for finding framebuffer size
2012-08-06 00:07:38 +02:00
Tom Payne
71c659396d
Remove unused variable
2012-08-06 00:07:38 +02:00
Tom Payne
d8cbe6c8fe
Order functions alphabetically and clean up whitespace
2012-08-06 00:07:38 +02:00
Tom Payne
f06d236383
Remove unused renderbuffer
2012-08-05 23:44:37 +02:00
Tom Payne
9cff381149
Use vec4 rather than mat4 for linear tile transforms
2012-08-05 23:42:43 +02:00
Tom Payne
a38dc0db28
Add interim tiles
2012-08-05 23:17:56 +02:00
Tom Payne
9861cd4ddc
Remove unused code
2012-08-05 23:13:02 +02:00
Tom Payne
3e4b132446
Replace getTileTexture with bindImageTexture
2012-08-05 01:13:30 +02:00
Tom Payne
e0509d7d08
s/framebufferTileBoundsExtent/framebufferExtent/
2012-08-05 00:39:52 +02:00
Tom Payne
d7623356fc
More explict key variable names
2012-08-05 00:38:27 +02:00
Tom Payne
a3b73d5fd4
s/forEachTileCoordParent/forEachTileCoordParentTileBounds/
2012-08-05 00:32:02 +02:00
Tom Payne
c2b1a94298
Don't re-use ol.TileCoord object
2012-08-04 18:46:54 +02:00
Tom Payne
051175ea68
Add another FIXME
2012-08-04 16:53:48 +02:00
Tom Payne
b7e7a9b3ba
Add zoom to/from anchor
2012-08-04 16:53:48 +02:00
Tom Payne
97eabc8693
Parameterize pixel delta
2012-08-04 15:51:35 +02:00
Tom Payne
7ab3b3dd82
Add rotation constraints
2012-08-04 15:51:35 +02:00
Tom Payne
0fd122a1ed
Add and use ol.Constraints
2012-08-04 15:51:35 +02:00
Tom Payne
eaca7d0a8c
Add ol.Coordinate.ZERO
2012-08-04 15:51:35 +02:00
Tom Payne
505804fc55
Fix missed variable name
2012-08-04 15:51:35 +02:00
Tom Payne
e7cb2ca383
s/ZoomFunction/ResolutionConstraint/
2012-08-04 15:51:35 +02:00
Tom Payne
c84d5ef9ef
Use ol.control.CenterConstraint
2012-08-04 15:51:34 +02:00
Tom Payne
1f72319b05
Add ol.control.CenterConstraint
2012-08-04 15:51:34 +02:00
Tom Payne
78f11873cf
Clean up whitespace
2012-08-03 17:27:16 +02:00
Tom Payne
f0d0157871
Add missing @protected
2012-08-03 11:13:29 +02:00
Tom Payne
d03586d8e9
Use goog.dom functions
2012-08-03 11:13:01 +02:00
Tom Payne
c75ce23c5a
Remove stray bracket
2012-08-03 11:11:38 +02:00
Tom Payne
0c35d50fed
Export properties so libary can be used in compiled mode
2012-08-03 10:37:17 +02:00
Tom Payne
59398db62b
Treat warnings as errors
2012-08-03 10:32:34 +02:00
Tom Payne
bd8ae92f89
Update readme.md
2012-08-02 17:06:36 +02:00
Tom Payne
e503955b6d
Update FIXMEs
2012-08-02 17:03:19 +02:00
Tom Payne
62a6faa4d5
Use goog.dom functions and clean up when layers change
2012-08-02 17:02:14 +02:00
Tom Payne
a96982f112
Remove collection {insert,remove,set}_at callbacks
2012-08-02 16:49:09 +02:00
Tom Payne
1b8132ecfd
Use add/remove events
2012-08-02 16:47:08 +02:00
Tom Payne
bc0bfd8385
Add add and remove events
2012-08-02 16:42:50 +02:00
Tom Payne
be17ed3707
Add another FIXME
2012-08-02 16:13:13 +02:00
Tom Payne
66f4e1f401
Correct stupid typo
2012-08-02 16:13:01 +02:00
Tom Payne
e203944abf
Refactor and optimize attributions
2012-08-02 16:07:10 +02:00
Tom Payne
bee4cab2ac
Handle attribution visiblity for tile layers
2012-08-02 15:14:03 +02:00
Tom Payne
5d870e62c2
Handle not-ready layers in attribution view
2012-08-02 14:43:20 +02:00
Tom Payne
53f1397109
Correct coordinate order in Bing Maps coverage area bboxes
2012-08-02 14:32:42 +02:00
Tom Payne
fbdc0a1ce1
Clean up and simplify build system
2012-08-02 14:02:37 +02:00
Tom Payne
b0899863a8
Move more code to be merged into the attic
2012-08-02 13:57:41 +02:00
Tom Payne
eec1fdab62
Use goog.nullFunction
2012-08-02 12:38:55 +02:00
Tom Payne
09f439cb4f
Clean up whitespace
2012-08-02 12:18:45 +02:00
Tom Payne
b86fd52026
Remove some fixed FIXMEs
2012-08-01 19:26:29 +02:00
Tom Payne
979b0d882e
Remove projection check
2012-08-01 19:23:53 +02:00
Tom Payne
b4183642ae
Make ol.CoverageArea use composition rather than inheritance for extent
2012-08-01 19:23:21 +02:00
Tom Payne
2fc4b10492
Use better check for equivalent transforms
2012-08-01 19:14:53 +02:00
Tom Payne
a9ee017158
Add ol.view.Attribution
2012-07-30 22:17:12 +02:00
Tom Payne
71201340cc
Add ol.View
2012-07-30 22:17:12 +02:00
Tom Payne
fdfe23faac
Use ol.Attribution
2012-07-30 22:17:12 +02:00
Tom Payne
09d904967a
Add attributions to ol.Store
2012-07-30 21:53:05 +02:00
Tom Payne
575ae03f5d
Add ol.Attribution
2012-07-30 21:51:58 +02:00
Tom Payne
43f3f18871
Add ol.CoverageArea
2012-07-30 21:51:42 +02:00
Tom Payne
de1e704bc7
Reuse existing function
2012-07-30 21:51:20 +02:00
Tom Payne
076342b886
Less fancy type checking
2012-07-30 21:50:48 +02:00
Tom Payne
ab8d297827
s/transform/transformFn/
2012-07-30 21:37:25 +02:00
Tom Payne
95371b596e
Use ol.control.ZoomFunction
2012-07-30 15:09:50 +02:00
Tom Payne
187da7767f
Add ol.control.ZoomFunction
2012-07-30 15:09:50 +02:00
Tom Payne
82f67006ab
Allow center and resolution to set to undefined
2012-07-30 15:09:50 +02:00
Tom Payne
65c8fe3741
Use ol.array utility functions
2012-07-30 15:09:50 +02:00
Tom Payne
4f9044cda4
Add ol.array utility functions
2012-07-30 15:09:50 +02:00
Tom Payne
8512eaa24f
Use simpler comparison function
2012-07-30 13:02:31 +02:00
Tom Payne
34f9e35ba9
Remove trailing zeros
2012-07-30 11:56:34 +02:00
Tom Payne
b291885ffa
Use clearer argument names
2012-07-30 09:19:44 +02:00
Tom Payne
a5b0fb4908
Rename ol.Array to ol.Collection
2012-07-30 09:14:53 +02:00
Tom Payne
f39a09807b
Update FIXMEs
2012-07-30 00:35:07 +02:00
Tom Payne
422010271b
Use ultra-sexy RotateAndZoom control by default
2012-07-30 00:30:55 +02:00
Tom Payne
74dd45f856
Add ultra-sexy RotateAndZoom control
2012-07-30 00:30:28 +02:00
Tom Payne
24888be786
Use ol.control.ShiftDragRotate
2012-07-30 00:10:08 +02:00
Tom Payne
8b900c7822
Add ol.control.ShiftDragRotate
2012-07-30 00:09:47 +02:00
Tom Payne
2f32158374
Rename ol.control.DragZoom to ol.control.ShiftDragZoom
2012-07-29 17:17:49 +02:00
Tom Payne
8179cf0b69
Add rotation to WebGL tile layer renderer
2012-07-29 17:09:33 +02:00
Tom Payne
9f3c02757d
Add rotation infrastructure
2012-07-29 17:09:33 +02:00
Tom Payne
f9aa8d2e6c
Order variables alphabetically
2012-07-29 17:09:33 +02:00
Tom Payne
5c30902de0
Clean up Makefile
2012-07-29 17:09:32 +02:00
Tom Payne
bd87448b59
Make ol.Coordinate inherit from goog.math.Vec2
2012-07-29 17:09:32 +02:00
Tom Payne
a8664df76b
Make ol.Map.isDef stricter
2012-07-29 17:09:32 +02:00
Tom Payne
adfbf2ae7b
Remove empty functions
2012-07-29 17:09:32 +02:00
Tom Payne
faa37490ea
Use ol.Pixel to represent pixels
2012-07-29 17:09:32 +02:00
Tom Payne
10c85f3d07
Add ol.Pixel
2012-07-29 17:09:32 +02:00
Tom Payne
6d83205c08
Remove unused require
2012-07-29 17:09:32 +02:00
Tom Payne
b45a211cdc
Use matricies for pixel/coordinate transforms
2012-07-29 17:09:32 +02:00
Tom Payne
2607399a48
Add rotation property
2012-07-29 11:13:50 +02:00
Tom Payne
74b67a2e3a
Fix intermediate zoom levels in WebGL tile layer renderer
2012-07-29 11:05:13 +02:00
Tom Payne
12956da634
Add another FIXME
2012-07-28 23:47:14 +02:00
Tom Payne
ef91733505
Use consistent variable names between WebGL and DOM tile layer renderers
2012-07-28 23:42:27 +02:00
Tom Payne
6ef859b07e
Avoid recalculating extent
2012-07-28 23:35:26 +02:00
Tom Payne
a4727c4ef7
Add missing dependencies
2012-07-28 23:26:34 +02:00
Tom Payne
5c0498a958
Use public methods where available
2012-07-28 23:19:14 +02:00
Tom Payne
88d1759751
Add more FIXMEs
2012-07-28 23:18:41 +02:00
Tom Payne
90a4fe9625
Layer loads should be handled by LayerRenderers, not the Map
2012-07-28 16:25:57 +02:00
Tom Payne
7144e7ad0b
Use Closure logging infrastructure for WebGL errors
2012-07-28 16:01:38 +02:00
Tom Payne
b88c4f5888
Activate Closure logging infrastructure
2012-07-28 16:01:14 +02:00
Tom Payne
c4f9e3656b
Don't use webgl-debug.js
2012-07-28 15:57:53 +02:00
Tom Payne
83077d2754
Clean up whitespace
2012-07-28 15:40:46 +02:00
Tom Payne
0ae4555f30
Add initial ol.layer.BingMaps
2012-07-28 01:23:40 +02:00
Tom Payne
08735e30ff
Make attributions an array of strings rather than a string
2012-07-28 01:15:33 +02:00
Tom Payne
b59fe13242
Make ol.Rectangle.intersects a member function rather than a static function
2012-07-28 01:15:33 +02:00
Tom Payne
bf20ec718e
Remove dead function
2012-07-28 01:15:33 +02:00
Tom Payne
c9bbf37fb0
Add another FIXME
2012-07-28 01:15:32 +02:00
Tom Payne
0804283543
Make ol.TileStore.tileGrid and tileUrlFunction protected
2012-07-28 01:15:32 +02:00
Tom Payne
6c4e91b9f6
Force render when layers load
2012-07-28 01:15:32 +02:00
Tom Payne
ade0d17541
Only iterate over ready, visible layers
2012-07-28 01:15:32 +02:00
Tom Payne
6ceeac2427
Add ol.Layer.isReady
2012-07-27 23:34:11 +02:00
Tom Payne
04f71183e8
Add ol.Store.isReady
2012-07-27 23:32:48 +02:00
Tom Payne
588f8df8ba
Pass optional tile size through ol.tilegrid.XYZ
2012-07-27 20:15:27 +02:00
Tom Payne
caf67ac5ba
Use strings rather than RegExps in replace
2012-07-27 20:15:03 +02:00
Tom Payne
215d1ec8db
Clean up Makefile
2012-07-27 18:07:27 +02:00
Tom Payne
1afea5ca0c
Update tests
2012-07-26 01:52:19 +02:00
Tom Payne
c4f9704f4f
Add ol.TileUrlFunction.nullTileUrlFunction
2012-07-26 01:38:44 +02:00
Tom Payne
f193a94847
Correct type declaration of ol.TileUrlFunction
2012-07-26 01:38:44 +02:00
Tom Payne
69fabce0c0
Rename toQuadKey to quadKey
2012-07-26 01:38:31 +02:00
Tom Payne
96b02904ef
Sort .gitignore
2012-07-26 00:27:59 +02:00
Tom Payne
b64d0ffdf1
Add initial Bing Maps externs
2012-07-26 00:25:46 +02:00
Tom Payne
ed4a888469
Use inheritance rather than creating an instance for OpenStreetMap, make attribution a function rather than a property
2012-07-26 00:25:03 +02:00
Tom Payne
bcee2d3a12
Auto-generate ol.js
2012-07-26 00:23:18 +02:00
Tom Payne
f3d9b3332c
Move code to be merged into src/attic
2012-07-26 00:21:37 +02:00
Tom Payne
8d936e7865
Rename ol.TileCoord.fromString to createFromString
2012-07-25 17:43:08 +02:00
Tom Payne
7902803063
Add ol.TileCoord.toQuadKey and createFromQuadKey
2012-07-25 17:39:38 +02:00
Tom Payne
3ddb1137cc
Use undefined, not null, found in parallel with @elemoine
2012-07-24 22:34:31 +02:00
Tom Payne
228547d0fe
Add ol.Map.isDef
2012-07-24 20:47:34 +02:00
Tom Payne
042434bc54
Make cross origin 'anonymous' by default
2012-07-24 15:17:35 +02:00
Tom Payne
b1012b5b86
Make extent a function rather than a property
2012-07-24 15:17:35 +02:00
Éric Lemoine
8a8a9a8c9a
add map FIXMES
2012-07-23 23:27:03 +02:00
Éric Lemoine
6d28ad2740
use goog.fx.Dragger for map drag
2012-07-23 23:26:48 +02:00
Tom Payne
58bd2182a6
Remove some unnecessary parentheses
2012-07-22 22:37:43 +02:00
Tom Payne
269bd9387e
Rename freeze/thaw to freezeRendering/unfreezeRendering
2012-07-22 22:37:43 +02:00
Tom Payne
a2f24b9d43
Check that values are in range and avoid unnecessary updates
2012-07-22 22:37:43 +02:00
Tom Payne
b809bde576
Activate keyboard zoom by default
2012-07-22 14:54:17 +02:00
Tom Payne
5aa01a4b6b
Add ol.control.KeyboardZoom
2012-07-22 14:54:17 +02:00
Tom Payne
0edac78bd0
Activate keyboard pan control by default
2012-07-22 14:54:17 +02:00
Tom Payne
ce0866dac4
Add ol.control.KeyboardPan
2012-07-22 14:54:17 +02:00
Tom Payne
463084ab3e
Handle keyboard events
2012-07-22 14:54:17 +02:00
Tom Payne
7ed71f7149
Make browserEvent property public
2012-07-22 14:54:17 +02:00
Tom Payne
5e2a5dfbc4
Add missing require
2012-07-22 14:54:17 +02:00
Tom Payne
4b433f0c9b
Move file missed in earlier clean-up
2012-07-22 14:54:17 +02:00
Éric Lemoine
75c7bee6d9
update readme.md
2012-07-22 13:48:57 +02:00
Tom Payne
ea623b7be6
Fix some stupid bugs in ol.TileBounds
2012-07-22 12:18:56 +02:00
Tom Payne
8987dc8607
Improve modularity
2012-07-22 12:17:06 +02:00
Tom Payne
cbafc0795d
Add another FIXME
2012-07-22 11:40:48 +02:00
Tom Payne
511ca18b23
Tidy up fragment shader
2012-07-22 11:40:47 +02:00
Tom Payne
ec2ab8265c
Add brightness and contrast controls, thanks @evanw
2012-07-22 11:40:47 +02:00
Tom Payne
883089c3d1
Sort properties
2012-07-22 11:40:47 +02:00
Tom Payne
f280faff67
Add hue and saturation controls, thanks @evanw
2012-07-22 11:40:47 +02:00
Tom Payne
21e3f2fe83
Promote opacity/visibility changes into base class
2012-07-22 11:40:47 +02:00
Tom Payne
65b7504c9f
Clean up directory structure
2012-07-22 11:40:47 +02:00
Tom Payne
3eefbaa337
Remove merged code
2012-07-22 03:10:33 +02:00
Tom Payne
abc1b4ff04
Rename redraw to render
2012-07-22 03:10:33 +02:00
Tom Payne
33449e657a
Add various FIXMEs
2012-07-22 03:10:32 +02:00
Tom Payne
f859a48033
Enable side-by-side DOM and WebGL demo
2012-07-22 03:10:32 +02:00
Tom Payne
4906bdced5
Add working WebGL renderer
2012-07-22 03:10:32 +02:00
Tom Payne
c82bacb762
Add ol.TileBounds.equals
2012-07-22 03:06:26 +02:00
Tom Payne
f46c9e12fb
Add ol.TileBounds.containsTileBounds
2012-07-22 03:06:25 +02:00
Éric Lemoine
089f069456
finish porting tschaub's infinite zooming work
2012-07-21 23:53:51 +02:00
Éric Lemoine
014c5e8905
refactoring, and renamings in tilegrid.js (related to continous zooming)
2012-07-21 23:52:56 +02:00
Éric Lemoine
753ebab2ad
Revert "add TileLayerRenderer.getPreferredZ_ plus tests". As noted by @twpayne, TileGrid.getZForResolution already returns the "preferred" z for an arbitrary resolution.
...
This reverts commit 8f5d0ac642 .
2012-07-21 16:00:45 +02:00
Tom Payne
89efc96dd5
Don't bother making forEachTileCoord abortable
2012-07-21 01:08:44 +02:00
Tom Payne
277c1ea3a6
Use XYZ to indicate OpenStreetMap-style tile grids
2012-07-21 01:05:55 +02:00
Tom Payne
0602942cf8
Add ol.Color
2012-07-21 01:05:55 +02:00
Tom Payne
0d7426e1be
Fix bug where forEachVisibleLayer returned invisible layers
2012-07-21 01:05:55 +02:00
Tom Payne
e81e857d75
Merge pull request #12 from fredj/plovr-download
...
Fix plovr download path
2012-07-20 10:25:08 -07:00
Frederic Junod
0b6f4e348c
Fix plovr download path
2012-07-20 13:36:21 +02:00
Éric Lemoine
c723e719c6
use ol instead of goog.math
2012-07-19 23:36:16 +02:00
Éric Lemoine
8f5d0ac642
add TileLayerRenderer.getPreferredZ_ plus tests
2012-07-19 23:28:35 +02:00
Éric Lemoine
404d123623
add TileGrid getTileCoordForArbitraryResolution and getTileCoordPixelBoundsForArbitraryResolution + tests, based on @tschaub work
2012-07-19 17:48:39 +02:00
Éric Lemoine
45c067dfda
add ol.PixelBounds
2012-07-19 17:47:34 +02:00
Tom Payne
1190bc08db
Make demo layer more opaque
2012-07-19 15:47:19 +02:00
Tom Payne
e2824745d1
Ensure visibility and opacity are set when DOM layer renderer is created
2012-07-19 15:46:02 +02:00
Tom Payne
08b4ef665b
Call inherited method, thanks @elemoine
2012-07-19 14:58:02 +02:00
Tom Payne
9ce406c203
Fix type, thanks @elemoine
2012-07-19 10:48:25 +02:00
Tom Payne
513d8e7268
Create ol.Size around goog.math.Size
2012-07-19 10:46:43 +02:00
Tom Payne
c547404615
Create ol.Coordinate around goog.math.Coordinate
2012-07-19 10:34:12 +02:00
Tom Payne
d62ba69458
Order controls alphabetically
2012-07-19 10:10:07 +02:00
Tom Payne
33d252f0f7
Only start drag pan if shift key is not pressed
2012-07-19 10:08:35 +02:00
Tom Payne
5e39d051e6
Set default user projection to EPSG:4326
2012-07-19 10:02:34 +02:00
Tom Payne
e0d17ca09c
Add user projections
2012-07-19 10:02:34 +02:00
Tom Payne
305462f57a
Stricter type checking for map projection
2012-07-19 10:02:34 +02:00
Tom Payne
43c32e6da7
Differentiate between identity and clone transforms
2012-07-19 09:51:08 +02:00
Tom Payne
5ace389ccb
Redraw map when WebGL context is restored
2012-07-19 09:12:22 +02:00
Tom Payne
d83235b5dc
Include drag zoom control in default map
2012-07-19 00:29:25 +02:00
Tom Payne
d47eb3453f
Implement initial drag zoom control (shift + drag)
2012-07-19 00:29:25 +02:00
Tom Payne
3ff84dce9b
Add ol.Extent.boundingExtent
2012-07-19 00:29:25 +02:00
Tom Payne
4e347dcf45
Don't drag on incompletely defined maps
2012-07-19 00:29:25 +02:00
Tom Payne
0e3b97a0b6
s/event/mapBrowserEvent/g
2012-07-19 00:29:25 +02:00
Tom Payne
1d6101a5a1
Implement ol.control.DragPan
2012-07-19 00:29:25 +02:00
Tom Payne
4299cf4fae
Add startCenter and startCoordinate to ol.control.Drag
2012-07-19 00:29:24 +02:00
Tom Payne
82b8a46752
Use RAW mode for demo while ol.Object is not adapted for compiled mode
2012-07-19 00:29:24 +02:00
Tom Payne
15d2ad984b
Bind map layers in demo
2012-07-19 00:29:24 +02:00
Tom Payne
a6e2b501bd
Enable DOM renderers to share tile layers
2012-07-19 00:29:24 +02:00
Tom Payne
4ddcfcc037
Add context argument to Tile.getImage to support re-use in DOM renderer
2012-07-19 00:29:24 +02:00
Tom Payne
eb43cf14c1
Clean up layer renderers when layers changes
2012-07-19 00:29:24 +02:00
Tom Payne
376d75ea4f
Rename ol.Projection.createFromCode to getFromCode
2012-07-19 00:29:24 +02:00
Tom Payne
da941562cc
Handle background color in ol.webgl.Map
2012-07-19 00:29:24 +02:00
Tom Payne
092fce96ec
Add background color property
2012-07-19 00:29:24 +02:00
Tom Payne
52ce0b3fd0
Assure redraw is called when layer becomes invisible
2012-07-19 00:29:24 +02:00
Tom Payne
d3ed8b315c
Make ol.Map.getSize public
2012-07-19 00:29:24 +02:00
Tom Payne
0a33077ecc
Add ol.Rectangle.toString
2012-07-19 00:29:24 +02:00
Éric Lemoine
62f3f46b51
fix compilation - private property cannot be used in subclasses
2012-07-19 00:00:23 +02:00
Éric Lemoine
db91206d41
code styling
2012-07-18 20:27:38 +02:00
Éric Lemoine
7fc82daafa
dom layer renderer - support opacity and visibility change
2012-07-18 16:33:27 +02:00
Éric Lemoine
b53e5a3fda
two maps in the skeleton example
2012-07-18 16:33:27 +02:00
Tom Payne
aab2bc093a
Add experimental drag control (to be replaced)
2012-07-18 15:12:31 +02:00
Tom Payne
4754ed1cc2
Add ol.control.MouseWheelZoom
2012-07-18 15:12:30 +02:00
Tom Payne
c6343ed2bc
Add experimental controls infrastructure, thanks @elemoine
2012-07-18 15:12:30 +02:00
Éric Lemoine
1af79ede29
dom map renderer - add FIXMEs
2012-07-18 14:52:12 +02:00
Éric Lemoine
3724fca57d
dom map renderer - new properties for layerPane
2012-07-18 14:50:34 +02:00
Éric Lemoine
a9438fefd9
make gjslint happy
2012-07-18 14:50:01 +02:00
Éric Lemoine
6d61ac2bc5
dom map renderer - map shiftLayersPane_ work
2012-07-18 14:49:30 +02:00
Éric Lemoine
808a854d0f
dom map renderer - add a viewport div to the top of hierarchy, this is to handle overflow of tiles
2012-07-18 14:47:41 +02:00
Éric Lemoine
1d565fc4d6
dom map renderer - use goog.asserts
2012-07-18 14:43:57 +02:00
Éric Lemoine
da6263fec8
dom layer renderer - origin and setOrigin are back
2012-07-18 14:43:16 +02:00
Éric Lemoine
db4603940d
dom renderer - reset the layers pane when center changes
2012-07-18 11:13:32 +02:00
Éric Lemoine
f491a5a4d2
setting top and left to 0 is not necessary
2012-07-18 11:12:46 +02:00
Éric Lemoine
be97a57cad
remove state variables from the dom map and dom layer renderers
2012-07-18 11:12:14 +02:00
Tom Payne
40c767c330
Remove main.json (replaced with ol.json)
2012-07-18 09:01:12 +02:00
ahocevar
78f8ed04dd
Fixing typo.
2012-07-18 08:10:44 +02:00
ahocevar
6c9ef26c79
Using safe unicode notation.
2012-07-18 08:10:35 +02:00
Tom Payne
bffc586218
Rename ol.Map.setExtent to fitExtent
2012-07-18 07:34:14 +02:00
Tom Payne
88721ce230
Use DOM renderer by default
2012-07-18 07:33:11 +02:00
Tom Payne
fc603372c2
Add renderer hint
2012-07-18 07:32:40 +02:00
Tom Payne
e85ca98179
Refactor build system and layout
2012-07-18 02:26:41 +02:00
Tom Payne
f166285fd2
Remove api.json
2012-07-18 01:17:37 +02:00
Tom Payne
cf2bb5a841
Don't use webgl-debug.js for now
2012-07-18 00:52:31 +02:00
Tom Payne
0abc4219b3
Document various FIXMEs
2012-07-18 00:35:44 +02:00
Tom Payne
659ef30802
Lift common composite rendering code into ol.Map
2012-07-18 00:21:20 +02:00
Tom Payne
86335211a6
Always pass base to parseInt
2012-07-18 00:12:22 +02:00
Tom Payne
a421943eb1
Clear framebuffer before writing tiles
2012-07-18 00:10:43 +02:00
Tom Payne
4ca1fd00c7
Suppress compiler warning
2012-07-18 00:10:43 +02:00
Tom Payne
854280eb11
Snapshot ol.webgl.Map
2012-07-18 00:10:43 +02:00
Tom Payne
7febc1c8b3
Add ol.webgl.TileLayerRenderer.getMatrix
2012-07-18 00:10:43 +02:00
Tom Payne
b6db84a54c
Add ol.webgl.LayerRenderer.getMatrix
2012-07-18 00:10:43 +02:00
Tom Payne
29f149976f
Add missing require
2012-07-18 00:10:43 +02:00
Tom Payne
b93cb7c47a
Add ol.Rectangle.normalize
2012-07-18 00:10:43 +02:00
Tom Payne
fad873d44c
Refine getSize in terms of getWidth and getHeight
2012-07-18 00:10:42 +02:00
Tom Payne
db59dfd5a2
Rename textureCache to tileTextureCache
2012-07-18 00:10:42 +02:00
Tom Payne
7dc2884498
Fix tile edge artefacts
2012-07-18 00:10:42 +02:00
Tom Payne
6abcc56789
Suppress compiler warnings
2012-07-18 00:10:42 +02:00
Tom Payne
d0233600d5
Add ol.TileGrid.getTileBoundsExtent
2012-07-18 00:10:42 +02:00
Tom Payne
0d5bc44326
Add ol.Rectangle.getSize
2012-07-18 00:10:42 +02:00
Éric Lemoine
b31c3f90bd
initial port of @tschaub DOM renderer
2012-07-17 22:28:58 +02:00
Éric Lemoine
5b5b89819e
alphabetize goog.require classes for gjslint
2012-07-17 22:13:15 +02:00
Tom Payne
f77ad158f0
Initial working WebGL TileLayerRenderer
2012-07-17 18:56:10 +02:00
Tom Payne
40e83b9258
Don't redraw if center or resolution is not defined
2012-07-17 18:55:33 +02:00
Tom Payne
be94eafae6
Override getLayer in ol.webgl.TileLayerRenderer
2012-07-17 17:39:47 +02:00
Tom Payne
aded70d6e6
Add ol.TileBounds.getSize
2012-07-17 17:28:51 +02:00
Éric Lemoine
b4fea2233e
remove setDefaultCenterAndResolution
2012-07-17 17:21:28 +02:00
Tom Payne
41175a475f
Add ol.Rectangle.intersects
2012-07-17 15:51:13 +02:00
Tom Payne
d8a5126265
Snapshot WebGL renderer
2012-07-17 14:07:29 +02:00
Tom Payne
51e1d364c4
Remove unnecessary texture parameters
2012-07-17 14:07:16 +02:00
Tom Payne
7c290e9e30
Add skeleton ol.webgl.TileLayerRenderer shaders
2012-07-17 14:06:45 +02:00
Tom Payne
117321ea43
Name event handlers more consistently
2012-07-17 14:06:01 +02:00
Tom Payne
ab702c29e6
Replace forEachLayer with forEachVisibleLayer and pass layer renderer
2012-07-17 14:05:15 +02:00
Tom Payne
ac80a6e0b6
Merge shaders into single file
2012-07-17 13:41:38 +02:00
Tom Payne
7e2816ecd8
Implement shaders as singletons
2012-07-17 13:17:40 +02:00
Tom Payne
3ba0525495
Snapshot WebGL renderer
2012-07-17 12:15:33 +02:00
Tom Payne
0db1b0c0d6
Override getMap in ol.webgl.LayerRenderer
2012-07-17 12:13:51 +02:00
Tom Payne
e0f840dd27
Override method rather than adding a new one
2012-07-17 12:13:15 +02:00
Tom Payne
49c9a409e2
Use @nosideeffects in webgl-debug externs
2012-07-17 12:12:38 +02:00
Tom Payne
e3bbd67092
Use @nosideeffects in Proj4js externs
2012-07-17 12:12:28 +02:00
Tom Payne
253d62763f
Refactor context lost handling
2012-07-17 12:01:32 +02:00
Tom Payne
495630355a
Add texture cache
2012-07-17 12:01:32 +02:00
Tom Payne
1aaa59a110
Move ol.webgl.WebGLContextEventType into ol.webgl
2012-07-17 11:56:44 +02:00
Tom Payne
da9c39b737
Add missing requires
2012-07-17 08:57:47 +02:00
Tom Payne
472f6ddd17
Satisfy more recent gjslint
2012-07-17 08:55:45 +02:00
Tom Payne
ff8b9133b3
Add more functions and clean up unnecessary comments
2012-07-16 13:11:44 +02:00
Tom Payne
c162f3582d
Remove unnecessary comments
2012-07-16 13:10:54 +02:00
Tom Payne
5c168d3b89
Update externs files for gjslint's --limited_doc_files
2012-07-15 22:34:09 +02:00
Tom Payne
13ce1aa374
Use --limited_doc_files option for externs
2012-07-15 22:31:04 +02:00
Tom Payne
a84198f756
OpenStreetMap wraps X and crops Y
2012-07-15 22:22:46 +02:00
Tom Payne
8df2404e77
Return null tiles when out of range
2012-07-15 22:22:25 +02:00
Tom Payne
bf31b614e8
Allow out-of-range signalling with undefined
2012-07-15 22:21:25 +02:00
Tom Payne
e23e19c074
Snapshot ol.webgl.TileLayerRenderer
2012-07-15 20:50:21 +02:00
Tom Payne
dd40b4a758
Dispatch change event on load
2012-07-15 20:50:21 +02:00
Tom Payne
ddbe0dccaf
Correct target
2012-07-15 20:50:21 +02:00
Tom Payne
249449df3b
Listen for changes in layer renderers
2012-07-15 20:50:21 +02:00
Tom Payne
74bfdd7ebe
Cope with missing layer renderers
2012-07-15 20:50:21 +02:00
Tom Payne
bcf6e7d7b1
Add ol.DEBUG_WEBGL @define
2012-07-15 20:50:21 +02:00
Tom Payne
00c9c38ab9
Replace spaces with tabs
2012-07-15 20:50:21 +02:00
Tom Payne
377043b20e
Add webgl-debug.js externs
2012-07-15 20:50:21 +02:00
Tom Payne
7d8d8253a3
Include webgl-debug.js
2012-07-15 20:42:09 +02:00
Tom Payne
b6282ba631
No need to create object
2012-07-15 20:40:16 +02:00
Tom Payne
ac1e757fda
Clean up stale filter
2012-07-15 19:00:53 +02:00
Tom Payne
ca7d010974
Remove ol.Bounds
2012-07-15 19:00:01 +02:00
Tom Payne
ae7572aa7a
Port ol.webgl.TileLayerRenderer to ol.Rectangle
2012-07-15 18:56:57 +02:00
Tom Payne
63408b82eb
Port ol.Map to ol.Rectangle
2012-07-15 18:56:19 +02:00
Tom Payne
4b337ade48
Port ol.Projection to ol.Rectangle
2012-07-15 18:55:53 +02:00
Tom Payne
8c9fbc1478
Port ol.TileGrid to ol.Rectangle
2012-07-15 18:55:33 +02:00
Tom Payne
aa6ef496ef
Base ol.TileBounds on ol.Rectangle instead of goog.math.Box
2012-07-15 18:54:31 +02:00
Tom Payne
ac3d05421b
Base ol.Extent on ol.Rectangle instead of goog.math.Box
2012-07-15 18:54:05 +02:00
Tom Payne
b4ee35954f
Add ol.Rectangle
2012-07-15 18:51:51 +02:00
Tom Payne
582a9e93e0
Snapshot WebGL renderer
2012-07-15 16:32:00 +02:00
Tom Payne
1d567bb2bf
Transform tile coords when converting them to URLs
2012-07-15 16:23:03 +02:00
Tom Payne
b4c9c1e846
Use normalized tile coordinates (bottom left)
2012-07-15 16:14:24 +02:00
Tom Payne
61ab5c8f49
Refactor shader and program management
2012-07-15 14:11:32 +02:00
Tom Payne
73187bc018
Add ol.webgl.LayerRenderer.getTexture
2012-07-15 12:33:44 +02:00
Tom Payne
af8e093768
Add ol.TileLayer.getTileStore
2012-07-15 12:32:42 +02:00
Tom Payne
af7dfc60aa
Set extent to undefined when it is undefined
2012-07-15 12:32:09 +02:00
Tom Payne
26aa704a4d
Refresh layer renderer management
2012-07-15 12:31:33 +02:00
Tom Payne
446fe16da1
Disable debug options by default
2012-07-15 00:41:05 +02:00
Tom Payne
55655207d1
Add commented-out compilation options
2012-07-15 00:40:37 +02:00
Tom Payne
e509f4cfe5
Be super-strict
2012-07-15 00:40:11 +02:00
Tom Payne
9e024011d4
Use goog.fx.anim
2012-07-15 00:36:26 +02:00
Tom Payne
adfdedb12b
Add ol.Map.freeze/thaw
2012-07-14 22:41:04 +02:00
Tom Payne
75ab503473
Correct WebGL context handling
2012-07-14 22:18:57 +02:00
Tom Payne
d258db6204
Snapshot ol.webgl.TileLayerRenderer
2012-07-14 22:00:43 +02:00
Tom Payne
998dbdabd0
Make ol.Map.layerRenderers protected
2012-07-14 22:00:43 +02:00
Tom Payne
5aab7cb142
Add ol.TileLayer
2012-07-14 22:00:43 +02:00
Tom Payne
8d9cee2ee1
Add map parameter to ol.LayerRenderer
2012-07-14 21:51:04 +02:00
Tom Payne
669a83ff78
Add ol.webgl.LayerRenderer
2012-07-14 21:50:35 +02:00
Tom Payne
b30d0c314b
Add pixel to/from coordinate transforms
2012-07-14 19:54:41 +02:00
Tom Payne
caba3814f7
Don't clone center or extent
2012-07-14 19:26:35 +02:00
Tom Payne
ba9a62120b
Only redraw if visible layers are added or removed
2012-07-14 19:23:25 +02:00
Tom Payne
f66016af2e
Handle resizing
2012-07-14 19:23:08 +02:00
Tom Payne
c7f418240f
Check projection when adding layers
2012-07-14 18:34:39 +02:00
Tom Payne
acb8c14d28
Shortcut projection equivalence test
2012-07-14 18:34:26 +02:00
Tom Payne
fcf552ea40
Merge Camera into Map
2012-07-14 18:34:02 +02:00
Tom Payne
b80ce1fc26
Set camera defaults when layers is changed
2012-07-14 17:47:43 +02:00
Tom Payne
9266b7fdb2
Create new extent if no existing one
2012-07-14 17:47:18 +02:00
Tom Payne
dbb26dc68d
Add ol.Camera.isFullyDefined
2012-07-14 17:46:50 +02:00
Tom Payne
c0aa3b77fe
Configure default camera when first layer is added
2012-07-14 16:14:12 +02:00
Tom Payne
fab1bca1fb
Recalculate map extent when camera property changes
2012-07-14 16:13:54 +02:00
Tom Payne
461552a72e
Correct camera property change handling
2012-07-14 16:12:56 +02:00
Tom Payne
c59e6e1462
Return cloned size rather then reference
2012-07-14 16:12:24 +02:00
Tom Payne
9e8c8ad316
Add extent handling to ol.Map
2012-07-14 16:11:52 +02:00
Tom Payne
8c4d408795
ol.Store should not inherit from ol.Object
2012-07-14 15:31:36 +02:00
Tom Payne
a8138cfe17
Remove ol.TileGrid.getMaxResolution
2012-07-14 15:30:35 +02:00
Tom Payne
7107b8d105
Add ol.Extent.getCenter
2012-07-14 15:29:36 +02:00
Tom Payne
d5e706d9ff
Remove unused requires
2012-07-14 15:29:21 +02:00
Tom Payne
d1e5906e2c
Merge Map and MapRenderer
2012-07-14 13:36:24 +02:00
Tom Payne
19ea6a0cba
Import WebGL code from WebGL Maps
2012-07-13 19:27:48 +02:00
Tom Payne
a35cd158be
Snapshot WebGLMapRenderer
2012-07-13 19:14:34 +02:00
Tom Payne
f5790e14f2
Use goog.nullFunction
2012-07-13 19:13:51 +02:00
Tom Payne
8279e79818
Handle undefined properties
2012-07-13 19:13:17 +02:00
Tom Payne
bb1e81b72a
Add ol.MapRenderer.forEachLayerRenderer
2012-07-13 19:12:40 +02:00
Tom Payne
773590345a
Bind Map to MapRenderer properties
2012-07-13 19:12:14 +02:00
Tom Payne
152c0e9f78
Export ol.MapRendererProperty
2012-07-13 19:11:47 +02:00
Tom Payne
8ac2cb7103
Provide default layer change handlers
2012-07-13 19:11:01 +02:00
Tom Payne
d2caf1543f
Add CSS to ensure map fills body
2012-07-13 19:09:41 +02:00
ahocevar
fd2ac782cf
Using high level map event instead of browser event.
2012-07-13 17:54:34 +02:00
ahocevar
1c07c38a70
Using minus sign instead of ndash.
2012-07-13 17:53:33 +02:00
Éric Lemoine
425b6c6652
Merge pull request #10 from elemoine/event
...
make ol.Map inherit from goog.events.EventTarget
2012-07-13 08:47:39 -07:00
Éric Lemoine
a365b0aaf3
improvements to the drag handler tests
2012-07-13 17:44:46 +02:00
Éric Lemoine
226480af90
fix mousewheel handler tests
2012-07-13 16:20:23 +02:00
Éric Lemoine
6fd5bb8647
fix drag handler tests
2012-07-13 16:20:07 +02:00
Éric Lemoine
1f62bd8cd6
fix typo in drag handler
2012-07-13 16:19:42 +02:00
Éric Lemoine
2b9df6442b
Revert "Allow for using a different set of default behaviors."
...
This reverts commit 3cc069186c .
2012-07-13 15:38:06 +02:00
Éric Lemoine
f34aa03109
Revert "Replace the navigation control by two controls, namely DragPan and MouseWheelZoom. DragPan is the map default drag control. MouseWheelZoom is the map default mouse wheel control."
...
This reverts commit c2a30f4ac4 .
2012-07-13 15:37:39 +02:00
Éric Lemoine
dd5182c55c
remove trailing spaces in tests
2012-07-13 15:37:21 +02:00
Éric Lemoine
c2a30f4ac4
Replace the navigation control by two controls, namely DragPan and MouseWheelZoom. DragPan is the map default drag control. MouseWheelZoom is the map default mouse wheel control.
2012-07-13 08:57:40 +02:00
ahocevar
f4532f1548
Completing tests for map handlers.
2012-07-12 23:48:13 +02:00
ahocevar
ba986e536d
We decided to be explicit about bubble/capture.
2012-07-12 23:47:37 +02:00
ahocevar
8183164298
The underlying event will be needed frequently.
...
But there will also be events that don't have an underlying event, so we make it optional.
2012-07-12 23:47:16 +02:00
ahocevar
3cc069186c
Allow for using a different set of default behaviors.
...
The default behavior of dragging and wheel zooming feels specific to 2D maps. So I think it makes sense to introduce a special type of controls (ol.control.DefaultControl) that implement default behaviors. This change also re-introduces the Navigatin control, which is a container for the default behaviors that were previously defined in the map handlers. Maybe this control needs to be renamed to Navigatin2D in the future, and there could be a different Navigation control for 3D maps.
2012-07-12 20:51:47 +02:00
ahocevar
42c4c9d869
No need to pass the element to the constructor.
...
If MapHandler subclasses could live without a map, it would make sense to have a constructor with a target and an element. But because the target is always the map, and the handler need to know about the map for performing default behavior, we always assume the map's viewport as element.
2012-07-12 20:44:32 +02:00
Tom Payne
964bbf41bd
Add scope to ol.Array.forEach
2012-07-12 19:23:06 +02:00
ahocevar
f672303f0a
New MapHandler base class; better API docs
2012-07-12 15:21:15 +02:00
ahocevar
1ad915b428
Shuffling resources; better variable names; better type declarations.
2012-07-12 13:43:47 +02:00
Éric Lemoine
8206f11372
be more explicit when calling goog.events.listen and unlisten
2012-07-12 08:20:42 +02:00
Éric Lemoine
dea307e53a
typed objects for map events
2012-07-12 08:18:22 +02:00
Éric Lemoine
d4106f166d
remove reference to ol.control.Navigation from ol.export.js
2012-07-12 08:17:23 +02:00
Éric Lemoine
8801542744
add code comments to click and mousewheel handlers
2012-07-12 08:14:21 +02:00
Éric Lemoine
d517bdc5cd
use of goog.events.Event.stopPropagation instead of our own function
2012-07-12 07:35:14 +02:00
Tom Payne
7ae4fc3eb5
Add initial ol.WebLGLMapRenderer experiments (size not working)
2012-07-11 21:58:18 +02:00
Tom Payne
e4f729f1b9
Add ol.webglrender.IGLObject
2012-07-11 21:57:01 +02:00
Tom Payne
7a4e3aa323
Listen for target resizes in ol.MapRenderer
2012-07-11 21:21:38 +02:00
Tom Payne
5c40e1d570
Listen for all camera property changes
2012-07-11 21:20:29 +02:00
Tom Payne
9c0ce6e635
Make ol.LayerProperty public
2012-07-11 21:18:47 +02:00
Tom Payne
02113f05be
Make ol.StoreProperty public
2012-07-11 21:18:34 +02:00
Tom Payne
73abd6e8b8
Make ol.CameraProperty public
2012-07-11 21:15:28 +02:00
Tom Payne
87853a5f54
Stricter type checking on target
2012-07-11 19:33:17 +02:00
Éric Lemoine
a6b37ff83d
remove reference to ol.control.Navigation in ol.js
2012-07-11 18:00:40 +02:00
Éric Lemoine
c6b8a93394
add goog.require for ol.handler.Click in ol.js
2012-07-11 17:52:21 +02:00
Éric Lemoine
8194f05ce4
better doc strings for the mousewheel handler
2012-07-11 17:49:13 +02:00
Éric Lemoine
62aee1d7ea
remove unused function in the mousewheel handler
2012-07-11 17:48:48 +02:00
Éric Lemoine
d73531bf57
missing goog.require in the mousewheel handler
2012-07-11 17:47:16 +02:00
Éric Lemoine
3936c62e77
drag handler constructor should call its parent
2012-07-11 17:46:57 +02:00
Éric Lemoine
be0f73fb11
better doc strings for the drag handler
2012-07-11 17:46:25 +02:00
Éric Lemoine
d73410a9b3
add a click handler
2012-07-11 17:45:32 +02:00
Éric Lemoine
da11a8c34d
add ol.ENABLE_DRAG_HANDLER and ol.ENABLE_MOUSEWHEEL_HANDLER @defines, and pass a an object to the handlers for sharing states
2012-07-11 17:43:42 +02:00
Éric Lemoine
38f946d944
remove the navigation control and the event target hierarchy
2012-07-11 17:38:18 +02:00
Éric Lemoine
ae5cdc75b4
the mousewheel handler zooms the map by default
2012-07-11 17:35:50 +02:00
Tom Payne
00462bb9e4
Move renderers into their own directories
2012-07-11 17:20:09 +02:00
Tom Payne
133f6199f7
Fix gjslint errors
2012-07-11 17:20:09 +02:00
Tom Payne
cf9a41f77e
Create camera, layers and projection if not specified
2012-07-11 17:20:09 +02:00
Tom Payne
a6ea18c4fc
Add skeleton HTML
2012-07-11 17:20:09 +02:00
Tom Payne
62a25d7242
Add ol.TileLayer.createOpenStreetMap
2012-07-11 17:20:09 +02:00
Tom Payne
1485137f7b
Add ol.TileStore.createOpenStreetMap
2012-07-11 17:20:09 +02:00
Tom Payne
b9667c208b
Add ol.TileUrlFunction.createFromTemplates
2012-07-11 17:20:09 +02:00
Tom Payne
d9077f3002
Correct type of opt_values
2012-07-11 17:20:09 +02:00
Tom Payne
1298cc3da3
Add ol.Map skeleton
2012-07-11 17:20:09 +02:00
Tom Payne
995aa76d1a
Add initial ol.DOMMapRenderer skeleton
2012-07-11 17:20:09 +02:00
Tom Payne
fbefb98026
Add initial ol.WebGLMapRenderer skeleton
2012-07-11 17:20:09 +02:00
Tom Payne
bcf4d9416c
Add initial ol.MapRenderer skeleton
2012-07-11 17:20:09 +02:00
Tom Payne
6c1090a2df
Add initial ol.LayerRenderer skeleton
2012-07-11 17:20:09 +02:00
Tom Payne
06d32b3819
Allow values to be passed to ol.Layer
2012-07-11 17:20:09 +02:00
Tom Payne
56de224667
Add missing require
2012-07-11 17:20:09 +02:00
Tom Payne
11835b18c9
Remove ol.coord.AccessorInterface
2012-07-11 17:20:08 +02:00
Tom Payne
b2b9a41be1
Merge tile cache into TileStore
2012-07-11 17:20:08 +02:00
Tom Payne
5adbd13705
Add ol.TileCoord.toString
2012-07-11 17:20:08 +02:00
Tom Payne
e199fbd7f6
Update ol.Tile
2012-07-11 17:20:08 +02:00
Tom Payne
01cb568a50
Rename Layer to Store and LayerRendereOptions to Layer
2012-07-11 17:20:08 +02:00
Tom Payne
5de1ac3dd6
Don't use typedef for type that is only used once
2012-07-11 17:20:08 +02:00
Tom Payne
2dbd9c676b
Make name calculations public
2012-07-11 17:20:08 +02:00
Tom Payne
fc585de50f
Cache event types and changed method names
2012-07-11 17:20:08 +02:00
Tom Payne
6610496e56
Clean up comments and argument name
2012-07-11 17:20:08 +02:00
Tom Payne
defffdada8
Allow optional initial values to be passed to ol.Object
2012-07-11 17:20:08 +02:00
Tom Payne
5a7c2e72a6
Better type checking in Layer
2012-07-11 17:20:08 +02:00
Tom Payne
dd3dead3cd
Add layer to LayerRendererOptions
2012-07-11 17:20:08 +02:00
Tom Payne
1c344ffa9f
s/LayerView/LayerRendererOptions/
2012-07-11 17:20:08 +02:00
Tom Payne
10f8f1198b
Add ol.TileGrid.createOpenStreetMap
2012-07-11 17:20:08 +02:00
Tom Payne
3050268eb0
Add initial ol.TileLayer skeleton
2012-07-11 17:20:08 +02:00
Tom Payne
5494c36748
Sort functions alphabetically
2012-07-11 17:20:08 +02:00
Tom Payne
40acb70a3c
Add ol.TileGrid.getZForResolution
2012-07-11 17:20:08 +02:00
Tom Payne
391b5906bc
s/getTileResolution/getTileCoordResolution/g
2012-07-11 17:20:07 +02:00
Tom Payne
d30c30f01d
s/TileUrl/TileUrlFunction/
2012-07-11 17:20:07 +02:00
Tom Payne
58e9ba322e
Replace corner with xEast/ySouth
2012-07-11 17:20:07 +02:00
Tom Payne
d444618a11
Add missing @template declaration
2012-07-11 17:20:07 +02:00
Tom Payne
24ba87bf92
s/yield/forEach/
2012-07-11 17:20:07 +02:00
Tom Payne
65b0094a78
Test ol.TileGrid.yieldTileCoordParents
2012-07-11 17:20:07 +02:00
Tom Payne
abb49a899a
Add ol.TileBounds.forEachTileCoord
2012-07-11 17:20:07 +02:00
Tom Payne
85716afa38
Top should always be greater than or equal to bottom in ol.TileBounds
2012-07-11 17:20:07 +02:00
Tom Payne
9a89814896
Store number of resolutions in member variable
2012-07-11 17:20:07 +02:00
Tom Payne
ff34400d96
Add ol.TileCoord.clone
2012-07-11 17:20:07 +02:00
Tom Payne
9712c706ba
Test ol.TileGrid.getExtentTileBounds
2012-07-11 17:20:07 +02:00
Tom Payne
4ff6f03834
s/getTileBounds/getExtentTileBounds/
2012-07-11 17:20:07 +02:00
Tom Payne
656974090f
Pass z when yielding TileCoord parents
2012-07-11 17:20:07 +02:00
Tom Payne
e63f7d166f
Don't crop against TileGrid extent in TileGrid
2012-07-11 17:20:07 +02:00
Tom Payne
fe38bb694b
Re-order functions alphabetically
2012-07-11 17:20:07 +02:00
Tom Payne
e656597a59
Stricter type checking on ol.TileGrid origins
2012-07-11 17:20:07 +02:00
Tom Payne
ad30fbe544
Add initial ol.TileGrid tests
2012-07-11 17:20:06 +02:00
Tom Payne
896c4c102a
Check resolutions are strictly monotonically decreasing
2012-07-11 17:20:06 +02:00
Tom Payne
727b2905f7
Suppress gjslint warnings
2012-07-11 17:20:06 +02:00
Tom Payne
b92a958bcd
Add more ol.Array tests
2012-07-11 17:20:06 +02:00
Tom Payne
7b6fb0b4ca
Enumerate ol.Array properties
2012-07-11 17:20:06 +02:00
Tom Payne
d70869c702
Rename ol.MVCArray to ol.Array
2012-07-11 17:20:06 +02:00
Tom Payne
331ee15ac8
Enumerate ol.Object properties
2012-07-11 17:20:06 +02:00
Tom Payne
438d5f2484
Rename ol.MVCObject to ol.Object
2012-07-11 17:20:06 +02:00
Tom Payne
4bdaf293b0
Add ol.Extent.transform
2012-07-11 17:20:06 +02:00
Tom Payne
9368f05d1c
Factor out ol.TransformFunction
2012-07-11 17:20:06 +02:00
Tom Payne
a2cf655bfa
Add ol.Layer
2012-07-11 17:20:06 +02:00
Tom Payne
89ec9bf07a
Update ol.Projection
2012-07-11 17:20:06 +02:00
Tim Schaub
c56fce2be8
Attempting to clarify.
2012-07-11 17:20:06 +02:00
Tom Payne
94d85d4821
Fix lint warnings
2012-07-11 17:20:06 +02:00
Tom Payne
13c8b8b0de
Include externs in lint
2012-07-11 17:20:06 +02:00
Tom Payne
48cc0bed93
Add externs for Proj4js
2012-07-11 17:20:06 +02:00
Tom Payne
bd61a0be15
Add ol.LayerView
2012-07-11 17:20:06 +02:00
Tom Payne
9900084f46
Add initial ol.TileGrid skeleton
2012-07-11 17:20:05 +02:00
Tom Payne
afb37035dc
Add ol.Extent
2012-07-11 17:20:05 +02:00
Tom Payne
8014f68719
Use goog.math.Bounds for extents
2012-07-11 17:20:05 +02:00
Tom Payne
25d67e670f
Layers should always have an extent
2012-07-11 17:20:05 +02:00
Tom Payne
dc2993b61d
Add ol.Camera
2012-07-11 17:20:05 +02:00
Tom Payne
c04e3d339f
Add ol.TileUrl
2012-07-11 17:20:05 +02:00
Tom Payne
6ced2b5815
Update ol.Bounds, remove referenced/unreferenced bounds distinction
2012-07-11 17:20:05 +02:00
Tom Payne
a3322aa9e1
Add ol.TileBounds
2012-07-11 17:20:05 +02:00
Tom Payne
9f0738aa99
Add ol.TileCoord
2012-07-11 17:20:05 +02:00
Tom Payne
b4e2e45166
Add ol.MVCArray
2012-07-11 17:20:05 +02:00
Tom Payne
97b062fb73
Add ol.MVCObject
2012-07-11 17:20:05 +02:00
Tom Payne
46b4d96fb0
Add all.js for testing
2012-07-11 17:20:05 +02:00
Tom Payne
61038cde5f
Move ol.js and ol.export.js into exports/ol.js
2012-07-11 17:20:05 +02:00
Tom Payne
79aa190e30
Add Makefile with lint target to use gjslint
2012-07-11 17:20:00 +02:00
Tom Payne
67105b0256
Don't discard Plovr version
2012-07-11 17:12:38 +02:00
Tom Payne
ed01a5db13
Ignore build targets
2012-07-11 17:12:38 +02:00
Éric Lemoine
6f1f9922cc
more structure in doc/ol3.md
2012-07-11 17:12:37 +02:00
Éric Lemoine
3efa392d1f
ol3.md updates
2012-07-11 17:12:37 +02:00
Éric Lemoine
c07d0c668d
change ol3 doc from txt to markdown
2012-07-11 17:12:37 +02:00
Éric Lemoine
1bd975bc23
add design assertions to the doc/ol3.txt doc
2012-07-11 17:12:37 +02:00
Tom Payne
2474429f8c
Add initial architecture draft
2012-07-11 17:12:37 +02:00
Éric Lemoine
357d08df99
the drag handler moves the map by default
2012-07-11 08:31:38 +02:00
Éric Lemoine
82b5a59647
remove ol.event entirely
2012-07-09 21:34:47 +02:00
Éric Lemoine
e4ff1a7574
ol.Tile inherits from goog.events.EventTarget
2012-07-09 21:33:08 +02:00
Éric Lemoine
f9cb029a74
ol.control.Zoom no longer require ol.event
2012-07-09 21:32:10 +02:00
Éric Lemoine
77b809bead
ol.control.Attribution no longer require ol.event
2012-07-09 21:31:56 +02:00
Éric Lemoine
a3387bc673
ol.Map requires ol.handler.MouseWheel
2012-07-09 21:11:13 +02:00
Éric Lemoine
04f87f8f73
ol.Map:destroy is back (api tests pass again)
2012-07-09 21:09:42 +02:00
Éric Lemoine
7c7cd08494
base tests for ol.handler.Drag and ol.handler.MouseWheel
2012-07-09 21:09:09 +02:00
Éric Lemoine
aebfb643ac
better type checking
2012-07-09 20:51:28 +02:00
Éric Lemoine
127a2c9606
[ol.handler.Drag] receive mousemove/touchmove events when dragstart and dragend only
2012-07-09 20:50:59 +02:00
Éric Lemoine
32757f2cd5
Merge remote branch 'upstream/master' into event
2012-07-09 19:47:46 +02:00
Éric Lemoine
484d0f8d04
use goog.events.dispatchEvent
2012-07-09 09:33:53 +02:00
Éric Lemoine
1679a59835
reset the map DEFAULT_CONTROLS array
2012-07-09 09:33:32 +02:00
Éric Lemoine
406a2da466
do no export ol.Map.prototype.destroy, it is gone
2012-07-09 09:32:57 +02:00
Éric Lemoine
f2e0adc24f
make the drag handler prevent page scrolling
2012-07-09 09:32:18 +02:00
Éric Lemoine
bc72e2e444
ol.control.Attribution no longer relies on map.getEvents
2012-07-09 09:31:33 +02:00
Éric Lemoine
e0b53360d2
ol.Popup no longer relies on map.getEvents
2012-07-09 09:30:34 +02:00
Éric Lemoine
9e693f29c5
use the mousewheel handler
2012-07-09 09:28:56 +02:00
Éric Lemoine
2c61e16b55
add a mouse wheel handler
2012-07-09 09:27:36 +02:00
Tim Schaub
1dd2512765
Specs for getting tile coords.
2012-07-09 01:15:56 -06:00
Tim Schaub
7f594364ca
Pixels aligned top,left to origin.
2012-07-09 01:15:56 -06:00
Éric Lemoine
34a450a009
Merge branch 'master' into event
...
Conflicts:
src/ol/Map.js
src/ol/event/Drag.js
2012-07-09 08:57:55 +02:00
ahocevar
d76eea8ac4
Fixing tests.
2012-07-09 08:26:25 +02:00
Tim Schaub
5a485ea856
Getting explicit about pixels and size.
...
Eventually, well have to ask renderers for all pixel and size related stuff. And the map overlay renderer will do all pixel<->loc math. For now, we let the map do this math based on its viewport - as this is where the mouse events are handled and it is pixels relative to the viewport that are being generated. For now, the getViewportPixelForLoc and getLocForViewportPixel are now more explicitly named.
2012-07-08 20:57:36 -06:00
Tim Schaub
3d130d3325
Letting the map ask renderer for resolution.
2012-07-08 20:56:36 -06:00
Tim Schaub
4dfb5d0dee
Set center on reset. Only shift if offset.
2012-07-08 20:42:15 -06:00
Tim Schaub
b24d63a898
Spaces for tabs.
2012-07-08 19:34:53 -06:00
Tim Schaub
4911320eef
Rework DOM composite renderer.
2012-07-08 18:37:23 -06:00
Tim Schaub
ceaba3cdd4
Overlays above the renderer.
2012-07-08 18:37:23 -06:00
ahocevar
7bf1ffe606
Nice improvement of the wheel zooming experience.
2012-07-08 20:27:10 +02:00
ahocevar
4132ded263
Merge branch 'events'
2012-07-08 12:19:32 +02:00
ahocevar
ca2414c9d6
Simplify controls by registering click events on own elements.
...
This makes sense for all controls that provide buttons or similar UI elements that don't interfer with map interaction.
2012-07-08 12:17:11 +02:00
ahocevar
a38a331085
Allow for events on other elements than the map viewport.
...
Not registering browser events as priority events makes it easy for controls to preventDefault or stopPropagation when events are registered on children of the map viewport element.
2012-07-08 12:14:26 +02:00
ahocevar
e67e9049ca
preventDefault and stopPropagation convenience functions.
...
These functions can directly be used as browser event listeners.
2012-07-08 12:12:19 +02:00
ahocevar
e8ac3f1a6b
preventDefault for mousemove and touchmove.
...
This avoids panning of the browser page when drag-panning the map.
2012-07-08 11:55:31 +02:00
Tim Schaub
bb7127c548
Merge branch 'renderer'
2012-07-07 17:17:59 -06:00
Tim Schaub
ddd57426b5
Allow renderer to have a buffer.
2012-07-07 16:50:22 -06:00
Tim Schaub
dc409ebcc4
Resize images in case they were previously scaled.
2012-07-07 15:42:08 -06:00
Tim Schaub
c0777cc003
Working with integer pixel space.
2012-07-07 15:19:49 -06:00
Tim Schaub
523f4d61fc
Shift container for all layer renderers together.
2012-07-07 13:13:07 -06:00
tschaub
d435f6b4fd
Simplifying the loader.
...
Plovr checks the referrer for query string parameters (like mode), so we don't need any of this query string parsing (thanks @elemoine for the tip).
The reason we still dynamically generate the script tag is to work on other domains (e.g. testing on a VM or mobile device). In this case, we make use of the `window.location.hostname`.
2012-07-05 13:55:24 -06:00
Éric Lemoine
22e7dc67d6
add a @fileoverview to ol/handler/Drag.js
2012-07-05 14:02:13 +02:00
Éric Lemoine
2fcd76bd54
ol.handler.Drag no longer needs a disposeInternal method
2012-07-05 14:01:44 +02:00
Éric Lemoine
8e36850e7f
create parent event target for the map, to allow stopping event propagation
2012-07-05 13:55:57 +02:00
Éric Lemoine
410d79faa1
rely on registerDisposable
2012-07-05 11:11:35 +02:00
Éric Lemoine
946cd33350
make ol.Map inherit from goog.EventTarget, and add an ol.handler.Drag
2012-07-05 11:11:35 +02:00
Tim Schaub
0650d93d17
Let the composite renderer manage containers.
2012-07-04 22:17:56 -06:00
Tim Schaub
d8e8e55b44
Generalizing query string parsing in the loader.
2012-07-04 20:53:03 -06:00
ahocevar
578f74eb86
Less magic.
...
Each control is responsible for its handlers. And all controls are rendered into an overlay, not any more depending on assumptions about link click handling.
2012-06-29 09:44:52 +02:00
ahocevar
f28fe4912f
I think we decided to name events in a noun+verb fashion.
2012-06-26 13:34:34 +02:00
ahocevar
8541490f53
Be more explicit about object properties to get rid of warnings.
2012-06-26 09:56:50 +02:00
ahocevar
b7c8486289
Testing Control.js.
2012-06-26 00:18:29 +02:00
ahocevar
56542de1f3
More Events.js tests.
2012-06-26 00:00:36 +02:00
Marc Jansen
1d12c1b5d8
Better test description.
2012-06-25 23:23:42 +02:00
Marc Jansen
f477fd8ced
Allow multi* geometries in Collections/collections.
2012-06-25 23:19:25 +02:00
Marc Jansen
29b684f916
Correct the formatPoint test to use API methods.
2012-06-25 23:03:01 +02:00
Marc Jansen
ca5b06f108
Add exports for multilinestring.
2012-06-25 23:02:35 +02:00
Marc Jansen
25202cae6d
Add a LineStringLike typedef.
2012-06-25 22:46:11 +02:00
Marc Jansen
0a60d2dc82
Include test spec in api.html.
2012-06-25 22:45:17 +02:00
Marc Jansen
7eef78ed4c
Add geom/multilinestring classes and tests.
2012-06-25 22:44:42 +02:00
Marc Jansen
f2577bbf12
Correct test for remove method.
2012-06-25 22:43:22 +02:00
Marc Jansen
6d84d4d3a1
Add geom/MultiLineString classes and tests.
2012-06-25 21:36:17 +02:00
ahocevar
f962b78caa
If no listeners are registered, triggerEvent does nothing now.
2012-06-25 06:32:10 +02:00
ahocevar
87459deb65
Removing unused variable.
2012-06-25 06:32:10 +02:00
Éric Lemoine
fbd4023d6a
[ol.layer.TileLayer] better func comment
2012-06-24 22:30:48 +02:00
Éric Lemoine
192caa1c65
[ol.layer.TileLayer] do not load tiles outside the layer's extent
2012-06-24 22:25:01 +02:00
ahocevar
9c46aadd22
Adding attribution control and attribution.
2012-06-24 22:22:18 +02:00
ahocevar
dfc21754c9
Adding addLayers method and addlayer event.
2012-06-24 22:14:48 +02:00
ahocevar
c218e7a139
Adding missing return type.
2012-06-24 22:12:58 +02:00
ahocevar
9758910fc6
Making Element/Node types more consistent.
2012-06-24 22:12:38 +02:00
ahocevar
eabc2d9922
Shortcut to register events.
2012-06-24 20:03:58 +02:00
ahocevar
1b93856e89
Keep track of the number of events we have registered.
...
This is needed to reliably prevent the handleBrowserEvent method to perform potentially expensive calculations.
2012-06-24 20:03:16 +02:00
ahocevar
d8599f28b9
Let the controls decide about stopPropagation and preventDefault.
2012-06-24 19:53:42 +02:00
ahocevar
68498bc36e
Fixing the way we prevent the extra click.
2012-06-24 19:48:59 +02:00
ahocevar
bd8354c831
Adding destroy method.
...
The control now removes its markup from the DOM. A nice aspect of our event handling is that no events need to be registered on any of the dom elements that controls create.
2012-06-24 17:08:32 +02:00
ahocevar
45222ac5cb
Adding getStaticOverlay method.
...
This will be used by overlays, e.g. to display layer attribution.
2012-06-24 17:07:02 +02:00
Marc Jansen
f7b75a8913
Merge pull request #3 from cedricmoullet/master
...
Semicolon missing
2012-06-24 05:43:20 -07:00
ahocevar
bc37121ae0
Accessibility - now we can use the keyboard to zoom in and out.
2012-06-24 13:45:32 +02:00
ahocevar
218ad77103
preventDefault now happens in Events.js for all handled events.
2012-06-24 13:43:53 +02:00
ahocevar
fcadf842e5
stopPropagation and preventDefault when the event was handled.
2012-06-24 13:43:11 +02:00
ahocevar
446a434c06
New isEnterOrSpace method for keyboard navigation.
2012-06-24 13:42:34 +02:00
ahocevar
7f01528311
Proper destruction.
2012-06-24 13:41:00 +02:00
ahocevar
2fbb29efa0
Using goog.object.clear in destroy.
2012-06-24 12:46:09 +02:00
ahocevar
53a1f9b579
Adding tests for Loc.add.
2012-06-24 12:02:45 +02:00
ahocevar
fdfccb7a82
Fixing type of maxResolution.
2012-06-24 11:40:18 +02:00
ahocevar
0c9b3d1d58
Making map_ protected instead of private.
2012-06-24 11:39:42 +02:00
Cédric Moullet
38db8178e2
semicolon missing
2012-06-24 11:26:23 +02:00
ahocevar
81577d6dce
Adding Loc.add method.
2012-06-24 10:09:24 +02:00
Petr Pridal
587512cac8
Introduced "ol.API" @define which will allow in future to compile HPI apps with the OL. Discussed in ol3-sprint mailing-list.
2012-06-23 23:06:45 +02:00
Éric Lemoine
b615eb94b7
add a ol.layer.wms factory
2012-06-23 21:53:45 +02:00
Éric Lemoine
0b36e10f8f
[ol.map] option name maxRes changed to maxResolution (discussed in cdd9439)
2012-06-23 21:27:39 +02:00
Éric Lemoine
c7e799ebf4
[ol.popup] make the API tests pass in advanced mode
2012-06-23 21:20:15 +02:00
Tim Schaub
08d6e35252
Accept an id param for the loader.
2012-06-23 20:00:28 +02:00
Tim Schaub
2fcbce30bc
For now, we require a projection on loc internally.
2012-06-23 19:59:49 +02:00
ahocevar
12fb6c5af4
Merge branch 'master' of github.com:openlayers/ol3
2012-06-23 17:03:57 +02:00
ahocevar
bba7500ab7
Making Popup tests pass.
2012-06-23 17:00:58 +02:00
Tim Schaub
bcc85b9dd7
Must set a projection before setting center.
2012-06-23 16:55:16 +02:00
Tim Schaub
db2cbe07b7
Transforming coords before setting center.
...
The internal setCenter method can only be called with locations that have projections. This method always transforms.
2012-06-23 16:42:51 +02:00
ahocevar
81b8a472d8
No longer need to calculate the anchor transformation.
2012-06-23 16:16:37 +02:00
ahocevar
026b60826e
Removing stub method, and use the real method in Popup.
2012-06-23 16:16:37 +02:00
ahocevar
ad8568a259
New setCenterAndZoom and setZoom methods.
2012-06-23 16:16:37 +02:00
ahocevar
abf4f41eab
Check for renderer before calling methods on it.
2012-06-23 16:16:37 +02:00
Tim Schaub
48704cce2f
Make sure to set a projection on user center.
...
Only in the API do we allow setting the map center without a projection. This is all handled in the center getter/setter.
2012-06-23 15:40:43 +02:00
Tim Schaub
167f77dd7e
Updating example with build config.
2012-06-23 15:22:37 +02:00
Tim Schaub
df1dfd5295
Adding exports to get advanced compilation.
2012-06-23 15:22:37 +02:00
ahocevar
c656bac601
Making the pointer position the zoom origin.
2012-06-23 14:22:54 +02:00
ahocevar
d391c65ac6
New pixel conversion and zoom/center related methods.
2012-06-23 14:21:37 +02:00
ahocevar
6d7c79a9b9
Merge branch 'master' of github.com:openlayers/ol3
2012-06-23 14:18:25 +02:00
ahocevar
43adc61b26
No click event at the end of a drag sequence.
2012-06-23 14:18:02 +02:00
Tim Schaub
795f8b854d
Adding instructions for build utilities.
2012-06-23 14:10:25 +02:00
Tim Schaub
a1fcb4e065
Build with an arbitrary configuration.
2012-06-23 13:55:06 +02:00
ahocevar
3adf04f728
Merge branch 'master' of github.com:openlayers/ol3
2012-06-23 13:41:35 +02:00
ahocevar
e03595fdac
Priority flag for unregistering priority events.
2012-06-23 13:37:39 +02:00
Tim Schaub
2991041b3c
Cleaning up a bit.
2012-06-23 13:23:10 +02:00
Tim Schaub
c4f91d498c
Prep for more efficient moves.
2012-06-23 12:42:09 +02:00
ahocevar
cdd9439bbd
Consistency: get/setMaxResolution instead of get/setMaxRes.
2012-06-23 09:10:01 +02:00
Tim Schaub
76d90428bd
Pleasant zoom.
2012-06-23 03:32:27 +02:00
Tim Schaub
0554bceb29
Drag and zoom without throwing.
...
(This is a bit tedious, suggests a pending state.)
2012-06-23 02:17:14 +02:00
Tim Schaub
789eaa2742
Loaded typo.
2012-06-23 02:11:26 +02:00
Tim Schaub
ef0fd8da60
Pixels increase right and down.
2012-06-23 02:00:28 +02:00
Tim Schaub
b6cfeecdfb
Adjust tiles if already rendered.
2012-06-23 01:59:20 +02:00
ahocevar
a6069bb78e
Center tranformation in the api; moveByPx implemented.
2012-06-22 20:49:58 +02:00
Tim Schaub
5fa42e9b30
A map that zooms.
2012-06-22 20:46:34 +02:00
Éric Lemoine
0eaaefdf1d
make the TileLayerRenderer tests pass
2012-06-22 20:43:13 +02:00
Éric Lemoine
f92e128636
[ol.layer.WMS] add a basic tiled WMS layer implementation
2012-06-22 20:39:56 +02:00
Tim Schaub
cfe3f14777
Stray console log.
2012-06-22 20:38:24 +02:00
Tim Schaub
787f2ba979
Common method for conditionally rendering.
2012-06-22 20:37:29 +02:00
Tim Schaub
b986395358
This is not doing what you think it is.
2012-06-22 20:25:26 +02:00
Tim Schaub
f46a7dbc2a
Updated example.
2012-06-22 20:10:02 +02:00
Tim Schaub
bc0614d3ee
Render last.
2012-06-22 20:08:44 +02:00
Tim Schaub
f86e6f17a9
Absolute position for tiles.
2012-06-22 20:08:44 +02:00
Tim Schaub
af73489bd5
Create a renderer and draw when possible.
2012-06-22 20:08:44 +02:00
ahocevar
c72f803038
Adding scroll sequence and scroll support for the Navigation control.
2012-06-22 19:51:35 +02:00
ahocevar
6b8000d963
Removing debug output.
2012-06-22 19:48:05 +02:00
Tim Schaub
7b41119bc9
Composite renderer creates layer renderers.
2012-06-22 19:46:40 +02:00
Tim Schaub
ff9bacf044
Temporary way for map renderers to register.
2012-06-22 19:46:40 +02:00
Tim Schaub
915f7b5330
Clean up old tiles.
2012-06-22 19:46:40 +02:00
Mike Adair
e7240062b3
adding some more tests
2012-06-22 13:05:18 -04:00
Éric Lemoine
5dc156995a
[ol.layer.TileLayer] use ol.error
2012-06-22 18:46:52 +02:00
Éric Lemoine
a26913f26e
[ol.layer.TileLayer] getTileUrl should be implemented in subclasses
2012-06-22 18:31:32 +02:00
ahocevar
f504fe87b8
Removing incorrect comments.
2012-06-22 18:27:06 +02:00
ahocevar
84ee96fbd0
Don't subclass fx.Dragger - just use it.
2012-06-22 18:27:06 +02:00
Marc Jansen
c54dda723a
Remove debugg statement
2012-06-22 18:26:09 +02:00
Marc Jansen
be9448457d
Test & improve the getCentroid/centroid method of collections
2012-06-22 18:24:53 +02:00
Marc Jansen
abb254a0fb
Test the getCentroid/centroid Method of multipoints
2012-06-22 18:24:53 +02:00
Tim Schaub
2fffa0293d
Test renderer type.
2012-06-22 17:48:44 +02:00
Tim Schaub
5b2d29878b
Tile may be null.
2012-06-22 17:38:59 +02:00
Éric Lemoine
68fdab6824
[ol.layer.TileLayer] do not create tiles outside the layer extent
2012-06-22 17:30:35 +02:00
Tim Schaub
0c0eecebd9
Tile index based math (needs simplification).
2012-06-22 17:29:06 +02:00
Mike Adair
264cc741ca
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 11:26:25 -04:00
Mike Adair
d8b527776a
fixing compiler warning
2012-06-22 11:26:09 -04:00
Marc Jansen
4dd3e695a4
Test the getCentroid/centroid Method of linestrings
2012-06-22 17:25:39 +02:00
Marc Jansen
bddb84ec14
Fix the the 'remove' exists test.
2012-06-22 17:25:39 +02:00
Marc Jansen
a235613238
dangling whitespace
2012-06-22 17:25:39 +02:00
ahocevar
6c1d510bf0
Getting rid of compiler warnings.
2012-06-22 17:17:25 +02:00
ahocevar
f12a20d7aa
Stop the event chain when we have handled the event.
2012-06-22 17:14:46 +02:00
ahocevar
0420d2efb9
Adding Zoom control.
...
Tests still missing.
2012-06-22 17:14:22 +02:00
ahocevar
d9537b558a
Simplified ISequence API; add object property also for browser events.
2012-06-22 17:12:29 +02:00
Éric Lemoine
22f569750f
[ol.TileCache] tile cache size is not 1
2012-06-22 16:53:56 +02:00
Mike Adair
e748d39680
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 10:53:17 -04:00
Mike Adair
2163d54323
adds autosizing and image loading listener
2012-06-22 10:52:58 -04:00
Éric Lemoine
c501559413
Revert "[ol.TileCache] tile cache size is not 1"
...
This reverts commit 3f9fd2f47a .
2012-06-22 16:51:28 +02:00
Éric Lemoine
3f9fd2f47a
[ol.TileCache] tile cache size is not 1
2012-06-22 16:48:48 +02:00
Marc Jansen
b664847591
Add export symbols.
2012-06-22 16:26:19 +02:00
Marc Jansen
396875c719
A centroid method for LineStrings
2012-06-22 16:26:19 +02:00
Marc Jansen
483c431e1b
A centroid method vor Collections
2012-06-22 16:26:19 +02:00
Marc Jansen
73e07df544
Give geometrues a centroid method.
2012-06-22 16:26:19 +02:00
Marc Jansen
e23b119059
Whitespace changes only.
2012-06-22 16:26:19 +02:00
Marc Jansen
09d7f15fb2
Give points a getCentroid/centroid method.
2012-06-22 16:26:19 +02:00
Marc Jansen
1456e234e2
Whitespace changes only.
2012-06-22 16:26:19 +02:00
Marc Jansen
5a3dad9326
Add a basic geometry interface
2012-06-22 16:26:19 +02:00
Tim Schaub
db3a6e9c4a
Get closest resolution.
2012-06-22 16:14:33 +02:00
ahocevar
65ae7eb7a7
Adding 'object' property to event object.
2012-06-22 15:58:58 +02:00
Éric Lemoine
e5c3dcfe09
[ol.layer.TileLayer] fix maxResolution calculation
2012-06-22 15:43:18 +02:00
Éric Lemoine
1df7c048b8
[ol.layer.TileLayer] tileOriginCorner is tl by default
2012-06-22 15:43:18 +02:00
Tim Schaub
ef06bee222
Allowing people to set up things backwards.
2012-06-22 15:42:56 +02:00
Éric Lemoine
71a804c5e0
[ol.layer.TileLayer] add a getTileForXYZ func
2012-06-22 15:16:58 +02:00
Petr Pridal
976239816e
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 14:53:53 +02:00
Petr Pridal
6cfb942ff9
Fix the calls of .transform in internal code. It should be .doTransform.
2012-06-22 14:53:12 +02:00
Petr Pridal
6f9f1783bd
The demo of compilation with library in a different ways.
2012-06-22 14:48:49 +02:00
Mike Adair
675dd2b47e
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 08:14:42 -04:00
Mike Adair
2396c95b2d
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 08:14:13 -04:00
ahocevar
494305d725
Simplified the ISequence interface and sequence event handling.
2012-06-22 14:14:10 +02:00
Mike Adair
368bb28671
initial version of popups
2012-06-22 08:13:34 -04:00
Marc Jansen
07021d367b
Handmade exports for multipoints.
2012-06-22 14:13:14 +02:00
Marc Jansen
dc686c3d07
Handmade exports for linestrings.
2012-06-22 14:13:14 +02:00
Mike Adair
a8642e9af5
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 08:12:25 -04:00
Mike Adair
5e3b18ae84
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 08:09:59 -04:00
Éric Lemoine
01668a2748
[ol.layer.TileLayer] add a getTileSize function
2012-06-22 14:09:57 +02:00
Éric Lemoine
cf3da75d83
fix layer.osm and layer.xyz api tests in adv mode
2012-06-22 14:04:44 +02:00
Éric Lemoine
e78b990f52
fix ol.geom.geometry api tests
2012-06-22 13:57:43 +02:00
Petr Pridal
8d36dfe475
Handmade exports: Require only for the 'ol', added map.renderTo and remoced map.maxRes.
2012-06-22 13:54:40 +02:00
Tom Payne
2e46765c77
Fix another typo
2012-06-22 13:43:51 +02:00
Tom Payne
fb686c9db4
Fix typo
2012-06-22 13:42:57 +02:00
Petr Pridal
f31486a982
The dynamic registration of controls - hack for the advanced mode compilation.
2012-06-22 13:13:22 +02:00
Tim Schaub
4e2ea47e73
Decode what we encode.
2012-06-22 13:12:47 +02:00
Marc Jansen
11aedf710b
Test restructuring. No functional change.
2012-06-22 13:07:52 +02:00
Petr Pridal
965a5a13b2
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 12:55:32 +02:00
Petr Pridal
c0dc9facf0
Let's use the handmade src/os.export.js instead of the automated generation from the @export jsdoc for testing.
2012-06-22 12:53:47 +02:00
Mike Adair
fdfeaa3c44
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 06:52:22 -04:00
Éric Lemoine
2e7d361f1e
make the feature api tests pass in advanced mode
2012-06-22 12:50:06 +02:00
Petr Pridal
a5e9757234
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 12:42:03 +02:00
Petr Pridal
53f8727062
Anonymous wrapper function around the api.js compiled in advanced compilation.
2012-06-22 12:40:42 +02:00
Marc Jansen
f143f32a6f
Use ol.error instead of throwing directly.
2012-06-22 12:37:10 +02:00
Éric Lemoine
2d50a35850
the API user does not know about UnreferencedBounds, and remove getResForZoom and getMaxRes from the map API
2012-06-22 12:34:15 +02:00
Éric Lemoine
1d114b4630
two test pages, one for api, one for ol
2012-06-22 12:17:57 +02:00
Marc Jansen
f6a728b074
Do not loose URL-parameters passed to jasmine.
2012-06-22 12:14:35 +02:00
Tom Payne
3e15ce93bb
Use ol.base.checkKeys to check keys
2012-06-22 11:58:03 +02:00
Tom Payne
afd6369da7
Add ol.base.checkKeys
2012-06-22 11:56:45 +02:00
Tom Payne
fd4c776181
Create new ol.base and include ol.error
2012-06-22 11:56:45 +02:00
Éric Lemoine
a0e5741774
[ol.layer.TileLayer, ol.layer.XYZ] add a getMaxResolution func to TileLayer, and make ol.layer.XYZ be just a projection and a number of zoom levels
2012-06-22 11:52:40 +02:00
Mike Adair
89b3019cde
return correct map overlay elem
2012-06-22 05:50:14 -04:00
Petr Pridal
1fcdffacc1
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 11:45:50 +02:00
Petr Pridal
fa9507ab79
Removing Makefile. Use 'bin/ol' for starting plovr.
2012-06-22 11:45:01 +02:00
ahocevar
deb84cf212
Removing unused code.
2012-06-22 11:42:17 +02:00
ahocevar
fbcca9642c
Use renderTo instead of el as method/option name.
2012-06-22 11:17:27 +02:00
Éric Lemoine
86a3eaad19
[ol.layer.TileLayer] move getData from layer.XYZ to layer.TileLayer
2012-06-22 11:09:08 +02:00
Tom Payne
0b06267afe
Trigger redraws on tile loads.
2012-06-22 11:02:44 +02:00
Éric Lemoine
cb37aaa01b
map.test.js - fix the map is destroyable test in advanced mode
2012-06-22 10:59:57 +02:00
Éric Lemoine
ad2c3e15e3
[ol.Tile] as an isLoading method
2012-06-22 10:51:59 +02:00
Petr Pridal
f25b3aa350
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 10:48:58 +02:00
Petr Pridal
5439d63e89
Hello world for various modes of compilation.
2012-06-22 10:44:34 +02:00
Éric Lemoine
0cf1a830d9
[ol.layer.XYZ] no need to call setResolutions
2012-06-22 10:41:06 +02:00
Éric Lemoine
7c36d2f42f
[ol.layer.XYZ] does not require ol.Tile
2012-06-22 10:40:25 +02:00
Éric Lemoine
9d21d6f20f
[ol.TileLayer] no setTileSize method anymore
2012-06-22 10:39:53 +02:00
Éric Lemoine
f7a956f404
[ol.Tile] add ol.Tile.createConstructor and set width and height to the img archetype
2012-06-22 10:38:40 +02:00
Marc Jansen
67ce7afe67
Export the Collection constructor.
2012-06-22 09:45:05 +02:00
Marc Jansen
bed71db109
Export the LineString constructor.
2012-06-22 09:44:21 +02:00
Marc Jansen
9a533aeb7d
Export the MultiPoint constructor.
2012-06-22 09:41:37 +02:00
Marc Jansen
3a40925a7d
API point fixed (using ADVANCED compilation)
2012-06-22 09:36:58 +02:00
Marc Jansen
45917504b0
Fix the geom tests to only use API methods.
2012-06-22 09:18:12 +02:00
Petr Pridal
8ace8aee78
Added missing goog.require()
2012-06-22 01:43:09 +02:00
Petr Pridal
e10a845058
Advanced compilation of the API with 'bin/ol api'
2012-06-22 01:32:29 +02:00
Éric Lemoine
9529db0151
throw an error if ol.map gets passed an unknown option
2012-06-21 20:16:11 +02:00
Éric Lemoine
7e8c418155
fix ol.error
2012-06-21 20:16:11 +02:00
Tim Schaub
c67ca2660d
Partial tile layer renderer.
2012-06-21 19:59:43 +02:00
Tim Schaub
948e792ddd
Bounds transforms.
2012-06-21 19:59:43 +02:00
Tim Schaub
6198df9381
Location transform in api.
2012-06-21 19:59:43 +02:00
Tim Schaub
ba7b54949c
Bounds spec.
2012-06-21 19:59:43 +02:00
Tom Payne
7f7528baf9
Add GeoJSON externs.
2012-06-21 19:47:12 +02:00
ahocevar
4776b11658
Now the map also has overlay divs.
2012-06-21 19:40:04 +02:00
Éric Lemoine
5388657791
[ol.Tile] a tile can be loaded only once
2012-06-21 19:37:16 +02:00
ahocevar
ed62cc00a7
Fixing typos.
2012-06-21 19:36:11 +02:00
ahocevar
188615391d
Using a map for controls also.
2012-06-21 19:33:33 +02:00
ahocevar
9bd507e9b8
Adding a map of sequence providers
2012-06-21 19:27:18 +02:00
Éric Lemoine
6c76f4621e
[ol.Tile] add a isLoaded function
2012-06-21 19:10:28 +02:00
Tom Payne
79f5339573
Add simple ol.error function
2012-06-21 19:01:27 +02:00
Éric Lemoine
98495cafc3
[ol.Tile] an image is a HTMLImageElement
2012-06-21 19:00:09 +02:00
Éric Lemoine
1c7e0f8481
add an ol.TileCache and use it in ol.TileLayer
2012-06-21 19:00:09 +02:00
ahocevar
a06de64f37
Minimal demo.
2012-06-21 18:57:07 +02:00
ahocevar
e9e5fd27dc
The map now has a viewport and can render to a container.
2012-06-21 18:56:48 +02:00
Marc Jansen
8f90db58dc
MultiPoints shall only contain points.
2012-06-21 18:23:37 +02:00
Marc Jansen
340caf2720
Collections cannot contain Collections.
...
By having both the constructor and the setComponents checking
a white- and a blacklist for allowed types, we ensure that no
Collections can be added through these methods to the list of
components.
2012-06-21 18:23:37 +02:00
ahocevar
8d8819ec3c
Removing unused file and code.
2012-06-21 17:30:23 +02:00
Tim Schaub
7c17374231
Bounds has projection or null.
2012-06-21 17:28:47 +02:00
ahocevar
81a55eb320
Finally fixing event sequences.
2012-06-21 17:26:23 +02:00
Tim Schaub
0a1f8cddd8
Intersects method for bounds.
2012-06-21 17:12:05 +02:00
Petr Pridal
08ad8c80d6
Rename MapRenderer attribut 'target' to 'container' to follow the new conventions.
2012-06-21 17:01:21 +02:00
Tom Payne
8448aba616
Add initial WebGL renderer skeleton
2012-06-21 16:39:47 +02:00
Éric Lemoine
435557b425
[ol.Tile] trigger load and error events
2012-06-21 16:10:52 +02:00
Éric Lemoine
79b0bb74c8
[ol.Tile] add comments for handleImageLoad and handleImageError
2012-06-21 16:10:51 +02:00
Éric Lemoine
e72ab5135c
[ol.Tile] register to image error
2012-06-21 16:10:51 +02:00
Éric Lemoine
1dc6b04ac1
[ol.Tile] register to image load
2012-06-21 16:10:51 +02:00
Marc Jansen
ce49bb8876
Add LineString/linestring.
...
The inhertance of this class might change in the future.
2012-06-21 16:00:08 +02:00
Marc Jansen
745ae25b6b
Change the inhertance of MultiPoint/multipoint.
2012-06-21 16:00:08 +02:00
Marc Jansen
0374d1abc7
Add geom.Collection & geom.collection.
...
Also make MultiPoint and multipoint inherit from Collection/collection
respectively.
2012-06-21 16:00:08 +02:00
Petr Pridal
6ca9112af2
WebGL MapRenderer inicializaiton with a test (it may fail on computers without WebGL).
2012-06-21 15:51:00 +02:00
Éric Lemoine
1cca6b4069
add numZoomLevels and maxResolution properties to the TileLayer
2012-06-21 14:18:52 +02:00
ahocevar
5b747cf7fd
Temporarily removing Drag sequence.
2012-06-21 14:14:36 +02:00
ahocevar
6213e07f96
Navigation control with Drag sequence Dragger
...
This is totally unfinished, but tests pass, and it is only meant to give the map a Navigation control.
2012-06-21 14:08:50 +02:00
Petr Pridal
8fc1e9cc98
More complete constructor of the WebGL MapRenderer.
2012-06-21 13:53:10 +02:00
Tim Schaub
2741a22cf1
Add animate to draw.
2012-06-21 13:31:23 +02:00
Tim Schaub
a6f464e473
New name for element.
...
You are provided a container. To this container you can append elements, and you are responsible for removing elements that you add. You cannot move or otherwise alter anything about this container.
2012-06-21 13:28:29 +02:00
Éric Lemoine
5f1e53a0c9
move properties from layer/XYZ to layer/TileLayer
2012-06-21 12:42:36 +02:00
Tim Schaub
5da8fc8d49
Allow map renderers access to target.
2012-06-21 12:26:51 +02:00
Petr Pridal
56456ec878
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-21 12:24:26 +02:00
Petr Pridal
638d00b759
First css styles in /css/ol.css
2012-06-21 12:23:37 +02:00
Tim Schaub
661f07d80a
Only check src for js.
2012-06-21 12:23:14 +02:00
Marc Jansen
f85d6402e9
Add MultiPoint and multipoint.
2012-06-21 12:19:42 +02:00
Petr Pridal
cff7ee5db8
WebGL MapRender - initial not finished version.
2012-06-21 12:02:21 +02:00
Tim Schaub
45f734d77e
Base for map renderer.
2012-06-21 11:40:51 +02:00
Tim Schaub
9cc501caba
Composite renderer requires an element.
2012-06-21 11:30:53 +02:00
Mike Adair
f3ab95b051
change feature obj literal property names to match GeoJSON
2012-06-21 03:31:57 -04:00
Éric Lemoine
22bffd9d8b
add an OSM layer constructor to the API
2012-06-21 08:46:23 +02:00
Éric Lemoine
b91769f00b
[ol.layer.XYZ] less than 8 chars lines
2012-06-21 08:38:38 +02:00
Tim Schaub
43c8b89460
Initial pass at tiled layer renderer.
2012-06-21 01:18:57 +02:00
Tim Schaub
fe0e242a39
Initial composite map renderer.
2012-06-21 01:17:34 +02:00
Tim Schaub
ae242de94a
Ignoring jsdoc output.
2012-06-21 01:16:37 +02:00
Tim Schaub
4baf760b7e
Layer for demo.
2012-06-21 01:15:54 +02:00
Tim Schaub
be54add905
Width and height on unreferenced bounds.
2012-06-21 00:50:26 +02:00
Tim Schaub
5287677489
Additional tileset getters.
2012-06-21 00:42:28 +02:00
Tim Schaub
d8b31ab1ff
Class name on archetype image.
2012-06-21 00:33:31 +02:00
Tim Schaub
57764813e3
Constructing tiles with bounds.
2012-06-20 23:38:15 +02:00
Tim Schaub
f9813616e5
Giving a tile bounds.
2012-06-20 23:38:15 +02:00
Tim Schaub
c9c1f79928
Layer hierarchy for renderers.
2012-06-20 23:38:14 +02:00
ahocevar
5a31638da8
Updating name.
2012-06-20 23:21:58 +02:00
ahocevar
6ddda53a70
Initial port of Control.js and Navigation.js.
...
This also adds an Events instance to the map, so the Navigation control can register events on the map.
Tests still missing.
2012-06-20 23:21:44 +02:00
Mike Adair
4ea2fe3701
adding features
2012-06-20 13:33:20 -04:00
Tom Payne
d5f9f9e8a4
Use inheritance.
2012-06-20 19:17:59 +02:00
ahocevar
a36972fd35
Exporting the API.
2012-06-20 19:07:11 +02:00
ahocevar
74d1a06177
No need for cross browser handling here.
2012-06-20 19:07:11 +02:00
Tim Schaub
a4a6bc4db4
Typo in PointLike def.
2012-06-20 18:49:40 +02:00
Petr Pridal
6f4975883f
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 18:43:49 +02:00
Petr Pridal
1c25a53876
Allow ?mode=ADVANCED on the test/index.html and make the output easier to debug.
2012-06-20 18:42:56 +02:00
Tim Schaub
32d5397301
Dot notation for unquoted property.
2012-06-20 18:42:43 +02:00
Petr Pridal
453d2e9c08
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 18:38:34 +02:00
Petr Pridal
5ed80bcf6c
Adding @export tags to functions missing it - for advanced compilation.
2012-06-20 18:37:56 +02:00
ahocevar
c4c595862f
Support for event sequences, and a drag sequence.
...
Tests still missing.
2012-06-20 18:35:42 +02:00
ahocevar
05e13e86a3
Adding drag sequence. Tests still missing.
2012-06-20 18:32:27 +02:00
Éric Lemoine
7413770a46
add an ol.layer.xyz factory
2012-06-20 18:09:10 +02:00
Marc Jansen
958e291545
Quoting properties for external use.
...
See also 1ac40021bb .
2012-06-20 17:57:27 +02:00
Petr Pridal
e3b20ddf8b
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 17:47:28 +02:00
Petr Pridal
6922be1b02
Missing @export tags for advanced compilation
2012-06-20 17:46:36 +02:00
Marc Jansen
a9d280a317
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 17:45:00 +02:00
Marc Jansen
94fe46c5be
Remove stray ')'
2012-06-20 17:43:54 +02:00
Tim Schaub
1ac40021bb
Quoting properties for external use.
2012-06-20 17:43:46 +02:00
Éric Lemoine
025547d199
[ol.Layer.XYZ] minor changes in code comments
2012-06-20 17:43:24 +02:00
Marc Jansen
eb690951ab
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 16:52:33 +02:00
Marc Jansen
b49c036ae2
Make the testuite configurable via URL.
2012-06-20 16:49:51 +02:00
Éric Lemoine
7bf05964b8
[ol.layer.XYZ] more tiling fixes, and additional tests
2012-06-20 16:18:01 +02:00
Tim Schaub
5eeb21c125
Disallow nowhere.
2012-06-20 16:11:41 +02:00
ahocevar
f74d265dec
Verified isSingleTouch and isMultiTouch functions.
2012-06-20 16:02:41 +02:00
ahocevar
66a5a8ad7a
countFn not needed - do everything with logFn.
2012-06-20 15:53:01 +02:00
ahocevar
8c4b528ded
Better cleanup.
2012-06-20 15:52:24 +02:00
ahocevar
80f76a91e1
Always provide a proper event object.
2012-06-20 15:52:08 +02:00
ahocevar
733f1478dc
Merge branch 'master' of github.com:openlayers/ol3
2012-06-20 15:50:56 +02:00
Éric Lemoine
d4ebe97ab1
[test/index.html] remove the mode=RAW script tag again, it does not work anymore
2012-06-20 15:50:31 +02:00
Marc Jansen
edc2773147
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 15:42:43 +02:00
Marc Jansen
6b8cd1216f
Easier getter/setter for geom.point.
2012-06-20 15:42:10 +02:00
ahocevar
2fa71057b1
Finalizing tests for ol.Events
2012-06-20 15:26:02 +02:00
Éric Lemoine
2890a55ee7
[ol.layer.XYZ] a tiling fix
2012-06-20 15:13:22 +02:00
Éric Lemoine
e989c61e63
make the tests run in Closure RAW mode, but leave the SIMPLE mode script tag to still catch compilation errors/warnings while running tests
2012-06-20 15:11:20 +02:00
Mike Adair
e61769c6dc
put back to SIMPLE mode
2012-06-20 09:04:51 -04:00
Mike Adair
45c03c29ba
Merge branch 'master' of github.com:openlayers/ol3
2012-06-20 09:02:51 -04:00
Mike Adair
aa584e17e9
center returned in user projection
2012-06-20 09:02:20 -04:00
Marc Jansen
0ccbb8e6d0
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 14:59:18 +02:00
Marc Jansen
d933404df8
Make Points transformable.
2012-06-20 14:58:37 +02:00
Tim Schaub
09a6b6c456
Changing expectations for projection.
2012-06-20 14:52:29 +02:00
Mike Adair
a6b93773cd
Merge branch 'master' of github.com:openlayers/ol3
2012-06-20 08:42:11 -04:00
Mike Adair
00e25d3a62
fix warnings
2012-06-20 08:41:47 -04:00
Mike Adair
99b397bffc
implement getMaxRes, getMaxExtent, getResForZoom
2012-06-20 08:29:43 -04:00
Marc Jansen
33c2e0aa30
Correct the tests for geom.Point and geom.point.
...
Add tests for the API version `ol.point()`; adjust the tests for the internal
`new ol.Point()`.
2012-06-20 13:36:07 +02:00
Marc Jansen
cdcf3ef5a4
remove the coordinate mixin.
2012-06-20 12:06:55 +02:00
Éric Lemoine
a4a90b18b7
[ol.layer.XYZ] zoomForResolution is no longer private
2012-06-20 12:04:07 +02:00
Tim Schaub
14b1a34f98
Splitting tests between api and internal.
2012-06-20 11:56:20 +02:00
Éric Lemoine
a7a86bb169
add a Jasmine toBeA matcher
2012-06-20 11:44:43 +02:00
Petr Pridal
02840ad573
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 11:40:25 +02:00
Petr Pridal
638a3b104e
Turn on WARNING for compilation on visibility and other compiler options.
2012-06-20 11:39:28 +02:00
Petr Pridal
e0d444551c
Fixing visibility (@private/@protected) annotationto introduce compiler warnings for that.
2012-06-20 11:35:58 +02:00
Marc Jansen
ac2a0bbccd
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 11:30:43 +02:00
Marc Jansen
85f0f43b7b
Saving state prior to spec moving.
2012-06-20 11:30:06 +02:00
ahocevar
b63e13d09c
More Events tests.
2012-06-20 11:29:07 +02:00
ahocevar
4854eee97c
Getting rid of debugger statement.
2012-06-20 11:26:33 +02:00
ahocevar
25d4ef17fd
Fixing types and getting rid of evt.touches warning.
2012-06-20 11:23:48 +02:00
Éric Lemoine
e995ffea89
more "setters should not return this" changes + warning fixes
2012-06-20 11:21:29 +02:00
Éric Lemoine
27305925ff
run fromdos on ol/Map.js
2012-06-20 11:21:29 +02:00
Éric Lemoine
487e61884e
EPI setters no longer return this
2012-06-20 11:21:29 +02:00
Marc Jansen
41df32df9a
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-20 11:19:48 +02:00
Marc Jansen
aec8f953e5
Remove the mixin approach and give the Point class a projection.
2012-06-20 11:18:07 +02:00
Marc Jansen
073c636cb2
Removed interfaces package and introduced coord package.
2012-06-20 11:17:13 +02:00
Mike Adair
c657bdeeb6
remove debugger line
2012-06-20 05:00:48 -04:00
Mike Adair
a9a2e7cf8f
remove debugger line
2012-06-20 04:58:30 -04:00
Mike Adair
4161595c85
extent and res tests
2012-06-20 04:37:16 -04:00
Mike Adair
2c7e308960
adding getMaxExtent and getMaxRes
2012-06-20 04:37:14 -04:00
Éric Lemoine
4fcc00e39c
move ol.Projection code and units methods to the api dir
2012-06-20 10:28:54 +02:00
ahocevar
dfc35282ff
Fixing API docs
2012-06-20 09:59:19 +02:00
Éric Lemoine
a96b559ddd
very first XYZ layer bits
2012-06-20 09:18:46 +02:00
Éric Lemoine
5f557e6c6c
the TileSet constructor takes 4 args
2012-06-20 09:17:55 +02:00
Éric Lemoine
8d74113897
the Tile constructor now takes a url as the first arg
2012-06-20 09:17:55 +02:00
Éric Lemoine
84d594cacb
Tile.test.js - remove test that sets a src on the image
2012-06-20 09:17:55 +02:00
ahocevar
fb8b1e878d
Events.js ported, with tests stub. More tests to be added.
2012-06-20 01:09:21 +02:00
Tim Schaub
54b8ebacaf
OS neutral dev tools.
2012-06-20 00:41:28 +02:00
Tim Schaub
b06a52888f
Adding unreferenced bounds.
2012-06-20 00:11:06 +02:00
Marc Jansen
450f8f7b74
First state of a geom package.
2012-06-19 18:21:21 +02:00
Tim Schaub
712070c1f0
Location tests passing.
2012-06-19 18:06:00 +02:00
Tim Schaub
408413ec92
Projection cannot be null.
2012-06-19 17:41:17 +02:00
Mike Adair
6ed79a3d36
add layers and resolutions array
2012-06-19 11:17:55 -04:00
Mike Adair
28955dc0b1
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 10:18:21 -04:00
Mike Adair
b0490ecdb6
initial set of tests running
2012-06-19 10:17:41 -04:00
Petr Pridal
8dde795baa
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 16:13:39 +02:00
Petr Pridal
fd14df352b
JSDoc documentation generator with plovr by "make jsdoc"
2012-06-19 16:13:00 +02:00
Tim Schaub
d69d56aab2
Avoiding warnings.
2012-06-19 15:54:13 +02:00
Tim Schaub
6f3b47709a
No projection warnings.
2012-06-19 15:43:50 +02:00
Mike Adair
efcecc4c5f
map initialization
2012-06-19 09:37:42 -04:00
Tim Schaub
4588d794d8
Keep compiling.
2012-06-19 15:23:36 +02:00
Mike Adair
b25339549a
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 09:21:48 -04:00
Éric Lemoine
1c8abd38a6
add a basic TileSet class
2012-06-19 15:18:34 +02:00
Mike Adair
171c8522b3
intialization of Map again
2012-06-19 09:16:56 -04:00
Mike Adair
322cf702ed
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 09:04:25 -04:00
Mike Adair
d990be61af
Merge branch 'three' of https://github.com/tschaub/openlayers into three
...
Conflicts:
src/api/loc.js
src/api/map.js
src/ol/Map.js
2012-06-19 09:04:04 -04:00
Éric Lemoine
79af86bde5
minor doc string additions to ol.Tile
2012-06-19 15:01:57 +02:00
Éric Lemoine
ce20ba066c
add an ol.Tile class
2012-06-19 14:52:25 +02:00
Tim Schaub
1043a53fe1
Use simple compilation.
2012-06-19 14:49:56 +02:00
Mike Adair
82f204f30c
map get/set methods
2012-06-19 08:06:08 -04:00
Tom Payne
116c26422e
Loc fixes.
2012-06-19 13:09:31 +02:00
Tom Payne
7358529c4e
Map fixes.
2012-06-19 13:09:31 +02:00
Tom Payne
f435bb1874
Bounds fixes.
2012-06-19 13:00:24 +02:00
Mike Adair
818ca7016a
interim map test updates
2012-06-19 06:53:59 -04:00
Tom Payne
94e6146b8a
Remove dead code.
2012-06-19 12:44:06 +02:00
Tom Payne
7958e02bd0
Add map user projection getter and setter.
2012-06-19 12:43:54 +02:00
Tom Payne
ef83910c3d
Make more Loc tests pass.
2012-06-19 12:33:59 +02:00
Tom Payne
95fe8762da
Rename Location to Loc for consistency.
2012-06-19 12:01:22 +02:00
Tom Payne
da7449454e
Pass bounds spec.
2012-06-19 11:56:48 +02:00
Tim Schaub
77c07a500e
A passing test.
2012-06-19 11:14:53 +02:00
Marc Jansen
b1e26fab1d
change indentation.
2012-06-19 10:56:01 +02:00
Marc Jansen
a6fa08550f
change indentation.
2012-06-19 10:51:16 +02:00
Marc Jansen
c04ae35498
change indentation.
2012-06-19 10:49:44 +02:00
Tim Schaub
90f33c587a
Debugged.
2012-06-19 10:39:42 +02:00
Tim Schaub
738561e417
Exporting the map.
2012-06-19 10:29:03 +02:00
Tim Schaub
8572ae35cf
Phony task
2012-06-19 10:28:51 +02:00
Tim Schaub
01e22e098c
Ignoring plovr.
2012-06-19 09:47:27 +02:00
Tim Schaub
56c6d69999
File shuffle.
2012-06-19 09:46:19 +02:00
Tim Schaub
bd6b52c2cd
File shuffle.
2012-06-19 09:45:08 +02:00
Tim Schaub
f24b518f61
Small fixes.
2012-06-19 09:43:20 +02:00
Tim Schaub
e84a0473d5
Removing additional main.json.
2012-06-19 09:25:25 +02:00
Petr Pridal
0a354d3923
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 09:21:30 +02:00
Tom Payne
d4a9b9859c
Fix setters.
2012-06-19 09:21:04 +02:00
Petr Pridal
7e8c41b2ab
Merge branch 'three' of https://github.com/tschaub/openlayers into three
2012-06-19 09:20:51 +02:00
Petr Pridal
7109bd3868
Plovr demo
2012-06-19 09:19:59 +02:00
Tom Payne
986f152e61
Remove broken code.
2012-06-19 09:18:56 +02:00
Tom Payne
613b90c7f3
Add broken code for testing.
2012-06-18 18:40:00 +02:00
Tim Schaub
b9d690044f
Adding test spec.
2012-06-18 18:15:51 +02:00
Bart van den Eijnden
62f3f70910
Merge pull request #523 from jachym/master
...
Modifications for OpenLayers.Format.WPS* (p=@jachym,r=@bartvde)
2012-06-18 06:35:49 -07:00
Jachym Cepicky
43de5e9e0c
minor cosmetic changes
2012-06-17 22:04:27 +02:00
ahocevar
c8161ed4ee
Updating note about the "dimension" attribute.
2012-06-15 11:49:14 +02:00
Éric Lemoine
69214d11b1
improvements to the release.sh script (refs #525 )
2012-06-15 11:10:51 +02:00
ahocevar
96dcf6063e
Merge pull request #530 from ahocevar/srs-dimension
...
Respect the srsDimension attribute. r=@bartvde
2012-06-14 06:42:44 -07:00
ahocevar
6052d19c2f
Note about mysterious "dimension" attribute.
2012-06-14 15:27:22 +02:00
ahocevar
88982e043f
Moving SRSReferenceGroup parser from Base to v3.
2012-06-14 15:18:26 +02:00
ahocevar
fa90a42806
Respect the srsDimension attribute.
...
This also fixes http://trac.osgeo.org/openlayers/ticket/2762 . Note: it seems there is no "dimension" attribute for posList in the spec. This attribute name is only used in some examples of the GML 3.1 specification, but it is not mentioned in any of the XSDs.
2012-06-14 12:44:20 +02:00
Tim Schaub
704f36639b
Merge pull request #529 from adv-isu/ControlSplitDeactivateFix
...
OpenLayers.Control.Split.deactivate event unregistration fix.
2012-06-13 09:11:45 -07:00
Jachym Cepicky
42b0172ab2
removed debugging text
2012-06-13 08:58:09 +02:00
Bart van den Eijnden
a7c202231f
Merge branch '2.12' of github.com:openlayers/openlayers
2012-06-13 07:18:53 +02:00
Jachym Cepicky
ff06ab64c6
Added changes to Format/WPS*: BoundingBox for DescribeProcess, multiple outputs for Execute as well as Format.WPS.readers
2012-06-12 22:48:48 +02:00
Éric Lemoine
3b69a3083c
set VERSION_NUMBER to 2.12-rc7
2012-06-12 22:35:12 +02:00
Éric Lemoine
8208241e55
fix the kml-pointtrack.html example
2012-06-12 22:03:30 +02:00
Éric Lemoine
1af83576f2
Merge pull request #511 from elemoine/mobilecss
...
iOS (iPad) map animated dragging tile refresh bug
2012-06-12 12:26:09 -07:00
ahocevar
3a5abf552a
Merge pull request #519 from ahocevar/zoom-click
...
New zoomOnClick option for ZoomBox control. r=@bartvde
2012-06-11 10:24:06 -07:00
ahocevar
8ad7ad326a
Review comments from @bartvde.
2012-06-11 19:22:05 +02:00
ahocevar
958544f2a7
New zoomOnClick option for ZoomBox control.
...
This change also finally adds tests for the ZoomBox control.
2012-06-11 19:07:17 +02:00
ahocevar
96359fbc99
Fixing test that broke in FF with ff1f99a03f.
2012-06-11 13:38:42 +02:00
Marc Jansen
4c07332c8a
Merge pull request #515 from gravitystorm/patch-4
...
fix typo
2012-06-09 03:07:24 -07:00
Andy Allan
baabbc3658
fix typo
2012-06-09 11:39:00 +02:00
Éric Lemoine
476556e864
use -webkit-transform: translate3d(0, 0, 0) in style.mobile.css for better performance on iOS, and to prevent tile blinking effects on iOS 5
2012-06-07 09:24:32 +02:00
Éric Lemoine
788d5a645a
move the style.mobile.css file from examples to theme/default
2012-06-07 09:21:44 +02:00
Antoine Abt
052be82288
Doc fixes for Event.triggerEvent - no functional change.
2012-06-06 12:17:24 +03:00
Andrew Vardeman
f64912c09d
use two different layers for Split tool's layer and the source layer so as to properly check for event unregistration
2012-06-04 17:25:54 -05:00
Andrew Vardeman
cbba98279b
unsubscribe from events on the proper layer
2012-06-04 15:47:43 -05:00
Éric Lemoine
acb489ad79
set VERSION_NUMBER to 2.12-rc6
2012-06-04 22:02:36 +02:00
Éric Lemoine
ed6098fdf4
Merge pull request #505 from jorix/getRenderedDimensions-absolute
...
Adjustment on "Util.getRenderedDimensions" when "containerElement" is absolutely positioned
2012-06-04 12:54:18 -07:00
Xavier Mamano
4f3252bfe8
Revert "Use "superContainer" to operate well in Android, ."
...
This reverts commit 2b9ea5007b .
2012-06-04 18:49:43 +02:00
Xavier Mamano
2b9ea5007b
Use "superContainer" to operate well in Android, .
2012-06-03 23:54:11 +02:00
Xavier Mamano
b7e2222d46
missing semicolons on tests
2012-06-03 22:45:28 +02:00
Xavier Mamano
54a51904e9
Adjustment on "Util.getRenderedDimensions" when "containerElement" is absolutely positioned.
2012-06-03 16:54:20 +02:00
ahocevar
8b2bab9d51
Improvements for Android: no buggy tile transitions, no flicker when tapping.
2012-06-02 22:18:49 +02:00
ahocevar
df64798bbb
Updating tests after #487 .
2012-06-02 14:41:44 +02:00
ahocevar
d455d3a62f
Merge pull request #487 from ahocevar/better-cache
...
Don't reuse tile images unless we have a new url to load
2012-06-02 05:23:39 -07:00
ahocevar
a29009be91
Revert "URL switching for all REST encoded WMTS layers."
...
This was accidentally committed to master.
This reverts commit df44a79e1b .
2012-06-02 01:43:31 +02:00
Éric Lemoine
066859b806
Merge pull request #486 from elemoine/486
...
OpenLayers.Control.SelectFeature - unselectAll is unsafe
2012-05-31 23:59:19 -07:00
Éric Lemoine
e3d1d3ea62
more tests for SelectControl.unselectAll
2012-05-31 18:27:55 +02:00
Éric Lemoine
976554fc82
make SelectControl.unselectAll safer, use @ahocevar's implementation
2012-05-31 18:27:55 +02:00
Éric Lemoine
e603b06715
make SelectControl.unselectAll safer
2012-05-31 18:27:54 +02:00
Frederic Junod
bd27f6a2ae
Remove deprecated reproject property in Tile.Image tests
2012-05-31 11:47:40 +02:00
Frédéric Junod
1c4253f465
Merge pull request #500 from fredj/scrollable
...
Handler.MouseWheel: don't always block the handler
2012-05-31 02:08:23 -07:00
Frédéric Junod
4c788c156b
Merge pull request #474 from fredj/2685
...
Remove Handler.MouseWheel mozilla workaround.
2012-05-31 01:05:17 -07:00
Frederic Junod
0e24164da3
Remove mouse wheel work-around in tests for Opera < 9.2 (see #498 )
2012-05-31 09:39:28 +02:00
Frederic Junod
b0377b54b0
Call the callbacks if the cursor is over a div with an 'olScrollable' css class
2012-05-31 09:36:28 +02:00
ahocevar
2ff5a7b599
Merge pull request #498 from gregersrygg/remove-old-opera-mouse-wheel-fix
2012-05-30 23:12:14 +02:00
ahocevar
1d957c7f5c
Merge branch 'master' of github.com:openlayers/openlayers into upstream/master
2012-05-30 23:08:06 +02:00
ahocevar
c1690b26c4
Merge pull request #483 from gregersrygg/master
...
Improve analog mouse wheel zooming
2012-05-30 14:03:51 -07:00
Frédéric Junod
2bb9385b53
Merge pull request #499 from fredj/global-var
...
Remove global variable 'overflow', no functional change.
2012-05-30 07:55:45 -07:00
Frederic Junod
792e6d6a2c
Remove global variable 'overflow', no functional change.
2012-05-30 16:42:30 +02:00
Gregers Gram Rygg
845e612b68
Merge branch 'master' of https://github.com/openlayers/openlayers into remove-old-opera-mouse-wheel-fix
2012-05-30 15:37:16 +02:00
Gregers Gram Rygg
5c7b99373e
Merged with upstream master
2012-05-30 15:31:37 +02:00
Gregers Gram Rygg
aa0ec38b20
Removed fix for Opera < 9.2
2012-05-30 15:17:54 +02:00
Gregers Gram Rygg
dc69749e3b
Reverted Safari hack for MouseWheel test
2012-05-30 15:05:27 +02:00
Gregers Gram Rygg
09058e2457
Reverted deletion of fix for Opera < 9.2
2012-05-30 15:02:29 +02:00
Gregers Gram Rygg
2725cd93f6
Reverted chrome added to BROWSER_NAME
2012-05-30 15:01:25 +02:00
Gregers Gram Rygg
f7f763d1d3
Removed analog wheel detection and simplified code
2012-05-30 14:37:43 +02:00
Frédéric Junod
debbba6454
Merge pull request #497 from fredj/coding-style
...
coding style: declare new arrays using []
2012-05-30 02:59:37 -07:00
Frederic Junod
99f6e65e7b
coding style: declare new arrays using []
2012-05-30 09:56:06 +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
Gregers Gram Rygg
51c7f12486
Avoid logic change from existing code
2012-05-29 18:18:24 +02:00
Gregers Gram Rygg
2da16a0b69
Removed caching of the analog wheel detection for users switching between mouse/touchpad
2012-05-29 17:54:02 +02:00
Gregers Gram Rygg
dd410dcd7e
Fixed indentation
2012-05-29 17:08:01 +02:00
Gregers Gram Rygg
dc082c3442
Added note that chrome was added to the BROWSER_NAME test
2012-05-29 17:03:33 +02:00
Gregers Gram Rygg
f5a9b4446a
Added analog scroll wheel improvements to 2.13 changelog
2012-05-29 16:11:30 +02:00
Gregers Gram Rygg
8f38ba5bd0
Chagned APIProperty to Property for isAnalogScrollWheel
2012-05-29 16:08:15 +02:00
Gregers Gram Rygg
1a25a0704f
Changed to test for WebKit instead of safari because chrome was added to the OpenLayers.BROWSER_NAME test
2012-05-29 14:21:49 +02:00
Gregers Gram Rygg
50d24d7756
Improve analog mouse wheel detection and normalize event.wheelDelta for Safari
2012-05-29 13:26:27 +02:00
Gregers Gram Rygg
a1dff8ad9b
Changed OpenLayers.BROWSER_NAME to be 'chrome' for Google Chrome instead of 'safari'. Added OpenLayers.IS_WEBKIT and changed tests where necessary.
2012-05-29 13:23:40 +02:00
Frédéric Junod
989259c87f
Merge pull request #477 from fredj/overviewmap-title
...
Add new maximizeDivTitle and minimizeDivTitle options to Control.OverviewMap
2012-05-29 00:16:02 -07:00
Frederic Junod
c696b34a84
Add new maximizeTitle and minimizeTitle options to Control.OverviewMap
2012-05-29 09:04:00 +02:00
ahocevar
5c42aa6fce
Merge pull request #491 from probins/kmlname
...
KML createPlacemark should use attributes.name
2012-05-28 04:58:58 -07:00
Peter Robins
082a1f38f4
KML createPlacemark should use attributes.name
2012-05-27 14:26:15 +01:00
Éric Lemoine
0accbb77a7
Merge pull request #489 from probins/kmlstyle
...
Format/KML: correct parseStyles docs
2012-05-26 11:46:43 -07:00
Éric Lemoine
12b8166743
Merge pull request #410 from probins/fixzoom
...
Fix Map so zoomChanged when zoom is constructor option
2012-05-26 09:32:26 -07:00
Peter Robins
9a7b4bd06e
Format/KML: correct parseStyles docs
2012-05-26 16:34:01 +01:00
ahocevar
ff1f99a03f
Don't reuse tile images unless we have a new url to load.
...
Without this change, some browsers don't cache the images. See #454 for a discussion about this issue.
2012-05-25 18:47:57 +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
Éric Lemoine
f5c43d6506
set VERSION_NUMBER to Release 2.12-rc5
2012-05-25 14:55:14 +02:00
ahocevar
df44a79e1b
URL switching for all REST encoded WMTS layers.
2012-05-25 14:54:06 +02:00
Éric Lemoine
ba4a68d0e3
Merge pull request #481 from elemoine/481
...
2.12-rc4 Tile.js script error (Firefox)
2012-05-25 05:49:16 -07:00
ahocevar
5879a71f9c
Don't use fade effect on labels.
2012-05-25 13:54:31 +02:00
tschaub
1108433465
Clarifying names.
2012-05-24 16:42:54 -06:00
tschaub
f5e49fa82e
One fewer use of rsync.
2012-05-24 16:40:56 -06:00
tschaub
f7e0edca12
Fewer uses of rsync.
2012-05-24 16:34:15 -06:00
Éric Lemoine
d289aa327e
Grid.removeExcessTiles removes more tiles than it should, refs #481
2012-05-24 22:55:43 +02:00
Éric Lemoine
65cd2bcb88
Merge pull request #480 from elemoine/googleexamples
...
Use nightly version of Google Maps API in examples
2012-05-24 06:14:07 -07: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
Tim Schaub
97983db785
Adding dependencies where they are used.
2012-05-22 22:28:51 -06:00
Gregers Gram Rygg
12931612ea
Don't affect digital mouse wheels (a.k.a. step-scroll)
2012-05-22 17:43:52 +02:00
Gregers Gram Rygg
f377d0387f
Adjusted delta in MouseWheel test
2012-05-22 17:29:12 +02:00
Gregers Gram Rygg
2b8b8807ff
Merge branch 'master' of https://github.com/openlayers/openlayers
2012-05-22 17:11:40 +02:00
Antoine Abt
dc3414d6dd
Merge pull request #482 from nachouve/master
...
Just a small spelling corrections in the documentation.
2012-05-22 05:05:51 -07:00
Nacho Uve
57f4d42de0
Small spelling corrections in the documentation.
2012-05-22 13:36:08 +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
Gregers Gram Rygg
95bc51ce3d
Make analog mouse wheel adjustments configurable and reduce sensitivity
2012-05-21 15:11:05 +02:00
Gregers Gram Rygg
7bc54e1517
Don't round wheel change zoom for maps with fractional zoom
2012-05-21 15:08:31 +02:00
Pierre GIRAUD
88d927a827
Merge pull request #478 from pgiraud/metaKey
...
Adding support support for metaKey (Mac Cmd key)
2012-05-21 04:33:48 -07:00
Éric Lemoine
c34b111b38
Merge pull request #476 from probins/googledoc
...
Document issues with Google v3 layers
2012-05-21 04:20:54 -07:00
Pierre GIRAUD
a997334816
Adding support support for metaKey (Mac Cmd key)
2012-05-21 11:13:48 +02:00
Peter Robins
1193e17266
Google v3 docs amendment
2012-05-21 10:06:27 +01:00
Peter Robins
95164d8cc0
Document issues with Google v3 layers
2012-05-20 14:01:12 +01:00
tschaub
348dffcda6
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-05-18 13:30:37 -06:00
Tim Schaub
ae89452936
Merge pull request #473 from ahocevar/svg-block
...
Using display:block instead of position:absolute.
2012-05-18 12:29:26 -07:00
fredj
2bcd904df6
Remove Handler.MouseWheel mozilla workaround.
...
This workaround was created because of a mozilla bug [1] with
clientX, clientY on wheel events (DOMMouseScroll).
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=352179
2012-05-18 14:55:31 +02:00
ahocevar
120cc0680d
Using display:block instead of position:absolute.
...
This fixes a regression that can be seen e.g. when using the FeatureRenderer in GeoExt, causing an incorrect alignment of the renderer.
2012-05-18 12:38:34 +02:00
root
c673dbf9f2
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-05-17 20:39:48 +02:00
ahocevar
92f04a7a42
Merge pull request #472 from probins/goopop
...
Fix Google terms/poweredby/popup. Thanks @probins for the quick fix.
2012-05-17 11:31:51 -07:00
tschaub
a612302a11
Demonstrating the use of MapQuest tiles in OL.
2012-05-17 11:06:21 -06:00
Peter Robins
f435a98a2a
Fix Google terms/poweredby/popup
2012-05-17 16:48:43 +01:00
Éric Lemoine
2624ea089e
set VERSION_NUMBER to 2.12-rc4
2012-05-16 21:10:08 +02:00
Éric Lemoine
985233c2dd
Merge branch '2.12'
2012-05-16 21:05:47 +02:00
Éric Lemoine
24b1fa1b08
Merge pull request #467 from jorix/392
...
Add style = "position: absolute;" on the SVG to skip the bug of Chrome 18
2012-05-16 12:04:41 -07:00
Éric Lemoine
af3615f1ee
Merge pull request #469 from elemoine/indexof
...
Use Util.indexOf in Layer.Bing
2012-05-16 00:19:42 -07:00
Éric Lemoine
62bd06f465
use Util.indexOf in Layer.Bing, for compatibility with IE < 9
2012-05-16 08:24:55 +02:00
Bart van den Eijnden
adcf5bb20a
Merge pull request #468 from bartvde/bboxstrategy
...
Fix visibility and inRange issues with the BBOX strategy (r=@elemoine)
2012-05-15 08:13:55 -07: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
ahocevar
7cabcb10c1
Merge pull request #7 from fredj/more-title
...
Rename style.graphicTitle to style.title
2012-05-15 06:28:49 -07:00
Frederic Junod
8268616ec8
Rename style.graphicTitle to style.title (the former is now deprecated)
2012-05-15 12:49:39 +02:00
Bart van den Eijnden
44f9b81085
also check for visibility of the layer in the central place: the update function
2012-05-15 12:26:21 +02:00
Bart van den Eijnden
bca3e45940
BBOX strategy should not request data if its layer is out of range when changing layer visibility
2012-05-15 12:18:42 +02:00
Éric Lemoine
4e42dec4ab
Merge pull request #465 from probins/gpxwrite
...
Fix GPX write Point transform
2012-05-15 01:03:35 -07:00
Peter Robins
359bd3d598
Merge pull request #16 from elemoine/gpxwrite
...
use t.geom_eq in GPX read test
2012-05-15 00:45:20 -07:00
Éric Lemoine
114541d0b7
use t.geom_eq in GPX tests
2012-05-15 08:58:23 +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
Xavier Mamano
05672deefa
Add style = "position: absolute;" on the SVG to skip the bug of Chrome 18
2012-05-14 23:02:53 +02:00
Peter Robins
9ea3c2f121
Fix GPX write Point transform
2012-05-14 14:21:23 +01:00
Éric Lemoine
f7d4657c14
fix typo in Request.js (refs #462 )
2012-05-12 08:56:21 +02:00
Éric Lemoine
9933271b2a
Merge pull request #462 from tschaub/circular
...
all examples are broken
2012-05-11 23:53:57 -07:00
Tim Schaub
cb7cf5e18e
Allow for circular dependency in XMLHttpRequest.js
...
To make custom builds easier, it's convenient to have a OpenLayers.Request depend on OpenLayers.Request.XMLHttpRequest (see 18b4d6808d ). This makes it so we don't know which is going to be included first. To get around this, we can be careful about when we define OpenLayers.Request.
2012-05-11 17:41:24 -06:00
Tim Schaub
866fa443fe
Merge branch '2.12' of github.com:openlayers/openlayers
2012-05-11 01:20:37 -06:00
Tim Schaub
44e526a0e8
Merge pull request #439 from tschaub/439
...
Changing/fixing the meaning of getServerZoom
2012-05-11 00:16:09 -07:00
ahocevar
72d1b54956
Also taking into account zoomOffset.
...
Now the meaning of getServerZoom is fully clarified, and we can get rid of some code again as well.
2012-05-11 00:26:09 -06:00
ahocevar
40b4cc49e0
Using OpenLayers.Util.indexOf.
...
Thanks @jorix for catching this.
2012-05-11 00:26:09 -06:00
ahocevar
9585341d9c
Changing/fixing the meaning of getServerZoom.
...
If a layer is configured with serverResolutions, then getServerZoom should return the zoom level as index of the current resolution in the serverResolutions array.
2012-05-11 00:26:08 -06:00
Tim Schaub
a2c556f5c7
Updating release script to work with new structure
...
After the website infrastructure changes (cadb20c18a ), the release script now puts stuff in /osgeo/openlayers/sites/openlayers.org (instead of /osgeo/openlayers/docs).
2012-05-10 16:03:38 -06:00
Éric Lemoine
be6c90ed49
Merge branch '2.12'
2012-05-10 15:54:54 +02:00
Éric Lemoine
293ad9b32a
Merge pull request #460 from elemoine/460
...
Fixing issue of calculating maxResolution of layer again
2012-05-10 06:44:14 -07:00
Éric Lemoine
4ad6bacc5d
when calculating maxResolution from maxExtent and tileSize we dont want to the actual tile size for single layers
2012-05-10 15:42:59 +02:00
Tim Schaub
cadb20c18a
Use clones of git repos for site building.
...
The svn interface to our repos on git is not behaving well. This is resulting in the website, examples, and api docs not being updated when they should (`svn up` is not doing what it should).
Instead of using svn checkouts, we should use clones of the git repos. At the same time, it makes sense to organize things a bit. These changes depend on a new structure on the openlayers.org machine:
/osgeo/openlayers/repos - clones of our openlayers, docs, and website repos
/osgeo/openlayers/sites - sources for openlayers.org, dev.openlayers.org, and docs.openlayers.org
Where things are "built" (e.g. minifying js and modifying example markup to point to that js), changes are now made outside of the repo cleans. Having dirty repos was another source of build failures.
Changes still need to be made to the release process/script.
2012-05-10 01:03:54 -06:00
Tim Schaub
8dabefebb2
Remove unused urllib2
2012-05-10 01:02:40 -06:00
Tim Schaub
f115c7a943
Use commit hash instead of (mock) svn rev.
...
When we upgraded to git, we didn't fully change over the way the website and examples are built. The cron job that runs the update script only built the website & examples if the revision returned by the svn interface to the GitHub repo was different than the previously stored revision. At some point, using `svn info` on the repo stopped being reliable. For example, this is what I get when running this today (in 2012):
svn info https://github.com/openlayers/openlayers/
Path: openlayers
URL: https://github.com/openlayers/openlayers
Repository Root: https://github.com/openlayers/openlayers
Repository UUID: d631b94f-4ba7-6298-eb8f-ce57b7db7bff
Revision: 5488
Node Kind: directory
Last Changed Author: schuyler.erle
Last Changed Rev: 5488
Last Changed Date: 2006-05-12 12:35:22 -0700 (Fri, 12 May 2006)
(Last change looks like it was 6 years ago.)
We should be using a proper clone of the git repo and building the website and examples out of this. Until then, we can at least use `git-ls-remote` to check what the latest HEAD from the canonical repo looks like. This should get the website and examples building again (they stopped being updated a few weeks ago).
2012-05-09 19:48:51 -06:00
ahocevar
18b4d6808d
Adding missing dependency. Non-functional change.
2012-05-09 11:03:57 +02: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
98fb795f97
set VERSION_NUMBER to 2.12-rc3
2012-05-05 14:27:12 +02:00
Éric Lemoine
e060b2ee4d
Merge branch '2.12'
2012-05-05 14:25:51 +02:00
Éric Lemoine
23d8057222
Merge pull request #449 from elemoine/449
...
Issues with window resize in IE9 for OL 2.12RC2
2012-05-05 04:49:55 -07:00
ahocevar
d01f57d3e6
There is no reason to restrict graphicTitle to externalGraphic symbols.
2012-05-05 12:49:25 +02:00
Éric Lemoine
2608a0ebe7
fix resize handling in IE 9 and better (refs #449 )
2012-05-04 14:28:12 +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
Éric Lemoine
ac3d361778
Merge pull request #441 from elemoine/gutter
...
Tiles with gutters are shifted
2012-05-02 02:35:32 -07:00
Éric Lemoine
bab9b0fa66
Merge pull request #443 from jorix/no-firebug
...
Remove "firebug" on the tests.cfg
2012-05-01 07:19:54 -07:00
Éric Lemoine
612401a644
fix bug where tiles with gutters are shifted (refs #441 )
2012-04-28 21:23:55 +02:00
Xavier Mamano
9c0503a99f
Remove "firebug" on the tests.cfg
2012-04-28 18:33:22 +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
042ad8d711
Minors in the notes file.
2012-04-25 09:37:37 +02:00
Marc Jansen
9bbc1d4318
Update notes for 2.13 about deprecation of window.$
2012-04-25 09:31:22 +02:00
Marc Jansen
a0d0180e03
Readd tests for the now deprecated window.$
2012-04-25 09:29:52 +02:00
Marc Jansen
de97975144
Readd the window.$ mapping in the deprecated.js file
2012-04-25 09:28:43 +02:00
Marc Jansen
c56a861ec7
Merge branch 'master' of https://github.com/openlayers/openlayers into no-$
2012-04-25 09:16:27 +02:00
Marc Jansen
c4a087d4dd
Merge pull request #436 from mpriour/cql_deps
...
Add required OpenLayers.Filter deps to OpenLayers.Format.CQL
2012-04-24 23:47:58 -07:00
Matt Priour
77cf56a4b6
Add required OpenLayers.Filter deps to OpenLayers.Format.CQL
2012-04-24 22:52:19 -05:00
Éric Lemoine
1ace4df160
set OpenLayers.VERSION_NUMBER to Release 2.12-rc2
2012-04-24 21:55:49 +02:00
ahocevar
f4a77cad06
Merge pull request #432 from ahocevar/iframe-opacity
...
Long URLs messing up Opacity. r=@elemoine,@lewinmadrid
2012-04-24 12:32:48 -07:00
ahocevar
fc0b15ad45
Overriding onImageLoad to set the opacity on the correct element.
2012-04-24 08:08:41 -04:00
Éric Lemoine
07533fcdcb
Merge pull request #426 from elemoine/moveend-bug
...
pan() triggers moveend event twice
2012-04-24 04:02:36 -07:00
Tim Schaub
2b5b59bea5
Merge pull request #416 from tschaub/dotless
...
Use dotless identifiers.
2012-04-23 16:27:11 -07:00
Tim Schaub
9a7b8b1cca
Add a bit to the release notes about dotless identifiers.
2012-04-23 19:25:39 -04:00
ahocevar
179433da2f
For IFrame tiles, we need to set opacity on the IFrame's parent.
2012-04-23 18:46:28 -04:00
ahocevar
a57c56ed96
Revert "Merge pull request #432 from ahocevar/iframe-opacity"
...
This reverts commit af046b9af8 , reversing
changes made to f36fd5f0d1 . The reason for reverting this is that the change breaks the select-feature-multilayer.html example.
2012-04-23 18:03:39 -04:00
Éric Lemoine
c6c1bf1f77
fix movestart, move, moveend sequence on pan with animate:false
2012-04-23 23:57:48 +02:00
ahocevar
af046b9af8
Merge pull request #432 from ahocevar/iframe-opacity
...
Long URLs messing up Opacity. r=@elemoine
2012-04-23 14:14:08 -07:00
ahocevar
11cc960be5
Setting opacity on the IFrame's parent, like we used to do in 2.11.
2012-04-23 10:36:51 -04:00
ahocevar
07114fc894
Setting opacity on the last child.
...
This is required for IFrame tiles, so we don't set the opacity on the event pane. To make this work with vector layers, the defs node needs to be inserted before the root group element instead of after it.
2012-04-23 10:17:20 -04:00
crschmidt
305c6ef064
Merge pull request #433 from bjornharrtell/patch-1
...
Mark context property as part of API
2012-04-23 04:08:36 -07:00
Björn Harrtell
3b91e41690
Mark context property as part of API. It's very useful and is used in examples (at least strategy-cluster-threshold)
2012-04-23 12:01:55 +03:00
crschmidt
43126239ff
Merge pull request #429 from flamandro/permalink
...
Fix Trac #3381 . Applied patch from ticket #3381 to Permalink tests and updated Permalink.js to pass the tests by maintaining anchors in links.
2012-04-22 12:58:17 -07:00
John Lien
ab87c33670
Applied patch from ticket #3381 to Permalink tests and updated Permalink
...
control to pass tests by maintaining anchors.
All tests continue to pass.
2012-04-22 14:48:12 -04:00
Marc Jansen
e70ee09a4d
Merge branch 'master' of https://github.com/openlayers/openlayers into no-$
2012-04-20 23:45:37 +02:00
Marc Jansen
1691d4a71f
Minor API doc enhancement
2012-04-21 00:23:41 +03:00
Marc Jansen
e690f28517
replace tab with spaces
2012-04-21 00:14:24 +03:00
Éric Lemoine
a57738e817
Merge branch '2.12'
2012-04-20 15:29:46 +02:00
Éric Lemoine
f36fd5f0d1
Merge pull request #393 from elemoine/393
...
grid layers may be misplaced
2012-04-20 06:27:27 -07:00
ahocevar
bd4c092943
Merge pull request #419 from ahocevar/bing-attribution
...
Incorrect Bing attribution when custom maxResolution is set. r=@elemoine
2012-04-20 06:11:31 -07:00
ahocevar
9ab6d08fb0
Calculate zoom level from serverResolutions.
...
The previous way of hard-coding an offset of 1 causes an incorrect attribution for layers with a custom maxResolution.
2012-04-20 15:08:45 +02:00
Éric Lemoine
e998335718
Merge pull request #399 from elemoine/399
...
adding an OverviewMap to an OSM map no longer just works
2012-04-20 05:10:34 -07:00
ahocevar
a73d9e3804
Merge pull request #407 from ahocevar/alwaysInRange
...
alwaysInRange not updated when using addOptions. r=@elemoine,@bartvde
2012-04-19 09:00:26 -07:00
ahocevar
70161c5628
Merge pull request #421 from ahocevar/bing-overlay
...
Make sure tiles are loaded for Bing overlays. r=@bartvde
2012-04-19 07:03:56 -07:00
ahocevar
551f509b49
Make sure tiles are loaded for Bing overlays.
...
Previously, Bing overlays that were added to an existing map had empty tiles, because tiles are added before the layer url is set in initLayer. This change makes sure tiles are only rendered when the layer url is available, by not processing the tile queue before the layer url is set.
2012-04-19 16:02:23 +02:00
ahocevar
363f837acb
Using resolution instead of zoom level for initial center (see #418 ).
2012-04-19 13:29:56 +02:00
ahocevar
ef33f01504
Respect alwaysInRange from prototype, but allow changes in addOptions.
2012-04-19 12:02:18 +02:00
Tim Schaub
faaa2cec1f
Using compiled regexp to replace dots.
...
Though split and join appear to be more efficient in Chrome, a compiled regexp looks to be a safer bet across the board. See http://jsperf.com/dotless (and http://jsperf.com/dotless-nop for the NOP).
2012-04-18 09:46:24 -04:00
Tim Schaub
163caf0e8d
Underscore in canvas hit detection.
2012-04-18 09:40:27 -04:00
Tim Schaub
8533edd19b
Toward dotless identifiers.
2012-04-18 09:39:58 -04:00
Tim Schaub
bce40d9e42
Merge branch 'master' of github.com:openlayers/openlayers
2012-04-17 12:12:38 -04:00
Tim Schaub
f70b500aac
Merge branch '2.12' of github.com:openlayers/openlayers
2012-04-17 12:11:38 -04:00
Bart van den Eijnden
ce18994664
Merge pull request #413 from bartvde/extendeddate
...
allow the regex for date parsing to be specified, so that applications can potentially deal with dates before BC in ISO-8601 (r=@ahocevar)
2012-04-17 08:41:11 -07:00
Bart van den Eijnden
a96d32d284
rename to dateRegEx and provide default value in api docs
2012-04-17 17:39:37 +02:00
Bart van den Eijnden
f07660e8c5
implement @ahocevar's suggestion instead
2012-04-17 15:57:51 +02:00
Frédéric Junod
7ec0071823
Merge pull request #403 from fredj/403
...
Util.html test fail with Chrome and Chromium. r=elemoine
2012-04-17 06:53:43 -07:00
Bart van den Eijnden
90a8ac9c71
allow for negative years in dates
2012-04-17 14:23:56 +02:00
Frederic Junod
e14d7d686e
Fix Util.html test for Chrome/Chromium browsers.
2012-04-16 10:41:07 +02:00
ahocevar
b683c9bae1
No csstidy, because it changes the css and breaks the zoom buttons.
2012-04-14 18:35:51 +02:00
Éric Lemoine
342f647135
Merge branch '2.12'
2012-04-14 15:00:14 +02:00
Éric Lemoine
c88a610f21
Merge pull request #406 from elemoine/406
...
TMS zoomOffset test sets NaN maxResolution values in the map
2012-04-14 05:25:07 -07:00
Peter Robins
b672a58c35
Fix Map so zoomChanged when zoom is constructor option
2012-04-13 10:29:34 +01:00
Éric Lemoine
bfd6be634f
if maxResolution is "auto" calculate maxResolution based on maxExtent and map size, else calculate maxResolution based on maxExtent and tile size
2012-04-11 17:45:34 +02:00
Éric Lemoine
ebfbb354ed
fix the TMS zoomOffset test
2012-04-11 17:43:17 +02:00
Frédéric Junod
6adac12fab
Merge pull request #405 from fredj/handler-options
...
Move handlerOptions to the Control prototype.
2012-04-11 05:08:54 -07:00
Éric Lemoine
6a039fd700
Merge branch '2.12'
2012-04-11 12:58:06 +02:00
Frederic Junod
1a59e47737
Move handlerOptions to the Control prototype.
2012-04-11 12:46:20 +02:00
Bart van den Eijnden
344e2124c9
Merge pull request #400 from bartvde/bing
...
fix Bing attribution issue caused by reverse axis order (r=@elemoine). Thanks Eric Blasenheim for the detailed report.
2012-04-10 06:02:30 -07:00
Bart van den Eijnden
59cc18d85b
fix Bing attribution issue reported by PitneyBowes
2012-04-10 14:31:20 +02:00
Éric Lemoine
ae75fdacd7
Revert "Merge pull request #116 from elemoine/redraw"
...
This reverts commit 7a5b469192 , reversing
changes made to a719de7e93 .
Conflicts:
tests/Tile/Image.html
2012-04-07 21:07:03 +02:00
Éric Lemoine
58e86a37f5
Revert "Declare zoomChanged."
...
This reverts commit b910a5f4d0 .
2012-04-07 21:02:24 +02:00
Éric Lemoine
4df1104b7a
Revert "Merge pull request #312 from elemoine/redraw"
...
This reverts commit 7f94945244 , reversing
changes made to dfa70fafac .
Conflicts:
lib/OpenLayers/Layer/Vector.js
2012-04-07 21:01:52 +02:00
Éric Lemoine
685eae7c04
Merge pull request #390 from elemoine/scriptlocation
...
_getScriptLocation regexp not robust enough
2012-04-04 21:43:08 -07:00
Tim Schaub
24d421a449
Merge branch '2.12' of git://github.com/openlayers/openlayers
2012-04-04 14:50:53 -10:00
Tim Schaub
0554637c56
Merge pull request #388 from tschaub/offline
...
Make cache writing work when cross-origin.
2012-04-04 17:49:24 -07:00
Éric Lemoine
b1b4736315
make _getScriptLocation RegExp more robust, p=jpfiset, t,r=me
2012-04-04 20:30:50 +02:00
Tim Schaub
2582e762b7
Avoid undefined url.
2012-04-03 16:49:23 -10:00
Marc Jansen
326598a75c
Merge pull request #361 from sdikiy/patch-1
...
accurate calculation of the centroid for small objects with large coordinates (p=sdikiy,r=marcjansen,sbrunner)
2012-04-03 11:58:57 -07: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
fef8b98f32
Merge branch 'master' of github.com:openlayers/openlayers
2012-04-03 17:16:06 +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
Éric Lemoine
eb2d62dacb
Merge pull request #365 from elemoine/anim2
...
Display issues with backbuffer delay on single tiled transparent layers
2012-04-02 12:02:05 -07:00
Éric Lemoine
9d23b81dae
update 2.12 notes
2012-04-02 21:00:20 +02:00
Éric Lemoine
d650ba20d9
Layer.Grid - better docs for transitionEffect, removeBackBufferDelay, and className
2012-04-02 20:59:16 +02:00
Éric Lemoine
d8473f9249
make Layer.Grid.prototype.className an API property
2012-04-02 17:57:37 +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
Antoine Abt
99da137be0
Merge pull request #381 from gravitystorm/patch-1
...
Fix typo
2012-04-02 06:16:31 -07: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
8c6466bf2a
move transitionEffect to Layer.Grid.prototype, and discourage the use of transitionEffect:"resize" on non-opaque layers
2012-03-31 21:32:49 +02:00
Éric Lemoine
d252a6156a
add tests for className and removeBackBufferDelay default values
2012-03-31 21:24:45 +02:00
Éric Lemoine
8f20ff8ca0
update 2.12 release notes
2012-03-31 21:24:18 +02:00
Éric Lemoine
5b40ffe474
change CSS accessor for tile transition
2012-03-31 21:24:03 +02:00
Éric Lemoine
1e5f83593c
removeBackBufferDelay defaults to 0 for singleTile layers
2012-03-31 21:23:21 +02:00
Éric Lemoine
86cd9c7bf7
add class to Layer.Grid layer div
2012-03-31 21:22:36 +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
Bart van den Eijnden
a00b565fcc
Merge pull request #372 from bartvde/graphictext
...
setting graphic to false by default when reading a TextSymbolizer (r=@ahocevar)
2012-03-30 17:00:27 -07:00
Bart van den Eijnden
4b22a1e2d2
move logic into GeoServer profile as suggested by @ahocevar
2012-03-31 01:26:37 +02:00
sdikiy
0460bd2ae8
change getCentroid
2012-03-30 23:20:21 +03:00
Bart van den Eijnden
9a5364f309
add missing requires
2012-03-30 20:37:15 +02:00
sdikiy
23301e10ea
add new test for getCentroid
2012-03-30 16:52:29 +03:00
Frédéric Junod
35333681c1
Merge pull request #377 from probins/rmfc
...
Remove framedCloud.css. p=probins
2012-03-30 05:53:52 -07:00
Éric Lemoine
b876f815fb
Merge pull request #376 from probins/rmsvn
...
Further tidy-up of svn refs
2012-03-30 05:45:06 -07:00
Paul Spencer
943efd66b0
Merge pull request #370 from pagameba/overviewmap
...
OverviewMap custom div bug.
2012-03-30 05:18:05 -07:00
Paul Spencer
30af95d034
a working test thanks to Marc.
2012-03-30 07:59:22 -04:00
Peter Robins
d5adedb708
Remove framedCloud.css
2012-03-30 12:00:52 +01:00
Peter Robins
349fc2f69e
Further tidy-up of svn refs
2012-03-30 11:36:40 +01:00
unknown
ecbf9966ba
Merge branch 'master' into patch-1
2012-03-30 12:25:12 +03:00
Éric Lemoine
e35dfe1a5a
Merge branch '2.12'
2012-03-30 08:44:59 +02:00
Éric Lemoine
e0b93c2e45
The OpenLayers code is published under the 2-clause BSD license
2012-03-30 08:33:55 +02:00
Bart van den Eijnden
cc68be49bf
Merge pull request #373 from bartvde/describelayer
...
add exception handling to WMSDescribeLayer Format (r=@tschaub)
2012-03-29 15:14:20 -07:00
Bart van den Eijnden
33f8fa0aff
add exception handling to WMSDescribeLayer Format
2012-03-29 23:22:31 +02:00
Éric Lemoine
650df2a8f1
change copyright header in every OpenLayers js file
2012-03-29 22:14:56 +02:00
Bart van den Eijnden
75c187d5a3
setting graphic to false by default when reading a TextSymbolizer, just like is done on other symbolizers
2012-03-29 22:13:24 +02:00
Éric Lemoine
95eb1454f4
change copyright dates in build/license.txt
2012-03-29 22:01:48 +02:00
Éric Lemoine
f5cc652685
remove any reference to svn.openlayers.org from license.txt
2012-03-29 22:00:56 +02:00
Éric Lemoine
2cc0090f81
move the licenses dir to the root of the repo
2012-03-29 21:59:58 +02:00
Éric Lemoine
6b04ff1c94
move authors.txt to the root of the repo
2012-03-29 21:58:54 +02:00
Éric Lemoine
5f4519b378
remove doc/customization and doc/readme.txt
2012-03-29 21:57:42 +02:00
Éric Lemoine
3a925d9903
remove release-license.txt and repository-license.txt
2012-03-29 21:56:24 +02:00
Paul Spencer
d4e6253447
indent 4.
2012-03-29 07:32:25 -04: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
801b32a667
Merge pull request #345 from elemoine/flickr
...
timed out on "examples/strategy-cluster.html"
2012-03-28 21:31:17 -07:00
Paul Spencer
9e31fb6e9a
Update OverviewMap to test if calling minimizeControl or maximizeControl causes an exception.
2012-03-28 14:06:51 -04:00
Paul Spencer
175423b3ba
In the case of an overview map rendered into a user-provided div, the minimize and maximize divs are not created so we need to test for existence of them in the showToggle method.
2012-03-28 11:40:14 -04: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
Éric Lemoine
74a34ec14b
rely on the Flickr APIs in the strategy-bbox example
2012-03-28 14:13:08 +02:00
ahocevar
032293c26f
Merge pull request #352 from ahocevar/352
...
Layer/Grid.html tests fail. r=@elemoine
2012-03-27 16:27:00 -07:00
ahocevar
3eedfce46e
Fixing test after 5e9104a2a2.
2012-03-27 13:10:28 -07:00
ahocevar
48a2d023f5
Merge branch '2.12' of github.com:openlayers/openlayers
2012-03-27 12:47:46 -07:00
Éric Lemoine
11395e7e84
Merge pull request #363 from probins/projex2.12
...
Improve proj4js examples docs 2.12
2012-03-27 08:30:53 -07:00
Peter Robins
1a59ade32a
Improve proj4js examples docs
2012-03-27 15:53:01 +01:00
Frédéric Junod
31c2d183f6
Merge pull request #359 from fredj/projdocs
...
Improvements for projection docs. p=probins
2012-03-27 06:13:12 -07:00
sdikiy
8c93d477ba
accurate calculation of the centroid for small objects with large coordinates
2012-03-27 16:12:31 +03:00
Peter Robins
720a815479
Improvements for projection docs
2012-03-27 14:07:58 +02:00
Frederic Junod
d1d5ab9930
Merge branch '2.12'
2012-03-27 09:31:53 +02:00
Antoine Abt
eb74d93d48
Merge pull request #355 from tonio/blue
...
Zoom control, back to blue
2012-03-27 00:03:25 -07:00
Antoine Abt
935c56961b
Merge pull request #356 from tonio/transition
...
Add css transitions to mobile example stylesheet
2012-03-26 23:50:25 -07:00
Antoine Abt
87763af644
add css transition for mobile examples
2012-03-26 22:19:00 +02:00
Antoine Abt
8f3f5d1366
blue’s back — Zoom control refresh
2012-03-26 21:53:11 +02:00
Éric Lemoine
fb1a49e87e
Merge pull request #349 from elemoine/releasesh
...
release.sh updates
2012-03-23 14:28:49 -07:00
Tim Schaub
febf048d9d
Merge pull request #351 from elemoine/pinch2
...
After great sleuthing from @elemoine, we have a solution closer to the heart of the problem. In a funny twist, the excessive call to `updateSize` ended up hinting at the solution. Thanks to `git bisect` for making things a bit easier.
2012-03-23 14:19:49 -07:00
Éric Lemoine
d680cb45a0
force a reflow after pinch
2012-03-23 22:10:16 +01:00
Bart van den Eijnden
0dce0b9a5b
Merge pull request #348 from bartvde/getcentroid
...
getCentroid should just return the first point if a linear ring only has less than three components (r=@tschaub)
2012-03-23 04:41:12 -07:00
Éric Lemoine
fda512f904
minor changes to the release.sh script
2012-03-22 22:16:35 +01:00
Éric Lemoine
863011b2b7
set VERSION_NUMBER to Release 2.12-rc1
2012-03-22 18:59:14 +01:00
Bart van den Eijnden
955c83baa9
getCentroid should just return the first point if a linear ring only has less than three components
2012-03-22 12:59:55 +01:00
Bart van den Eijnden
965e269cfd
minor change to Protocol.CSW to deal with the situation where the GeoExt ProtocolProxy is configured with setParamsAsOptions true
2012-03-22 11:09:38 +01:00
Éric Lemoine
1febb44376
Merge pull request #342 from mpriour/multiple-builds
...
Add specific light build example and tag eligible 'light' build examples
2012-03-22 02:13:32 -07:00
Matt Priour
a38e4ecc9a
Remove light tag from wms-long-url example
2012-03-22 04:01:28 -05:00
Éric Lemoine
067a11f1d9
Merge branch '2.12'
2012-03-22 07:05:02 +01:00
Éric Lemoine
d563084745
fix the layerLoadMonitoring.html example, refs #342
2012-03-22 07:04:13 +01:00
ahocevar
f84a2d0bc9
Merge branch '2.12'
2012-03-21 23:35:51 +01:00
ahocevar
9db42f6747
Merge pull request #343 from ahocevar/cache-map
...
Fixing typo which causes CacheRead to fail when CacheWrite is active. r=@tschaub
2012-03-21 23:35:02 +01:00
ahocevar
8d42f33a28
Fixing typo which causes CacheRead to fail when CacheWrite is active
2012-03-21 23:21:24 +01:00
tschaub
a28a9d2121
Merge branch '2.12' of github.com:openlayers/openlayers
2012-03-21 16:11:30 -06:00
Tim Schaub
97582d637f
Merge pull request #341 from tschaub/script
...
Correcting the callback for the script protocol.
2012-03-21 15:07:31 -07:00
tschaub
609e5f7f09
Taking brackets out of the callback.
...
The Yahoo API doesn't accept quotes in the callback (e.g. foo['bar']). Since the callback registry is an object and all identifiers are prefixed with "c" now, we can use dot notation.
2012-03-21 09:18:23 -06:00
Bart van den Eijnden
6b8c7a8ca5
Merge pull request #334 from bartvde/sldwhitespace
...
ignore whitespace in filter values (r=@marcjansen,@ahocevar)
2012-03-21 05:16:45 -07:00
Bart van den Eijnden
221292436a
add expectWithTrim to all test cases and protect numericIf against failure
2012-03-21 13:15:16 +01:00
Bart van den Eijnden
430d09eb55
incorporate review by @marcjansen
2012-03-21 12:17:44 +01:00
ahocevar
5e9104a2a2
Revert "Merge pull request #304 from mpriour/singleTile"
...
This reverts commit 84fb15e1d2 , reversing
changes made to d0d116efdf .
2012-03-21 10:05:22 +01:00
Matt Priour
2ba9c5ffda
Remove 'light' tag from some examples it doesn't work for
2012-03-20 23:18:41 -05:00
Matt Priour
6eee5025f2
Add light tag to examples that could use the light build
2012-03-20 22:29:58 -05:00
Matt Priour
386dacffb3
Add a specific example which uses the OpenLayers.light.debug.js library, instead of the normal full multi-file debug version used for most examples
2012-03-20 20:16:03 -05:00
tschaub
127abf8782
Correcting the callback for the script protocol.
...
In f08119b01e , the default syntax for the script protocol's callback made it so the callbacks looked like `OpenLayers.Protocol.Script.registry[c1]`. This essentially breaks the script protocol everywhere except where `c1` is defined and equals "c1" (the string).
Tests with this change demonstrate that default callbacks will now look like `OpenLayers.Protocol.Script.registry['c1']` (properly accessing the `c1` property of the registry object).
2012-03-20 17:07:52 -06:00
tschaub
0feefaa4bc
Moving attribution from the middle of the map.
...
I believe this should be the default. In rare cases where people want it somewhere in the middle of the map, they should provide custom css.
2012-03-20 16:43:33 -06:00
tschaub
c02d5a4dbf
Correct URL for sencha css and js.
2012-03-20 16:42:56 -06:00
Éric Lemoine
86de06517f
Merge pull request #337 from ahocevar/337
...
controls.html example broken
2012-03-20 02:22:23 -07:00
ahocevar
90c9b525ed
Nullifying more properties - previous change did not fix the issue.
2012-03-20 10:13:14 +01:00
ahocevar
8bd6de0fae
Merge pull request #337 from ahocevar/337
...
controls.html example broken. r=@elemoine
2012-03-19 16:06:24 -07:00
ahocevar
d31a8da839
Clone needs a fresh backBuffer and tileQueue.
2012-03-19 21:09:43 +01:00
Éric Lemoine
acd11005b6
Merge pull request #333 from elemoine/patch-1
...
Tiles@Home has been discontinued so it should be removed from the doc as well
2012-03-19 09:21:58 -07:00
Antoine Abt
f90c3503e2
Merge pull request #336 from tonio/examples
...
fixes mobile examples which were using ZoomPanel
2012-03-19 06:51:54 -07:00
Antoine Abt
ffa71c0d1a
update doc in mobile navigation
2012-03-19 14:47:02 +01:00
Antoine Abt
d81f0796d4
fixes mobile examples which were using ZoomPanel
2012-03-19 14:42:34 +01:00
Bart van den Eijnden
94bd37031d
instead, add a trimWhitespace option to OpenLayers.String.numericIf as discussed with @ahocevar
2012-03-19 13:07:49 +01:00
ahocevar
ed45ab66e3
Merge pull request #331 from ahocevar/331
...
gutter and maxGetUrlLength broken. r=@elemoine
2012-03-19 03:23:44 -07:00
Bart van den Eijnden
7a769830fe
ignore whitespace in filter values
2012-03-19 11:13:27 +01:00
Frédéric Junod
c6374606bc
Merge pull request #327 from fredj/jshint
...
jshint. r=tschaub
2012-03-19 03:07:09 -07:00
Mark Prins
87540d4ef1
Tiles@Home has been discontinued so it should be removed from the example as well. My choice for OpenCycleMap is arbitrary, but since it is currently up on the main OSM slippy map, imo a valid choice.
...
See also: #330
2012-03-19 10:52:16 +01:00
Bart van den Eijnden
4c02529d00
Merge pull request #332 from bartvde/backbuffer
...
backBuffer style left and top need to be rounded (original patch by @ahocevar, r=me,elemoine)
2012-03-19 02:43:04 -07:00
Éric Lemoine
a0e53931e4
Merge branch '2.12'
2012-03-19 10:32:28 +01:00
Bart van den Eijnden
c1944eb6da
backBuffer style left and top need to be rounded
2012-03-19 10:15:13 +01:00
ahocevar
f32bfa2240
Making backbuffer work again for tiles with frame.
2012-03-19 10:10:40 +01:00
Frederic Junod
1a5d491dae
CSS: remove unit when value is 0
2012-03-19 09:49:13 +01:00
Frédéric Junod
cd8cd1e6c8
Merge pull request #328 from fredj/multimap-tests
...
Remove the OpenLayers.Layer.MultiMap class as the MultiMap service was discontinued.
2012-03-19 01:21:34 -07:00
Frederic Junod
5e0c064359
Extra comma.
2012-03-19 09:13:01 +01:00
Frederic Junod
5557693df1
Confusing use of '!'.
2012-03-19 09:13:01 +01:00
Frederic Junod
20e35b19ff
Replace tabs with spaces.
2012-03-19 09:13:01 +01:00
Frederic Junod
2de2fe2563
Unnecessary and missing semicolon.
2012-03-19 09:13:01 +01:00
Antoine Abt
2b41c8926b
Merge pull request #321 from tonio/zoomdefault
...
Make Zoom control be default instead of PanZoom.
2012-03-19 00:50:53 -07:00
Frédéric Junod
d2a09cbfb1
Merge pull request #4 from elemoine/multimap-tests
...
add a MultiMap Layer Removal section in the 2.12 release notes
2012-03-18 23:47:53 -07:00
Antoine Abt
b10e6707e6
fixes button stay «active» on mobile, in default theme, and mobile example stylesheet
2012-03-18 20:43:33 +01:00
Antoine Abt
457f0285b5
better readability of button with text-shadow
2012-03-18 20:42:25 +01:00
Éric Lemoine
926283fa69
Merge branch '2.12'
2012-03-18 14:09:25 +01:00
ahocevar
472e400078
Adding "mobile" tag to offline storage exmaples.
2012-03-18 13:18:58 +01:00
ahocevar
46c5ac8e55
Merge pull request #322 from ahocevar/loadend
...
WMS loadend event does not always fire. r=@elemoine
2012-03-18 03:00:47 -07:00
ahocevar
99f116ee98
With tileQueue, we need a different way of handling loadstart/loadend.
2012-03-17 16:10:10 +01:00
Éric Lemoine
de9716564f
Merge pull request #330 from elemoine/osmarander
...
remove the osmarander layer in spherical-mercator.html
2012-03-17 07:44:29 -07:00
Éric Lemoine
5834eeed40
add a MultiMap Layer Removal section in the 2.12 release notes
2012-03-17 15:35:16 +01:00
Éric Lemoine
853ad096bb
remove the osmarander layer from spherical-mercator.html, as the osmarander tiles (tah.openstreetmap.org) are no longer available
2012-03-17 15:20:31 +01:00
Bart van den Eijnden
1935d6da6d
Merge pull request #329 from bartvde/master
...
merge 2.12 into master
2012-03-16 07:06:53 -07:00
Bart van den Eijnden
b6dff22e3b
Merge branch '2.12'
2012-03-16 15:02:37 +01:00
Frederic Junod
2ddca7f8cd
Remove Layer.MultiMap tests and code.
...
The API code from http://developer.multimap.com is no longer available.
2012-03-16 14:59:10 +01:00
ahocevar
85b836de23
Merge pull request #322 from ahocevar/322
...
WMS loadend event does not always fire
2012-03-16 00:48:29 -07:00
tschaub
fb631ac0ba
Updating zoom style for mobile examples.
...
Sticking with sans-serif gives a more uniform experience on desktop Webkit, Safari on iOS, and the default Android browser.
Using `-webkit-tap-highlight-color` gets rid of the blue highlight when clicking on the map tiles or zoom control.
2012-03-15 17:59:16 -06:00
Éric Lemoine
8acab59320
Merge pull request #326 from fredj/proj4js-url
...
Fix proj4js script.src
2012-03-15 15:21:14 -07:00
Éric Lemoine
a72403b219
Merge pull request #325 from bartvde/foo
...
do not cast to LonLat if center is null in Map moveTo
2012-03-15 12:03:32 -07:00
ahocevar
193983b2b0
tileQueue has nothing to do with numLoadingTiles.
...
The tileQueue might have entries again after zooming when the previous zoom level hasn't finished loading yet. Removing the check for the tileQueue's length makes layers report loadend correctly again.
2012-03-15 17:44:30 +01:00
Frederic Junod
46309b5265
Fix proj4js script.src
2012-03-15 17:13:10 +01:00
Bart van den Eijnden
a3874b8f97
do not cast to LonLat if center is null in Map moveTo
2012-03-15 16:53:22 +01:00
Antoine Abt
e50c44b63c
update doc for control fallback
2012-03-15 10:12:38 +01:00
Éric Lemoine
bb6cf0c2d1
provide links to issues/pull requests in 2.12.md
2012-03-15 09:48:37 +01:00
Tim Schaub
9070c2e3dd
Cosmetic typo fix thanks @probins.
2012-03-15 01:26:00 -06:00
Marc Jansen
0cc81202a1
Add missing requires directive for OpenLayers.Format.WMSGetFeatureInfo.
2012-03-15 08:20:11 +01:00
Antoine Abt
a96c2da6c2
add PanZoom control if Zoom isn’t in build
2012-03-14 22:31:47 +01:00
Antoine Abt
ee7efdeb08
trailing spaces
2012-03-14 20:25:07 +01:00
Antoine Abt
23b0971c2f
update mobile example to use Zoom control. update build config file
2012-03-14 20:25:07 +01:00
Antoine Abt
b2727c88f2
make Zoom default instead of PanZoom
2012-03-14 20:25:07 +01:00
Éric Lemoine
0786a5c532
Merge remote branch 'ahocevar/320' into 2.12
2012-03-14 20:21:25 +01:00
Éric Lemoine
22997b473d
Merge remote branch 'upstream/master' into 2.12
2012-03-14 20:20:12 +01:00
ahocevar
ef3155d6e6
Fixing test.
2012-03-14 18:27:35 +01:00
ahocevar
81b67db101
Patch from http://trac.osgeo.org/openlayers/ticket/3307 .
...
Uses a remote GeoServer now, which is added to the allowed hosts for proxy.cgi.
2012-03-14 17:12:06 +01:00
Frédéric Junod
fe7f7cfc45
Merge pull request #306 from fredj/deprecate-svg2-ng
...
Deprecate SVG2 renderer, r+p=@ahocevar
2012-03-14 08:23:01 -07:00
Frédéric Junod
dbb380b0e1
Merge pull request #3 from ahocevar/deprecate-svg2-ng
...
Monkey-patching Layer.Vector with deprecated Renderer.NG logic
2012-03-14 04:35:25 -07:00
ahocevar
e1fba99c73
Monkey-patching Layer.Vector with deprecated Renderer.NG logic
2012-03-14 10:49:05 +01:00
Frederic Junod
61f01f20e0
Remove Renderer.NG related code
2012-03-14 09:17:42 +01:00
Frederic Junod
42431a4164
Add Renderer.NG and Renderer.SVG2 to the deprecation list in notes/2.12.md
2012-03-14 09:17:42 +01:00
fredj
23380e5d4a
Move NG renderer to deprecated.js
2012-03-14 09:17:42 +01:00
fredj
420a6f4dd2
Move SVG2 renderer to deprecated.js
2012-03-14 09:17:42 +01:00
Tim Schaub
a462be52a8
Removing unused bind var.
...
Thanks @jorix for catching this.
2012-03-13 23:08:28 -06:00
Éric Lemoine
f018887ac2
fix typo in notes/2.12.md
2012-03-13 15:10:34 +01:00
ahocevar
f3fa799a27
Edits to tile related improvements.
2012-03-13 12:39:33 +01:00
ahocevar
0a8db1629d
Merge pull request #319 from ahocevar/console-fix
...
Using OpenLayers.Console if window.console is unavailable.
2012-03-13 04:17:35 -07:00
ahocevar
da3a07fbde
Using OpenLayers.Console if window.console is unavailable.
2012-03-13 11:38:45 +01:00
Éric Lemoine
7833077039
Merge pull request #317 from mpriour/multiple-builds
...
Document alternate builds
2012-03-13 00:50:43 -07:00
Antoine Abt
bed3edeb46
Merge pull request #281 from ejn/master
...
Improve iconOn/iconOff class name matching in Panel.js; add unit tests
2012-03-13 00:37:54 -07:00
Matt Priour
8b3b999a64
correct typo in readme
2012-03-13 00:07:18 -05:00
Matt Priour
a969f46ed5
add multiple build information in readme
2012-03-12 23:08:44 -05:00
Éric Lemoine
f9cda4d9f4
Merge pull request #316 from elemoine/rem-scripts
...
remove outdated shell scripts
2012-03-12 14:42:46 -07:00
Éric Lemoine
fd03c4a8c9
remove outdated shell scripts
2012-03-12 22:23:34 +01:00
ahocevar
6b5dba3f93
Merge pull request #301 from ahocevar/offline
...
Adding CacheRead and CacheWrite controls. r=@elemoine,@fredj
2012-03-12 08:29:00 -07:00
Éric Lemoine
c66371ebf8
Merge pull request #288 from mpriour/multiple-builds
...
Make the getScriptLocation function work with mobile & light builds
2012-03-12 07:19:42 -07:00
Matt Priour
9e90af914d
Merge pull request #2 from elemoine/multiple-builds
...
Multiple builds
2012-03-12 06:20:28 -07:00
ahocevar
7693c2480d
Merge pull request #296 from ajkopinga/canvas-edge-hit2
...
added hit detection for symbol edges to canvas renderer with unit tests
2012-03-12 06:12:57 -07:00
Éric Lemoine
56e25fc9fe
Merge pull request #309 from bartvde/ie8doubleclick
...
prevent double click from firing click callback in IE
2012-03-12 02:37:38 -07:00
Bart van den Eijnden
1dba227db4
add comment as to why clearTimer is needed here, and change control flow back to what it was before breakage, i.e. do not call clearTimer if it does not pass the tolerance
2012-03-12 09:59:25 +01:00
Éric Lemoine
645e2f4016
add tests for SingleFile._getScriptLocation
2012-03-12 09:06:27 +01:00
Éric Lemoine
1ea71fd030
use two slashes in RegExp strings for escapement (see http://stackoverflow.com/questions/7735749/fix-jslint-bad-escapement-warning-in-regex )
2012-03-12 09:05:54 +01:00
Matt Priour
ef0da77e06
Merge branch 'master' into multiple-builds
2012-03-11 20:49:47 -05:00
ahocevar
bd262fce41
Addressing @elemoine's review comments.
...
Now the application no longer needs to care about the tile origin, because the CacheWrite control modifies the url if the CORS image loading is disabled and it is from a different origin. This only requires OpenLayers.ProxyHost to be properly configured. Also local storage keys use the original url instead of the proxied url, to make the CacheRead control work without proxy settings.
No deferred exceptions are thrown any more. Instead, OpenLayers.Console is used to show an error message for security exceptions.
We now check for OpenLayers.Tile.Image, because other tile types (e.g. UTFGrid) are not supported (yet).
To make the same origin handling in the CacheWrite control easier, OpenLayers.Request now exposes the same origin logic from request.issue as a separate function, so it can also be used by other components.
2012-03-11 22:15:34 +01:00
Frédéric Junod
f468cbf086
Merge pull request #313 from vmx/patch-1
...
The `loadcancel` event doesn't really exist. p=@vmx
2012-03-11 11:10:08 -07:00
Volker Mische
c02f295836
The loadcancel event doesn't really exist
2012-03-11 17:26:06 +01:00
Éric Lemoine
7f94945244
Merge pull request #312 from elemoine/redraw
...
Vector.Redraw should set zoomChanged to true in moveTo
2012-03-10 00:55:31 -08:00
ahocevar
dfa70fafac
Remove other references to unavailable external resources.
...
For me, several Image.html tests still failed in Firefox without this change (see #311 )
2012-03-10 01:55:57 +01:00
ahocevar
84fb15e1d2
Merge pull request #304 from mpriour/singleTile
...
Modify Grid.js to respect layer's maxExtent in singleTile mode
2012-03-09 16:24:27 -08:00
Éric Lemoine
d0d116efdf
add missing blank.gif file in tests/Tile
2012-03-10 00:34:39 +01:00
Éric Lemoine
0fa9651ee8
fix Tile/Image tests - we should not rely on external resources like http://labs.metacarta.com/wms/vmap0 , refs #311
2012-03-10 00:30:04 +01:00
Matt Priour
9df23e56b1
Merge pull request #1 from ahocevar/singleTile
...
Do not check for layer.maxExtent.
2012-03-09 15:07:41 -08:00
ahocevar
e52c97f741
Don't check based on layer.maxExtent.
...
layer.maxExtent is always set as soon as the layer is added to a map. Instead, making behavior consistent with tiled layers: don't display outside maxExtent except when displayOutsideMaxExtent is set to true or the layer's extent equals the world bounds for maps with a baseLayer that has wrapDateLine set to true.
2012-03-09 23:50:09 +01:00
Éric Lemoine
c693884f5f
redraw on vector layers should set zoomChanged to true in the moveTo call (refs #305 )
2012-03-09 23:40:34 +01:00
Matt Priour
0ff2f9a457
Simplify maxExtent restriction logic and prevent unneeded calls to `getLayerPxFromLonLat`
2012-03-09 14:26:48 -06:00
Matt Priour
f6c8b81f3a
Merge branch 'master' into singleTile
2012-03-09 14:04:21 -06:00
ahocevar
3d8a9168f0
Always set the tile url.
...
This avoids false positives in the url check in CacheWrite::cache when the CacheRead control is also active.
2012-03-09 19:07:54 +01:00
ahocevar
5f48e546bc
Simplified example.
2012-03-09 19:07:20 +01:00
ahocevar
51a11e053f
Additional simple examples for just CacheRead and CacheWrite.
...
* Abort seeding immediately when cache is full.
* Abort seeding immediately when CORS image requests are not supported.
2012-03-09 19:06:10 +01:00
Tim Schaub
1a444589e0
Merge pull request #274 from tschaub/utfgrid
...
UTFGrid Tile, Layer, and Control. This adds support for responsive handling of interactions with large numbers of features represented by UTFGrids.
2012-03-09 08:49:30 -08:00
Bart van den Eijnden
f28c432b34
prevent double click from firing click callback in IE
2012-03-09 14:05:48 +01:00
Tim Schaub
021ad521a8
Tests for the getTileData method.
...
Tests pass on Chrome 17, Firefox 10, IE 8, and IE 6.
2012-03-08 19:18:32 -06:00
Matt Priour
3e50817623
Correct else code style error
2012-03-08 16:54:50 -06:00
Éric Lemoine
7cd5ad64fa
2.12.md minor updates
2012-03-08 23:44:29 +01:00
Éric Lemoine
dcaefe2dd1
more information in 2.12.md
2012-03-08 23:36:52 +01:00
Matt Priour
9fbd3072b7
Merge branch 'master' into singleTile
2012-03-08 16:36:41 -06:00
Matt Priour
176e00e902
correct git errors
2012-03-08 16:32:49 -06:00
Matt Priour
9d0dd67843
Add tests for initSingleTile function, which is where all the important singleTile logic is
2012-03-08 16:26:46 -06:00
Matt Priour
3fd1cecf04
SingleTile WMS layers don't respect maxExtent values set on the layer
2012-03-08 16:20:23 -06:00
Éric Lemoine
16cece25a4
Merge pull request #303 from ZiglioNZ/rule-dependency
...
Added missing dependency
2012-03-08 13:29:29 -08:00
Emanuele Ziglioli
197c8053fa
Added extra dependencies: StyleMap.js and Layer/Vector.js. See:
...
https://github.com/openlayers/openlayers/pull/303#issuecomment-4401757
2012-03-09 09:51:24 +13:00
Emanuele Ziglioli
46191897cb
Added missing dependency
2012-03-09 08:54:51 +13:00
ahocevar
e366722375
Note about terms of service.
2012-03-08 18:37:45 +01:00
ahocevar
4434d195ea
Merge pull request #295 from probins/mapdocs
...
Improve docs for bounds/lonlat, Layer and Map
2012-03-08 09:11:30 -08:00
Éric Lemoine
89cf93d994
fix the Grid tests that fail in slow browsers, suggested by @ahocevar (refs #299 )
2012-03-08 17:53:09 +01:00
Bart van den Eijnden
05e40e5cf0
Merge pull request #302 from bartvde/graphic
...
don't output graphic inside of textsymbolizer if graphic is set to false (@r=ahocevar)
2012-03-08 08:10:02 -08:00
ahocevar
636ac640ca
Don't test VML if SVG is also supported.
...
The VML renderer does not work in IE9 standards mode, and SVG takes precedence over VML. So it is safe to skip these tests if both VML and SVG report "supported". See #285
2012-03-08 16:27:51 +01:00
Bart van den Eijnden
9707a388c3
typo
2012-03-08 15:52:03 +01:00
Bart van den Eijnden
5d9791133e
do not output graphic inside of textsymbolizer if graphic is set to false
2012-03-08 15:47:43 +01:00
ahocevar
f18ac9911b
Adding CacheRead and CacheWrite controls.
...
These controls read from and write to the browser's offline storage. Example with a seeding tool included.
2012-03-08 14:18:44 +01:00
Matt Priour
fe2d80973a
Merge branch 'master' into singleTile
2012-03-08 00:32:08 -06:00
Matt Priour
9fbadfa79f
Modify initSingleTile to respect map or layer maxExtent when set and layer is not the map's baseLayer
2012-03-08 00:31:05 -06:00
Éric Lemoine
877f4b4cc6
make the PanZoom tests pass in IE 9+, by not running tests that rely on document.createEvent in this browser too, no functional change (refs #277 )
2012-03-07 22:01:39 +01:00
Frederic Junod
0566b0a5bb
Add examples/osm-grayscale.html (see #297 )
...
Thanks to @ahocevar for the help on the firefox issue.
2012-03-07 10:35:06 +01:00
ahocevar
2f4ca63a39
Merge pull request #297 from ahocevar/tileloadstart
...
tileloadstart event and fixed crossorigin handling. r=@fredj
2012-03-07 01:30:36 -08:00
Marc Jansen
d122ebcf4e
Merge pull request #286 from marcjansen/imgpath
...
Declare ImgPath property of OpenLayers in OpenLayers.js (r=@elemoine,@ahocevar)
2012-03-06 23:02:25 -08:00
Tim Schaub
46054b8543
Correctly getting tile data for a location.
...
The UTFGrid layer's `getTileInfo` method was not correctly handling dateline wrapping (and was a bit more complicated than it needed to be). Since it would be useful to all grid layers to be able to retrieve a tile and pixel offset for any map location, this functionality deserves to be on the Grid layer.
The WMTS layer currently exposes a `getTileInfo` method that is used within the layer and by the WMTSGetFeatureInfo control. This method could be renamed to `getRemoteTileInfo` or something to differentiate it from a method that gets locally cached tile info. Until that change is made, the method on the Grid layer will be called `getGridData`.
2012-03-06 16:06:15 -07:00
ahocevar
81e7913075
Fixing crossorigin attribute handling.
2012-03-06 23:21:25 +01:00
Matt Priour
e45d37b386
Merge branch 'master' into multiple-builds
2012-03-06 14:21:14 -06:00
Marc Jansen
c9dbebf4aa
ImgPath should not be an an APIProperty in SingleFile.js.
2012-03-06 20:34:46 +01:00
Tim Schaub
9e47c02156
Merge pull request #292 from tonio/zoom
...
cosmetic changes on zoom control
2012-03-06 09:24:18 -08:00
Arjen Kopinga
677659df96
broadening stroke width in symbol edge hit detection test to lessen sensitivity to browser antialiasing differences
2012-03-06 15:27:26 +01:00
ahocevar
a05eab29db
Adding tileloadstart event to layer.
...
For this to be useful (i.e. so listeners can see/modify the tile url), a change in Tile.Image is required so we do not fire the loadstart event before we have the url to load.
2012-03-06 14:40:08 +01:00
Arjen Kopinga
a836224a14
added hit detection for symbol edges to canvas renderer with unit tests
...
Added unit tests for hit detection on invisible canvas layer
simplified unit test for hit detection on invisible canvas
2012-03-06 14:12:53 +01:00
ahocevar
da3bbbe231
Merge pull request #293 from probins/defnav
...
Map: default controls should include TouchNavigation if present
2012-03-06 04:18:02 -08:00
Peter Robins
93028bbcf8
Map: defaults controls should include TouchNavigation if present
2012-03-06 11:47:27 +00:00
Peter Robins
e8af06e6ae
Improve docs for bounds/lonlat as array
2012-03-06 11:30:28 +00:00
Éric Lemoine
81b2b524ec
add pl.js to API docs, refs #241
2012-03-06 09:26:12 +01:00
Éric Lemoine
539e2fc4db
Merge pull request #241 from argson/master
...
Added translations for Polish language
2012-03-06 00:24:15 -08:00
Antoine Abt
35a6407820
cosmetic changes on zoom control
2012-03-06 09:16:09 +01:00
Éric Lemoine
3b860ca4d7
Merge pull request #168 from jorix/Docs-issues3
...
Some problems in the documentation
2012-03-06 00:05:52 -08:00
Marc Jansen
e8744edd24
Minor formatting of API doc comments.
2012-03-06 08:39:00 +01:00
Marc Jansen
36886a2bc5
Better documentation for the property ImgPath of OpenLayers.
2012-03-06 08:33:39 +01:00
Tim Schaub
0e4953efdd
Simplify.
2012-03-06 00:08:20 -07:00
Marc Jansen
3cee434199
Also add the declaration of ImgPath to SingleFile.js.
2012-03-06 08:08:09 +01:00
Tim Schaub
cf30e71b9f
Merge branch 'master' of github.com:openlayers/openlayers into utfgrid
2012-03-06 00:06:15 -07:00
Tim Schaub
83fe251ef6
Merge pull request #291 from tschaub/zoom
...
Zoom Control
2012-03-05 23:02:55 -08:00
Tim Schaub
28687257d6
Use existing methods on XYZ layer.
2012-03-05 23:07:28 -07:00
Tim Schaub
8d6bddf0ac
A simple zoom control with zoom in/out links.
...
The zoom control allows for zoom in/out links that can be styled with CSS.
Note: This change was originally captured in #269 . It involves nice additions thanks @ahocevar. The changes were unintentionally merged and then reverted with fb3caf1561 , so the history of commits is not immediately apparent (though still likely there somewhere due to the magic of git).
2012-03-05 22:11:36 -07:00
Matt Priour
405a2225e8
Make the getScriptLocation function work with mobile & light builds and any other extended OpenLayers script naming convention
2012-03-05 19:53:35 -06:00
Éric Lemoine
d5da1130b5
Merge pull request #207 from probins/script
...
Change Protocol/Script registry to object
2012-03-05 13:52:44 -08:00
Marc Jansen
0cd3b6553e
Be consistent when aliasing OpenLayers.Util.getElement in examples.
2012-03-05 22:36:28 +01:00
Marc Jansen
5af323dc51
No need to mockup a custom $-method in test anymore.
2012-03-05 22:34:17 +01:00
Marc Jansen
5c2c39c9dd
Fix the examples that used our '$' method.
2012-03-05 22:27:43 +01:00
Marc Jansen
de2eeaab0b
Fix up a test that used our $().
2012-03-05 22:26:11 +01:00
Marc Jansen
ece872b81a
Remove our aliasing of OpenLayers.Util.getElement to window.$.
2012-03-05 22:23:57 +01:00
Marc Jansen
25bba1c937
Remove not needed document.getElementById in test.
2012-03-05 21:41:39 +01:00
Marc Jansen
8f0280e8bd
Add two trivial tests for the presence and default
...
value of OpenLayers.ImgPath.
2012-03-05 21:23:40 +01:00
Marc Jansen
768ad0108d
Move the declaration of OpenLayers.ImgPath from Util.js to OpenLayers.js.
2012-03-05 21:00:05 +01:00
ahocevar
fb3caf1561
Revert "Merge branch 'master' of github.com:openlayers/openlayers"
...
This reverts commit 12f191a690 , reversing
changes made to 49b3dc85c2 . See #269 .
2012-03-05 18:56:50 +01:00
Éric Lemoine
c8f0dfd728
Merge pull request #261 from mpriour/multiple-builds
...
Package OpenLayers with 3 pre-built versions (Full, light, & mobile)
2012-03-05 09:02:52 -08:00
Éric Lemoine
44cb6a404b
Merge pull request #254 from mpriour/light-build
...
Initial light build config file
2012-03-05 09:01:21 -08:00
Matt Priour
b8f396f44d
Remove GML, KML, & WmsGFI for vector shapes on non-interactive tiles use case
2012-03-05 10:48:49 -06:00
Matt Priour
ba5f638120
Merge branch 'master' into light-build
2012-03-05 10:46:04 -06:00
ahocevar
abbf679ab6
Fixing typo in docs
2012-03-05 16:46:45 +01:00
ahocevar
d6ffd60199
Merge pull request #283 from ahocevar/tileerror
...
New events: loaderror for Tile, tileerror for Layer.Grid. r=@bartvde
2012-03-05 06:10:22 -08:00
ahocevar
fe63d0aa63
New events: loaderror for Tile, tileerror for Layer.Grid.
2012-03-05 14:20:01 +01:00
Éric Lemoine
8c0d6880df
Merge pull request #282 from probins/img
...
OpenLayers.ImgPath should be API property
2012-03-05 05:19:08 -08:00
Peter Robins
eb4bf5d438
OpenLayers.ImgPath should be API property
2012-03-05 13:13:51 +00:00
ejn
fbc3b5475d
Improved regex, added tests
2012-03-05 12:14:56 +01:00
ahocevar
d7533096e9
Fixing Renderer/SVG.html tests for IE9 (see #277 ).
2012-03-05 12:00:18 +01:00
ahocevar
5674d440c8
Fixing IFrame test for IE9 (see #277 ).
2012-03-05 11:49:07 +01:00
Xavier Mamano
bfb379f349
Fix some problems in the documentation.
2012-03-05 11:43:09 +01:00
Bart van den Eijnden
d3a4275136
Merge pull request #279 from bartvde/gfi_exceptions
...
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer (r=@ahocevar)
2012-03-05 01:07:17 -08:00
Bart van den Eijnden
17f7b2feab
use separate testcase as suggested by @ahocevar
2012-03-05 10:04:15 +01:00
Bart van den Eijnden
6204fe50c6
GetFeatureInfo requests should take EXCEPTIONS parameter from the WMS layer
2012-03-05 09:56:31 +01:00
Bart van den Eijnden
cf9cc27279
fix typo
2012-03-05 09:47:37 +01:00
Éric Lemoine
ba7e820adb
Merge pull request #278 from elemoine/revert-camelize-removal
...
Revert camelize removal
2012-03-05 00:37:32 -08:00
Tim Schaub
938cd65116
Merge pull request #275 from probins/newex
...
New example using YQL for cross-origin xml (thanks @probins).
2012-03-04 20:28:46 -08:00
Tim Schaub
80ab5d5161
Resize on zoom (would that it were the default).
2012-03-04 20:45:42 -07:00
Tim Schaub
6345e87f04
Merge pull request #276 from jorix/remove_unused_code
...
Remove unused snappingOptions.
2012-03-04 19:10:41 -08:00
Tim Schaub
55d14698aa
Reverting the doc menu changes.
...
While these were legitimate changes, I'm reverting the API doc menu changes to separate concerns.
2012-03-04 20:01:35 -07:00
Éric Lemoine
c58f093615
Revert "Removing camelize method."
...
This reverts commit 43ef0920c2 .
2012-03-04 23:22:21 +01:00
Éric Lemoine
55a52008d6
Revert "Moving camelize and its tests to deprecated"
...
This reverts commit 5875b50a51 .
2012-03-04 23:21:54 +01:00
Éric Lemoine
526ff5f6ed
Revert "indicate that String.camelize is deprecated in the 2.12 release notes, refs #64 , no functional change"
...
This reverts commit acf6a8a97d .
2012-03-04 23:21:41 +01:00
ahocevar
1072511be7
Fixing tests - popup only needed in Firefox.
...
See #249 .
2012-03-04 22:45:38 +01:00
Éric Lemoine
9f06a17647
fix the Protocol/CSW tests in IE, refs #249
2012-03-04 22:18:07 +01:00
Éric Lemoine
dc9dd219fc
fix the "too much recursion" exceptions in the Grid.html tests
2012-03-04 21:15:04 +01:00
ahocevar
ffac63045e
Removing duplicate setCanvasStyle method.
...
Thanks @jorix for catching this (see #238 ).
2012-03-04 19:56:41 +01:00
Xavier Mamano
af8a483f10
"snappingOptions" option is not used neither in lib examples and evidence.
2012-03-04 17:01:06 +01:00
Éric Lemoine
e409b77caa
fix deprecated/WMS and deprecated/MapServer tests
2012-03-04 15:56:15 +01:00
Peter Robins
e267c3a53d
Example for cross-origin xml
2012-03-04 12:52:58 +00:00
ahocevar
1b746a6461
Fixing Tween tests.
...
Thanks @tschaub for the requestAnimationFrame hint. See #249
2012-03-04 11:36:28 +01:00
ahocevar
12f191a690
Merge branch 'master' of github.com:openlayers/openlayers
2012-03-04 11:25:10 +01:00
Tim Schaub
c6aa996d2a
UTFGrid geography class example.
2012-03-04 01:58:22 -07:00
Tim Schaub
32db586fba
Provide map and pixel location to callback.
2012-03-04 01:56:26 -07:00
Éric Lemoine
49b3dc85c2
Merge pull request #56 from jorix/3576-MeasureImm
...
#3576 Incorrect geometry passed to measurePartial
2012-03-03 23:59:54 -08:00
Tim Schaub
268b84286b
Tests for UTFGrid layer and control.
2012-03-03 17:29:38 -07:00
Tim Schaub
dc4df928ed
Doc cleanup for UTFGrid layer.
2012-03-03 17:28:55 -07:00
Tim Schaub
36d22bbb15
Single argument constructor for UTFGrid layer.
2012-03-03 16:07:50 -07:00
Tim Schaub
2feb860983
Separating UTFGrid example markup and js source.
2012-03-03 16:07:50 -07:00
Éric Lemoine
e576eba862
add missing statement-ending semi-colon, refs #272
2012-03-03 23:57:02 +01:00
Éric Lemoine
9242846954
Merge pull request #272 from elemoine/revert-hasownproperty
...
do not generalize use of hasOwnProperty
2012-03-03 14:54:48 -08:00
Éric Lemoine
d6f8095535
add @tschaub's test_extend_event back
2012-03-03 23:50:28 +01:00
Tim Schaub
bb76893abb
Merge pull request #273 from tschaub/permalink
...
Make permalink destruction safe (r: @ahocevar).
2012-03-03 14:07:54 -08:00
Tim Schaub
9a3b723ba4
Making it safe to destroy a permalink.
...
Previously, a map could not be destroyed if it included a permalink control without an "element". In addition, a permalink control could not be destroyed if it didn't have a reference to a map.
2012-03-03 14:42:43 -07:00
Tim Schaub
ac884a4de7
Merge pull request #270 from probins/argparsercenter
...
Make options.center compatible with permalink.
2012-03-03 13:37:26 -08:00
Éric Lemoine
9a116b21b9
Revert "protect for in loops with hasOwnProperty"
...
This reverts commit e3cc96dbfb .
2012-03-03 22:35:39 +01:00
Éric Lemoine
161b54b6f1
Revert "Fixing the extend method to work on IE."
...
This reverts commit 71276b5323 .
2012-03-03 22:35:31 +01:00
Éric Lemoine
6712dd9680
Revert "Collecting tests together."
...
This reverts commit fb748bae81 .
2012-03-03 22:35:17 +01:00
Tim Schaub
935d621113
Testing that the permalink works with map options.
...
The permalink/argparser combo doesn't properly handle map configurations where layers and a map location are provided (see #270 ).
2012-03-03 14:30:03 -07:00
ahocevar
221f299650
Using buttonclick event to avoid issues on touch devices.
2012-03-03 22:21:01 +01:00
ahocevar
9860d60518
Merge branch 'zoom' of https://github.com/tschaub/openlayers into zoom
2012-03-03 22:20:49 +01:00
ahocevar
47d0eb1013
Documenting params
2012-03-03 19:14:52 +01:00
Peter Robins
bcba6bb0fd
Map: make options.center compatible with permalink
2012-03-03 17:06:14 +00:00
Tim Schaub
3b028e0017
Merge pull request #268 from tschaub/has
...
Fixing the extend method to work on IE.
2012-03-03 07:12:56 -08:00
Tim Schaub
fb748bae81
Collecting tests together.
2012-03-03 08:11:42 -07:00
Tim Schaub
c6650087cc
Update zoom example to demonstrate custom style.
2012-03-02 23:51:39 -07:00
Tim Schaub
f45043967b
Zoom control tests.
2012-03-02 22:52:18 -07:00
Tim Schaub
45b9c48c43
Accommodations for IE.
2012-03-02 22:11:40 -07:00
Tim Schaub
b9b471f57b
Merge branch 'master' into zoom
2012-03-02 21:26:58 -07:00
tschaub
66e8fafdf2
Correcting example typo. Thanks @probins.
2012-03-02 18:38:42 -07:00
tschaub
59578931c2
Making testing in IE a tiny bit less painful.
...
The super handy quick filter that Marc added in 57c16b7345 was causing a bit of trouble in IE. First, `input` was undefined where it was used as a misspelling for `window`. After that, IE choked on the nice CSS3 selector when filtering the test list. It turns out we don't need to be as selective and can treat all anchor elements within the table rows as candidates.
2012-03-02 18:29:25 -07:00
tschaub
71276b5323
Fixing the extend method to work on IE.
...
In IE, events don't have a `hasOwnProperty` method. Instead of trusting that the source objects have this method, we call the same on the Object prototype. If we want to be safer about the `hasOwnProperty` calling done in e3cc96dbfb , we could create an `OpenLayers.Object.has` method that also used the Object prototype.
2012-03-02 16:54:59 -07:00
tschaub
0ce7674be6
Adding a simple zoom control.
...
This control generates simple zoom in/out links that can be styled with CSS.
2012-03-02 15:45:30 -07:00
Éric Lemoine
9b2e46d9c5
Merge pull request #189 from jorix/popup-bug_onImageLoad
...
A popup can be destroyed before obtaining the images of `contentDiv`.
2012-03-02 14:34:24 -08:00
Éric Lemoine
26be40a1bd
Merge pull request #186 from jorix/Build-monitor-errors
...
Build: Monitor the errors from the merge process.
2012-03-02 14:33:31 -08:00
Marc Jansen
1ef5cfd9a0
fix link to NaturalDocs
2012-03-02 21:30:05 +01:00
ahocevar
39962a6179
Using v3.6 of the GMaps v3 API everywhere.
2012-03-02 11:02:22 +01:00
Bart van den Eijnden
456a17b61c
fix up test in Tile/Image/IFrame see 221d7caf70 (commitcomment-1032985)
2012-03-02 09:40:58 +01:00
tschaub
9b3a78ed5e
Fixing the build by adding missing var.
...
An undeclared variable snuck in with 930206fb57 . This breaks builds using closure compiler. Another reason to set up a CI server and a builds@ list.
2012-03-01 17:00:26 -07:00
tschaub
5a355f3760
Attribution update.
2012-03-01 16:33:50 -07:00
Tim Schaub
485317567e
Merge pull request #266 from tschaub/permalink
...
Making map construction work with permalink.
2012-03-01 15:11:10 -08:00
ahocevar
930206fb57
Merge pull request #247 from probins/kmlatts
...
KML: write attributes; add option for kvp attributes
2012-03-01 14:30:11 -08:00
tschaub
4e9701caa8
Making map construction work with permalink.
...
If a map is configured with a permalink control and a center, the permalink control tries to work with the map center before setCenter is called. This sequence assumes that the map center will already be a LonLat. This fails if the map is constructed with a coordinate array. Safer move is to convert center to LonLat before controls are added.
2012-03-01 13:47:42 -07:00
tschaub
31219c90f5
Adding XYZ example using MapBox tiles.
2012-03-01 13:13:35 -07:00
Peter Robins
eb47d97774
KML: write attributes; add option for kvp attributes
2012-03-01 12:56:38 +00:00
Pierre GIRAUD
6d5544ca96
Merge pull request #264 from pgiraud/osm
...
Use the 3 available sub-domains for OSM by default
2012-03-01 03:00:07 -08:00
Pierre GIRAUD
45daaf5dd2
Use the 3 available sub-domains for OSM by default
2012-03-01 11:54:07 +01:00
Bart van den Eijnden
726b9dead8
Merge pull request #262 from bartvde/forloops
...
protect for in loops with hasOwnProperty (r=@elemoine,@marcjansen)
2012-03-01 01:09:19 -08:00
Tim Schaub
de68e00a58
Merge pull request #263 from jorix/always_requires
...
Avoid using the [first] section. Specify dependencies in the lib.
2012-02-29 19:31:15 -08:00
Bart van den Eijnden
e3cc96dbfb
protect for in loops with hasOwnProperty
2012-02-29 18:43:55 +01:00
Matt Priour
5c42b2f3ff
Remove canvas renderer, as it is redundant with SVG and SVG is better supported and more robust across non-IE browsers
2012-02-29 10:13:57 -06:00
Xavier Mamano
fe33e29000
If using OpenLayers namespace must have at least one requirement.
2012-02-29 17:07:41 +01:00
Matt Priour
dd11c75625
Merge branch 'master' into light-build
2012-02-29 10:02:22 -06:00
Matt Priour
da1a79018a
Build full, light & mobile minified & debug versions of OpenLayers during release & dev dir update process
2012-02-29 09:58:23 -06:00
ahocevar
d7a3ecac08
Merge pull request #259 from ahocevar/259
...
Don't overwrite params, and use params in Layer.ArcGISCache. r=@elemoine
2012-02-29 07:55:53 -08:00
ahocevar
fa30c1da5c
Don't overwrite params, and use params in Layer.ArcGISCache
2012-02-29 16:52:31 +01:00
Bart van den Eijnden
85b997fa0e
Merge pull request #258 from bartvde/textplacement
...
PointPlacement and LinePlacement are choices, so don't output both (r=@ahocevar)
2012-02-29 05:54:00 -08:00
Bart van den Eijnden
2421ed6da3
add comments to the test (suggestion by @ahocevar)
2012-02-29 14:53:20 +01:00
Bart van den Eijnden
0e1a30b3cd
PointPlacement and LinePlacement are choices, so don't output both
2012-02-29 14:42:11 +01:00
Éric Lemoine
8273f153dc
Merge pull request #223 from camptocamp/access_panelbutton
...
make it possible to create accessible panel buttons
2012-02-29 04:39:57 -08:00
Éric Lemoine
98ff5473a6
add tests for buttonclick.getPressedButton
2012-02-29 13:36:07 +01:00
Éric Lemoine
6a43fcaefc
change buttonclick.getPressedButton depth value from 5 to 3, this allows buttons with grand children (2 levels)
2012-02-29 13:34:47 +01:00
ahocevar
8ea3b1bd3e
Merge pull request #255 from ahocevar/255
...
LayerSwitcher broken when rendered to custom div. r=@elemoine
2012-02-29 04:25:18 -08:00
Éric Lemoine
3f99354d8c
Merge pull request #257 from probins/opacity
...
Make layer opacity api property
2012-02-29 04:00:06 -08:00
Peter Robins
55c18076d3
Make layer opacity api property
2012-02-29 10:40:20 +00:00
Bart van den Eijnden
2955302650
Merge pull request #256 from bartvde/vendoroptions
...
make vendorOptions an object instead of an array (r=@ahocevar)
2012-02-29 02:11:41 -08:00
Bart van den Eijnden
b699afa57f
make vendorOptions an object instead of an array, which makes it more convenient to prevent duplicate vendorOptions
2012-02-29 10:57:08 +01:00
ahocevar
557d7ab0d7
Fixing typo.
2012-02-29 10:49:40 +01:00
ahocevar
d0c782ca74
Making LayerSwitcher work again outside viewport.
2012-02-29 10:40:45 +01:00
ahocevar
b7eba35077
Notes on incorrect maxResolution of 156543.0339 and defaults coupled with projection
2012-02-29 08:11:14 +01:00
Matt Priour
cd2a6aaaaf
Merge branch 'master' of https://github.com/openlayers/openlayers into light-build
2012-02-28 23:26:29 -06:00
Matt Priour
3667428692
Add LayerSwitcher and remove vector editing
2012-02-28 22:52:40 -06:00
Éric Lemoine
00909404ab
[Event.buttonclick] make buttonclick work if target element is a child of the clicked button
2012-02-29 00:56:52 +01:00
Xavier Mamano
9e48825205
Preserve the title and the className if they are set in createControlMarkup.
2012-02-28 22:28:33 +01:00
Éric Lemoine
3b7585be24
avoid useless deref
2012-02-28 22:28:33 +01:00
Éric Lemoine
0f0e60c336
[examples] more docs in the accessible-panel example
2012-02-28 22:28:33 +01:00
Éric Lemoine
aedc96f030
[examples] add an accessible-panel example
2012-02-28 22:28:33 +01:00
Éric Lemoine
e551fc672c
[Event.buttonclick] make buttonclick work on RETURN/SPACE keydown
2012-02-28 22:28:33 +01:00
Éric Lemoine
5539f6e958
[Control.Panel] place code creating the control markup in a separate function
2012-02-28 22:28:33 +01:00
tschaub
396b016220
Mask requestAnimationFrame so tiles load in FF.
2012-02-28 12:03:27 -07:00
Matt Priour
d0ccfacb66
Add GetFeature control & FramedCloud popups. Use OSM.js rather than XYZ.js
2012-02-28 11:51:35 -06:00
Éric Lemoine
cb71eccb34
Merge pull request #252 from probins/doc
...
Remove doc/walkthru.html
2012-02-28 09:43:03 -08:00
Matt Priour
62f62510c8
Initial light build config file
2012-02-28 10:52:49 -06:00
Frédéric Junod
e14347dbc3
Merge pull request #29 from fredj/map-original-options
...
Expose map original options. r=@elemoine
2012-02-28 07:07:31 -08:00
ahocevar
2e6fe7d330
Notes about wrapDateLine.
2012-02-28 15:07:03 +01:00
Éric Lemoine
3cc0b8f51c
Merge pull request #253 from probins/readme
...
Fix broken link in readme
2012-02-28 05:03:17 -08:00
Peter Robins
f9b64d945a
Fix broken link in readme
2012-02-28 12:52:53 +00:00
Tim Schaub
4d31a3ed3a
Method for getting both feature id and data.
...
Having to call two methods to get complete feature information (id and data) is cumbersome. The `getFeatureInfo` method returns an object with both feature id and data.
2012-02-28 05:37:28 -07:00
Bart van den Eijnden
afe2966385
Merge pull request #208 from bartvde/wfs11
...
implement readers for URL endpoints in WFS 1.1, this meant restructuring the WFS Capabilities format to use the new readers and writers structures (r=@ahocevar)
2012-02-28 04:32:59 -08:00
Marc Jansen
631f6b5d3d
Merge pull request #218 from marcjansen/testsuite-fixes
...
Testsuite fixes
2012-02-28 04:32:36 -08:00
Bart van den Eijnden
dd97bed3b4
merge with trunk
2012-02-28 13:31:14 +01:00
Peter Robins
2f3f849597
Remove doc/walkthru.html
2012-02-28 12:14:43 +00:00
Éric Lemoine
cb27e9def4
Merge pull request #250 from camptocamp/access_clickexample
...
Accessible click control example
2012-02-28 03:15:43 -08:00
ahocevar
94e8fff9e6
Fixing test (see #249 )
2012-02-28 12:05:13 +01:00
Éric Lemoine
43809ea330
Merge pull request #222 from camptocamp/access_keyboardcontrol
...
KeyboardDefaults control improvements
2012-02-28 03:02:19 -08:00
Arjen Kopinga
1c6d44e5d5
Moved symbol definitions to Renderer.js
2012-02-28 11:52:46 +01:00
Arkadiusz Grabka
8fcc3c79f8
Added translations for Polish language.
2012-02-28 10:57:17 +01:00
ahocevar
7c72b6dd95
Merge pull request #240 from ajkopinga.
2012-02-28 10:49:54 +01:00
Éric Lemoine
9c2255706c
click-keyboard example renamed to accessible-click-control
2012-02-28 10:48:50 +01:00
Éric Lemoine
eb700d98e1
add an example for an accessible click control implementation
2012-02-28 10:46:49 +01:00
ahocevar
4ee28dc63e
Simplifying logic that returns undefined when root is invisible.
2012-02-28 10:45:18 +01:00
Arjen Kopinga
d4a9f60c93
simplified unit test for hit detection on invisible canvas
2012-02-28 10:43:11 +01:00
unknown
f8189f2862
Added unit tests for hit detection on invisible canvas layer
2012-02-28 10:43:11 +01:00
Arjen Kopinga
bf834e6b8e
being a good coder and adding braces around if statement body
2012-02-28 10:43:10 +01:00
Arjen Kopinga
4efa03eb59
Fix for being able to select a feature from an invisible layer that uses the Canvas renderer
2012-02-28 10:43:10 +01:00
fredj
f3c48d6963
Store the original map options into 'options' property
2012-02-28 10:07:59 +01:00
Éric Lemoine
acf6a8a97d
indicate that String.camelize is deprecated in the 2.12 release notes, refs #64 , no functional change
2012-02-28 09:53:41 +01:00
ahocevar
c55a8b554d
Merge pull request #229 from ahocevar/post-blank
...
Using a blankImageUrl that works for IFrames in IE9. r=@elemoine.
2012-02-28 00:23:51 -08:00
Éric Lemoine
5444fbcfc8
make the Google Closure compiler happier, no functional change
2012-02-28 09:08:13 +01:00
ahocevar
c2b8f9cdb5
Merge pull request #64 from tmcw/no-camel
...
Removing camelize method.
2012-02-28 00:05:58 -08:00
Bart van den Eijnden
6258c89d8c
Merge pull request #242 from bartvde/sld2
...
Add support for LabelPlacement of sld:TextSymbolizer (r=@ahocevar)
2012-02-28 00:00:01 -08:00
tschaub
19a11561e8
Correcting typo.
2012-02-27 17:21:35 -07:00
tschaub
0aa8705299
Test the demo utfgrid file (currently failing).
2012-02-27 16:48:33 -07:00
tschaub
fd595e6282
Clearer tile method names.
2012-02-27 16:47:11 -07:00
tschaub
89e8a872a5
Making the default UTFGrid resolution 2.
...
According to the latest [spec](https://github.com/mapbox/utfgrid-spec/blob/master/1.2/utfgrid.md ): "By default, UTFGrid operates on a 2x2 grid."
2012-02-27 08:57:22 -07:00
Tim Schaub
551c582ab1
Layer and tile API update.
...
The tile now has responsibility for resolving feature ids and fetching feature data given x, y pixel offsets with getFeatureId and getFeatureData methods. The layer has corresponding getFeatureId and getFeatureData methods that take a map location, lookup the appropriate tile, and delegate to the tile for the rest of the work.
2012-02-26 21:05:12 -07:00
Tim Schaub
fc03f57591
Simplify constructor by setting projection.
2012-02-26 19:23:22 -07:00
ahocevar
fa656e7ed6
Merge pull request #239 from ahocevar/3625
...
Removing imageOffset and using getImageSize. r=@elemoine
2012-02-26 09:25:29 -08:00
Éric Lemoine
3113aba7f1
Merge pull request #203 from probins/http
...
HTTP protocol: enable POST for update/delete
2012-02-26 01:16:49 -08:00
Tim Schaub
faeb691f3a
Tests for UTFGrid tiles.
2012-02-25 23:07:31 -07:00
Tim Schaub
8c95a90052
The parseData method doesn't need to know of XHR.
2012-02-25 20:51:03 -07:00
Tim Schaub
12fa9b54ef
Consistency with tile loading events.
...
Since loadstart is being fired here, it makes sense to fire loadend as well. The isLoading flag also needs to be cleared. Needs tests still.
2012-02-25 20:45:18 -07:00
Tim Schaub
c18f6a23be
Use JSON format for parsing JSON.
...
To get IE7 support, the OpenLayers.Format.JSON parser should be used. This leverages the native JSON.parse method where available. It does add extra weight to UTFGrid builds. However, as of this commit date, we lose large portions of US govt agencies when we exclude IE7.
2012-02-25 20:18:23 -07:00
Tim Schaub
e6f0aa08e5
Cleanup use of Script protocol.
...
I would think there would still be an error thrown here. Will put together a test to determine for sure, but I'd think that the default GeoJSON parser used by the protocol would choke on the UTFGrid json.
2012-02-25 20:09:34 -07:00
Tim Schaub
73e6973ab5
Remove cargo culted image tile bits.
2012-02-25 20:03:40 -07:00
Tim Schaub
65233dd0bc
Add dependency on UTFGrid tile.
2012-02-25 20:01:14 -07:00
Tim Schaub
6ffce8cfb6
Remove unused list item.
2012-02-25 20:00:46 -07:00
mperry
bd8e4b55ef
Merge remote-tracking branch 'tschaub/utfgrid' into utfgrid
2012-02-25 17:58:51 -08:00
mperry
ede6da8e6f
Merge remote-tracking branch 'upstream/master' into utfgrid
2012-02-25 17:51:56 -08:00
Tim Schaub
e1dffacdde
Providing a method to get data from the layer.
...
I think it should be the job of the layer to retrieve data for a given location (instead of the control). The first part of this change creates a `getData` method on the layer and updates the control to use this method.
The second part of this change removes the assumption that the data returned will be an simple object representing feature attributes. The UTFGrid specification doesn't say anything about the structure of property values in the optional data member. The examples given in the spec use string values. The default callback previously assumed that the data could be rendered in a two column table. I think it would make more sense not to make this assumption. With this change, the user must always provide a callback to do anything with returned data.
2012-02-25 17:33:32 -07:00
Tim Schaub
55ffdffd60
Removing debugging method.
2012-02-25 16:42:45 -07:00
Tim Schaub
6284e44d2e
Making the UTFGrid examples more like the rest.
2012-02-25 16:18:43 -07:00
Tim Schaub
34a9c46243
Add UTFGrid components to debug loader.
2012-02-25 16:12:19 -07:00
Tim Schaub
f4465c516d
Merge branch 'master' into utfgrid
2012-02-25 16:08:11 -07:00
ahocevar
a2d658f75a
Merge pull request #245 from probins/mapdefaults
...
Map: check default controls are in build
2012-02-25 10:12:20 -08:00
Peter Robins
27e5aaf8f0
Map: check default controls are in build
2012-02-25 17:06:30 +00:00
Bart van den Eijnden
12d8220992
add a testcase for the labelAlign to AnchorPoint translation
2012-02-24 18:35:20 +01:00
Bart van den Eijnden
617ba736a2
if labelAlign is set, translate to AnchorPointX and AnchorPointY
2012-02-24 18:20:41 +01:00
Bart van den Eijnden
3b81b423a5
do not use rotation but use labelRotation instead (thanks @ahocevar for the catch)
2012-02-24 17:48:35 +01:00
Bart van den Eijnden
66d3b81929
remove accidentally commited swap file
2012-02-24 17:03:49 +01:00
ahocevar
284ec6a957
Merge pull request #243 from ahocevar/bing-maxresolution
...
If maxResolution is not set, we want the serverResolution. r=@bartvde
2012-02-24 07:27:28 -08:00
Bart van den Eijnden
63874e55d3
Merge pull request #237 from bartvde/sld
...
Add a GeoServer profile of SLD version 1.0.0 (r=@ahocevar)
2012-02-24 07:18:21 -08:00
ahocevar
094bedda9a
If maxResolution is not set, we want the serverResolution.
...
After 2fe882f4d8 , no default maxResolution is set. To make the Math.min not return 0, we need a fallback if no maxResolution was configured.
2012-02-24 16:04:07 +01:00
Bart van den Eijnden
c7a631c2e5
correct typo
2012-02-24 15:59:14 +01:00
Bart van den Eijnden
f05564cdb3
add support for LinePlacement
2012-02-24 15:42:49 +01:00
Bart van den Eijnden
6411a6c0ef
implement TextSymbolizer->PointPlacement
2012-02-24 14:58:36 +01:00
Bart van den Eijnden
2e69d68102
map fill-opacity in TextSymbolizer to fontOpacity
2012-02-23 15:55:40 +01:00
Bart van den Eijnden
330777dd82
Merge branch 'master' of github.com:openlayers/openlayers into sld
2012-02-23 15:37:26 +01:00
ahocevar
8ce712adb6
Merge pull request #238 from ajkopinga/master
2012-02-22 17:26:54 +01:00
ahocevar
69660e3530
Minor coding style improvements.
2012-02-22 17:22:30 +01:00
Bart van den Eijnden
7fb62b6933
more complete inheritance of readers and writers
2012-02-22 16:18:41 +01:00
Arjen Kopinga
bb3ae99713
forgot to actually used featureId in getFeatureIdFromEvent
2012-02-22 15:57:54 +01:00
Arjen Kopinga
65aeaec284
returned graphic-name.js to its original state
2012-02-22 15:52:01 +01:00
Arjen Kopinga
1119146486
Small fix for hit detection on a canvas layer as an illegal feature id might result at a location where the edge of one feature intersects the interior of another. This is due to antialiasing on the hit context canvas which can't be turned off, unfortunately.
2012-02-22 15:39:31 +01:00
Arjen Kopinga
d6e28e5ab9
Added support for named graphics to Canvas renderer
2012-02-22 15:26:21 +01:00
Bart van den Eijnden
941f3c0913
change comment to highlight it's both read and write
2012-02-22 12:23:20 +01:00
Bart van den Eijnden
d4e0947f1a
even though the parsing and writing is the same for all VendorOption tags, add a more complete list in the test SLD
2012-02-22 12:18:56 +01:00
Bart van den Eijnden
f0cb98a9bf
a bit of restructuring, also making sure that a Graphic in a TextSymbolizer can be read and written (this is a GeoServer extension to produce e.g. highway shields)
2012-02-22 11:57:42 +01:00
Bart van den Eijnden
82a8602b45
use a more clean way to achieve the same
2012-02-22 11:50:37 +01:00
Bart van den Eijnden
b2f95bd537
TextSymbolizer->Fill->CssParameter['fill'] should map to fontColor instead
2012-02-22 11:03:48 +01:00
Bart van den Eijnden
050f72b443
start on a GeoServer profile for SLD
2012-02-22 09:55:45 +01:00
ahocevar
85498cb23f
Removing imageOffset and using getImageSize.
...
This fixes a regression that was introduced with the Tile.Image overhaul. See http://trac.osgeo.org/openlayers/ticket/3625 .
2012-02-21 15:06:32 +01:00
Bart van den Eijnden
a569873ff1
Merge pull request #235 from bartvde/bbox
...
add noAbort option to OpenLayers.Strategy.BBOX (r=@ahocevar)
2012-02-21 03:18:15 -08:00
Bart van den Eijnden
990a33662e
incorporate @ahocevar's review
2012-02-21 12:09:19 +01:00
Bart van den Eijnden
815cafd900
add an option to OpenLayers.Strategy.BBOX to allow not aborting previous requests
2012-02-21 07:53:43 +01:00
fredj
79b539c1f9
Simplify parent call (don't use intermediate array)
2012-02-20 13:55:12 +01:00
ahocevar
221d7caf70
Using a blankImgUrl that works for IFrames in IE9.
...
See http://trac.osgeo.org/openlayers/ticket/3624 .
2012-02-20 12:01:56 +01:00
fredj
3fefe91580
Remove tabs
2012-02-17 09:12:59 +01:00
ahocevar
69bac049c4
Merge pull request #227 from ahocevar/tileloaded-event
...
Making loaded tile available to tileloaded listeners. r=@fredj,@elemoine
2012-02-16 14:34:51 -08:00
Marc Jansen
03ba4dac88
Remove superfluous comment closing (*/), thanks @mprins.
2012-02-16 21:43:36 +01:00
tschaub
977c334fa3
Doc cleanup.
2012-02-16 10:41:05 -07:00
tschaub
2b5ade2dde
Adding back events documentation.
...
When the list of event types became unconstrained in 501b42228a , we lost the documentation for events that are triggered. This change adds the list of events triggered to the API docs for events properties.
2012-02-16 10:36:34 -07:00
ahocevar
93e4d0b94c
Making loaded tile available to tileloaded listeners.
2012-02-16 16:29:06 +01:00
ahocevar
ed502f6f19
Merge pull request #226 from probins/gpx
...
GPX read should allow for blank attribute nodes
2012-02-16 07:02:09 -08:00
fredj
17f96f68a2
Preserve numZoomLevels from options. r=@tonio (see #219 )
2012-02-16 15:24:33 +01:00
Peter Robins
584d33eaa3
GPX read should allow for blank attribute nodes
2012-02-16 13:32:10 +00:00
fredj
0727f5558a
Remove maxExtent, maxResolution and units options. See #219
2012-02-16 13:55:53 +01:00
ahocevar
2fe882f4d8
Merge pull request #219 from ahocevar/proj-defaults
...
New OpenLayers.Projection.defaults property. r=@tschaub,@fredj
2012-02-16 01:29:29 -08:00
ahocevar
79bab72269
Merge pull request #4 from fredj/proj-defaults
...
Proj defaults: update examples
2012-02-16 00:53:19 -08:00
fredj
b3ad241055
Use jQuery Mobile 1.0.1 Release
2012-02-16 09:42:46 +01:00
fredj
1cc8770476
Use OpenLayers.Projection.defaults values.
2012-02-16 09:20:41 +01:00
ahocevar
94fb14c378
Merge pull request #225 from drnextgis/master
...
Fix basic ESRI Map Cache Example
2012-02-15 22:39:35 -08:00
_DR_
30ad3adb9d
Fix Basic ESRI Map Cache Example
2012-02-16 08:50:17 +04:00
ahocevar
6b8ba43e20
Adding a scaled layer.
2012-02-15 22:00:54 +01:00
ahocevar
262e2d5bc0
Calculating maxResolution instead of having it in defaults.
2012-02-15 21:09:39 +01:00
Marc Jansen
67ea250cca
Fix a Control.OverviewMap test that failed in Firefox 10.0.1 (Linux).
2012-02-15 14:11:54 +01:00
Éric Lemoine
c0b02b278a
add an observeElement option to Handler.Keyboard and Control.KeyboardDefaults to control the DOM element on which key events are observed
2012-02-15 13:58:48 +01:00
Éric Lemoine
2ecec3ddc3
fix the Handler.Keyboard tests
2012-02-15 13:58:48 +01:00
Éric Lemoine
cbebcd0bf6
make the KeyboardDefaults control prevent browser default after handling a key press
2012-02-15 13:58:48 +01:00
Éric Lemoine
81e8b4200d
improve the accessible.html example
2012-02-15 13:58:47 +01:00
Éric Lemoine
e15dde0561
make the keyboard handler work on the map div as opposed to the document
2012-02-15 13:58:47 +01:00
ahocevar
2e423df3d2
Use the layer's projection.
...
In setMap, the layer gets the map's projection if it doesn't have its own. And since a layer can have a different SRS code than the map (but a compatible one, i.e. with OpenLayers.Projection.transforms[mapProj][layerProj] being OpenLayer.Projection.nullTransform), the axis order can be different.
2012-02-15 13:41:25 +01:00
Pierre GIRAUD
cd41548c01
Merge pull request #221 from pgiraud/gpx
...
Fixing XML Validation failure
2012-02-15 04:33:18 -08:00
ahocevar
1b57783eb0
Merge pull request #3 from fredj/proj-defaults
...
Proj defaults
2012-02-15 04:23:47 -08:00
fredj
147b32b7e3
Don't compute limit if it's not needed
2012-02-15 12:33:14 +01:00
fredj
cd3ffa2058
Simplify parent call (don't use intermediate array)
2012-02-15 12:32:25 +01:00
fredj
a40ae7ef11
If sphericalMercator, use default values from Projection.defaults
2012-02-15 12:30:05 +01:00
Pierre GIRAUD
cfaaa352f8
Update lib/OpenLayers/Format/GPX.js
2012-02-15 12:17:39 +01:00
Pierre GIRAUD
6608f5fd94
GPX Format - Adding the mandatory creator attribute
2012-02-15 11:58:52 +01:00
Pierre GIRAUD
cb65b69556
The root element shouldn't be prefixed, this is not XML valid. (checked using xmllint --noout --schema http://www.topografix.com/GPX/1/1/gpx.xsd mygpx.gpx)
2012-02-15 11:50:55 +01:00
ahocevar
11966d231f
New OpenLayers.Projection.defaults property.
...
This allows us to simplify the map and layer configuration, because now the projection also defines defaults for maxExtent, maxResolution and units.
This change also adds transforms for SRS aliases for EPSG:4326 and centralizes axis order information in OpenLayers.Projection.defaults.
2012-02-15 11:09:55 +01:00
Marc Jansen
79540f346d
Reformatting of testfile prior to fixing failing test in Firefox 10.0.1.
...
No functional change.
2012-02-15 11:09:45 +01:00
Marc Jansen
436301c9ed
Fix Format.XML test where a defined variable wasn't used. This resulted in an
...
"DOM Exception: INVALID_CHARACTER_ERR (5)" in Chrome 17.
2012-02-15 10:44:34 +01:00
Marc Jansen
c776dac2c2
Make precision in test configurable.
2012-02-15 10:02:33 +01:00
Marc Jansen
5faea8e083
Fix Strategy.BBOX test that failed due to mixed precision of coordinates.
2012-02-15 09:54:58 +01:00
Marc Jansen
48a47b993a
Fix a Format.WKT test that failed due to rounding / precision of values.
2012-02-15 09:38:57 +01:00
Marc Jansen
52931daf32
Fix spelling in test-function. No functional change.
2012-02-15 09:14:31 +01:00
Matthew Perry
df3977e94c
Set default mode to click and properly pass is default handler options
2012-02-14 11:17:16 -08:00
Matthew Perry
bdf9e1b99e
Just call read; don't store variable
2012-02-14 11:16:41 -08:00
ahocevar
da3dc76a6d
Making the delay for removing the backbuffer configurable.
...
This helps users who want to avoid having old and new tiles on the screen for transparent single tile layers.
r=@elemoine (closes #216 )
2012-02-14 20:12:09 +01:00
ahocevar
5e734f20dc
Merge pull request #179 from ahocevar/tile-queue
...
A tile queue that can be aborted. r=@elemoine,@fredj,@tonio
2012-02-14 10:59:12 -08:00
Éric Lemoine
c5f25aa1de
Merge pull request #217 from jorix/remove-library_cfg
...
Remove `library.cfg`
2012-02-14 10:47:09 -08:00
Xavier Mamano
ab3325498e
A configuration file based on a directive [exclude] is a anti-pattern, so is proposed to remove library.cfg.
2012-02-14 18:56:46 +01:00
ahocevar
fe8a00d5c9
Support the culture attribute in the Bing Layer.
...
p=dcabasson, r=me (closes http://trac.osgeo.org/openlayers/ticket/3598 )
2012-02-14 17:23:01 +01:00
Éric Lemoine
745400fa74
Merge pull request #173 from jorix/3505-ignore-space-requires
...
Build: ignore trailing space in @requires dependencies
2012-02-14 07:57:59 -08:00
Xavier Mamano
cd8fa55b0e
Build: ignore trailing space in @requires dependencies
2012-02-14 16:43:15 +01:00
fredj
add094b284
tileSize property already defined in parent class (Layer.Grid)
2012-02-14 14:49:31 +01:00
fredj
692fe2dd12
Bounds.fromSize: size can be a simple object, update doc.
2012-02-14 14:32:15 +01:00
ahocevar
d387add3e2
Note about size limitations.
2012-02-14 12:28:29 +01:00
Matthew Perry
867080a074
Option for loading utfgrid via jsonp
2012-02-13 16:56:35 -08:00
ahocevar
fe0bc333ca
Improving example documentation.
2012-02-14 00:16:12 +01:00
ahocevar
ce71a5a3fd
Google Static Maps API. Simple and limited to 1000 views.
2012-02-14 00:07:57 +01:00
Frederic Junod
2dabac734c
Revert "Move the popup close box sizing to CSS"
...
Moving the box size to CSS broke `Popup.setSize()`; the function
expects a width for the padding computation. Because this function is
called before the div is added to the DOM, the size can't be
computed.
This reverts commit 134f24480a .
2012-02-13 19:59:59 +01:00
Éric Lemoine
16c30b8e6d
Merge pull request #45 from twpayne/initial-bearing-to
...
Add OpenLayers.Spherical, including utility functions for calculations on the basis of a spherical earth, patch from @twpayne
2012-02-13 05:35:13 -08:00
Bart van den Eijnden
1f539470bb
add box drawing to draw-feature control example so it is easier to find for people
2012-02-13 09:42:09 +01:00
Frédéric Junod
d106aabacf
Merge pull request #214 from fredj/popup-css
...
Move the popup close box sizing to CSS. r=ahocevar
2012-02-12 13:10:20 -08:00
Frederic Junod
134f24480a
Move the popup close box sizing to CSS
2012-02-12 21:56:41 +01:00
ahocevar
3fae6c0d29
Merge pull request #195 from ahocevar/layerswitcher-simplified
...
No additional events registered on the LayerSwitcher. r=@fredj.
2012-02-12 03:32:20 -08:00
ahocevar
5586368b73
Merge pull request #212 from oleg-poligon/patch-2
...
set GMaps API version to 3.6 in allOverlays Layer Example
2012-02-11 15:46:17 -08:00
oleg-poligon
718679a025
set GMaps API version to 3.6 in allOverlays Layer Example
2012-02-12 02:04:03 +04:00
ahocevar
8df3dffa8c
Merge pull request #210 from ahocevar/attribution-template
...
Template for the Attribution control. r=@elemoine
2012-02-11 04:32:00 -08:00
ahocevar
6385be7ffe
Template for the Attribution control.
...
This allows to add map specific copyright, or copyright required for tools like geocoders that are used in the context of the map.
2012-02-11 12:34:40 +01:00
ahocevar
ca2c3526b3
Adding notes about the crossOriginKeyword tile option for Layer.OSM and Layer.Bing.
2012-02-11 11:16:21 +01:00
Marc Jansen
c6312b613b
correct a typo in release notes CSS example
2012-02-10 23:55:51 +01:00
ahocevar
68a6c62f0b
Documenting tileOptions defaults.
2012-02-10 18:03:22 +01:00
ahocevar
b17c7b69f2
Adding comment about GMaps API version.
...
Closes http://trac.osgeo.org/openlayers/ticket/2984 .
2012-02-10 15:46:45 +01:00
Frédéric Junod
ad201f3a80
Merge pull request #160 from fredj/tile-canvas
...
Tile.Image and canvas. r=ahocevar,tschaub
2012-02-10 06:43:09 -08:00
ahocevar
334f83ff85
Updated tests for cebc7e60de.
...
See http://trac.osgeo.org/openlayers/ticket/3616 .
2012-02-10 14:15:51 +01:00
fredj
f8099e9ab1
Unset crossOrigin when setting blankImageUrl to the image.
...
Tested with FF 10, Chrome 16 and 18.
2012-02-10 13:46:13 +01:00
Frédéric Junod
f518e5a538
Merge pull request #2 from ahocevar/tile-canvas
...
New crossOriginKeyword property
2012-02-10 04:25:35 -08:00
Frédéric Junod
85beb32e85
Merge pull request #209 from fredj/modify-feature-create-vertices
...
New createVertices option for Control.ModifyFeature. r=bartvde
2012-02-10 04:16:45 -08:00
ahocevar
cebc7e60de
Don't displayOutsideMaxExtent when wrapDateLine is set.
...
p=scaddenp, r=me (closes http://trac.osgeo.org/openlayers/ticket/3616 )
2012-02-10 13:03:18 +01:00
ahocevar
342d624616
New crossOriginKeyword property.
...
Set to 'anonymous' for Layer.OSM and Layer.Bing, and not used by default for other layers.
2012-02-10 12:50:13 +01:00
Bart van den Eijnden
6bbcb20fac
rewrite WFSCapabilities parser to the new readers structure, and use OWSCommon readers. This will mean that the return structure will differ for WFS 1.0 and WFS 1.1, but I think it's better to adhere to OWSCommon structures here since this will allow similar structures over different OGC Web Services
2012-02-10 10:12:55 +01:00
Tom Payne
8d6c9ef1ee
Correct documentation
2012-02-10 09:42:52 +01:00
Tom Payne
3c30929858
Correct spelling
2012-02-10 09:42:08 +01:00
Tom Payne
9c95aaaa26
Merge pull request #1 from elemoine/spherical
...
make OpenLayers.js autoload Spherical.js, plus doc improvements
2012-02-10 00:41:19 -08:00
Bart van den Eijnden
707e6406d9
Merge branch 'master' of github.com:openlayers/openlayers into wfs11
2012-02-10 08:53:51 +01:00
Éric Lemoine
50629f3e50
add Spherical to the API doc menu
2012-02-09 16:59:20 +01:00
Éric Lemoine
4cc1bf1899
better docs for the Spherical namespace
2012-02-09 16:59:02 +01:00
Peter Robins
21d06b092a
Protocol/Script: add test for callbackTemplate
2012-02-09 15:58:41 +00:00
Éric Lemoine
b1cc0c1b9d
make OpenLayers.js auto-load Spherical.js
2012-02-09 16:58:36 +01:00
fredj
b34f272fa7
Optimize the string test
2012-02-09 15:35:35 +01:00
fredj
e9097ce066
More APIdoc for OpenLayers.Tile.Image.getCanvasContext
2012-02-09 15:34:08 +01:00
fredj
b4ac0af5d8
New OpenLayers.Tile.Image.getCanvasContext function
2012-02-09 15:34:00 +01:00
fredj
57ae02f381
Set image.crossOrigin attribute in OpenLayers.Tile.Image
2012-02-09 15:33:54 +01:00
fredj
14624cb815
New OpenLayers.CANVAS_SUPPORTED constant
2012-02-09 15:33:46 +01:00
Peter Robins
f08119b01e
Change Protocol/Script registry to object
2012-02-09 14:16:15 +00:00
Bart van den Eijnden
2c0b13957e
Merge pull request #206 from bartvde/viewportDiv
...
create APIMethod for obtaining the view port (r=fredj,ahocevar)
2012-02-09 05:35:17 -08:00
fredj
6daecd677d
New createVertices option for Control.ModifyFeature
2012-02-09 14:12:52 +01:00
Bart van den Eijnden
3a23f15041
implement readers for URL endpoints in WFS 1.1
2012-02-09 14:10:49 +01:00
Bart van den Eijnden
e9ffef03c7
create APIMethod for obtaining the view port, this is needed by GeoExt to append the map panel items there so that they don't interfere with the zoombox for example
2012-02-09 10:33:24 +01:00
Matthew Perry
5857af5fec
Adding multi grid html
2012-02-08 12:04:09 -08:00
Matthew Perry
5d00c76c92
Updated examples with another showing multiple grid support
2012-02-08 11:36:50 -08:00
Matthew Perry
b01026bd80
Cleaning up the docs to a marginally acceptable level.
2012-02-08 11:16:50 -08:00
Peter Robins
9732cf77aa
HTTP protocol: enable POST for update/delete
2012-02-08 11:20:06 +00:00
Pierre GIRAUD
85b9d5f7f9
Merge pull request #200 from pgiraud/gpx
...
Adding missing schemalocation, version. Better management of the namespaces.
2012-02-08 02:47:38 -08:00
Pierre GIRAUD
734f150f4f
Adding behavior change node
2012-02-08 10:50:38 +01:00
Pierre GIRAUD
92f8040938
More up-to-date way to create or set namespacedj elements or attributes.
2012-02-08 10:39:31 +01:00
Matthew Perry
0cf589b337
Hide bullets
2012-02-07 16:05:31 -08:00
Matthew Perry
47876746a5
Adjust default handler options
2012-02-07 16:05:04 -08:00
Éric Lemoine
e7eae00246
Merge pull request #202 from probins/http
...
ReadWithPOST should pass through options.headers (patch from @probins)
2012-02-07 13:28:05 -08:00
Matthew Perry
0a74cb45f8
Filled out the html example page
2012-02-07 12:21:03 -08:00
Matthew Perry
80656cdfd0
Support specifying grid resolution at the layer level
2012-02-07 12:20:29 -08:00
Matthew Perry
4e84a7113d
Fix event handling.. no need to detect lastXY
2012-02-07 11:23:04 -08:00
Matthew Perry
47222a9401
Adding example utfgrid json files
2012-02-07 11:22:29 -08:00
Matthew Perry
d46092f717
Fix up the constructor
2012-02-07 10:03:03 -08:00
Matthew Perry
54e9fdb784
Initial example html/js page
2012-02-07 10:02:19 -08:00
Peter Robins
00a00db127
ReadWithPOST should pass through options.headers
2012-02-07 11:57:29 +00:00
Matthew Perry
d900028c2a
function to reset handler
2012-02-06 19:56:02 -08:00
Matthew Perry
9e3bd972f4
Refactor Control to allow multiple handler types (move, hover, click)
2012-02-06 15:22:28 -08:00
Antoine Abt
4b971a12b2
Merge pull request #201 from tonio/labeldefault
...
re-add default labelAlign
2012-02-06 13:50:06 -08:00
Antoine Abt
0d27dc82ae
re-add default labelAlign, but avoid duplicate declaration accross renderers
2012-02-06 21:45:57 +01:00
Matthew Perry
fb791e14fa
Update Tile/UTFGrid.js to remove traces of images.
2012-02-06 09:46:57 -08:00
Matthew Perry
8aaaecc9ee
Fix a problem determining zoom levels. Updated some docs.
2012-02-06 09:06:49 -08:00
Frédéric Junod
e3ab08bca3
Merge pull request #199 from fredj/create-callback
...
Remove OpenLayers.Protocol.CSW.v2_0_2.createCallback. r=bartvde
2012-02-06 00:56:58 -08:00
Matthew Perry
6ff3b895c9
Some refactoring and cleaning up rounding errors in tile math. Added
...
debugging mechanism.
2012-02-05 11:17:02 -08:00
Matthew Perry
be4db93e9b
Preliminary working implementation.. still lots of slop to clean up
2012-02-05 09:33:32 -08:00
Matthew Perry
92cbac468c
Merge remote-tracking branch 'upstream/master' into utfgrid
2012-02-04 17:03:25 -08:00
Matthew Perry
a6df52ff83
Initial import of UTFGrid support. Needs work.
2012-02-04 12:22:27 -08:00
fredj
d72b5b4810
Remove OpenLayers.Protocol.CSW.v2_0_2.createCallback, already defined in OpenLayers.Protocol
2012-02-03 12:37:53 +01:00
Frédéric Junod
63dc27cd3a
Merge pull request #197 from fredj/simple-objects
...
Replace LonLat instances with simple objects
2012-02-02 22:50:37 -08:00
fredj
79a64f4be6
Tile.Image tests: add missing scope params (see #184 )
2012-02-02 17:03:35 +01:00
fredj
3a69729074
Update OpenLayers.Bounds.containsLonLat input type
...
'll' parameter can now be either a OpenLayers.LonLat instance or a
simple javascript object with a 'lon' and 'lat' properties.
2012-02-02 16:35:30 +01:00
fredj
657b47abb0
Update Control.OverviewMap.getOverviewPxFromLonLat input type
...
'lonlat' parameter can be either a OpenLayers.LonLat instance or a
simple javascript object with a 'lon' and 'lat' properties.
2012-02-02 16:35:30 +01:00
fredj
8558b6ee5c
Update OpenLayers.Layer.Grid.calculateGridLayout inputs type.
...
No need to clone the passed bounds (read only access).
'bounds' can be either a Bounds instance or a simple javascript
object. Same for 'origin': LonLat instance or a simple javascript
object.
2012-02-02 16:35:30 +01:00
Frédéric Junod
2d0714990d
Merge pull request #184 from fredj/get-url-async
...
Change getUrlAsync parameters. r=ahocevar
2012-02-02 05:59:13 -08:00
ahocevar
7de254fecc
Merge pull request #196 from ahocevar/baselayer-visibility
...
Making sure that a new base layer becomes visible. r=@bartvde.
2012-02-02 05:37:51 -08:00
ahocevar
abdd3a2e5b
Making sure that new base layer becomes visible.
...
The new base layer may previously have been out of range, in which case setVisibility(true) would do nothing if the layer was visible already. So we check if it was previously out of range, and redraw it if necessary.
2012-02-02 13:53:37 +01:00
Pierre GIRAUD
030f8fdbb9
Adding missing schemalocation, version
2012-02-02 13:13:05 +01:00
Frédéric Junod
aba04d7c42
Merge pull request #193 from fredj/event-listeners
...
New eventListeners APIProperty for OpenLayers.Tile. r=elemoine
2012-02-01 23:52:35 -08:00
ahocevar
a278986442
No additional events registered on the LayerSwitcher.
...
With the buttonclick event, we can also handle clicks on layer names and checkboxes/radiobuttons when they get the olButton class. To make this work on iOS, we have to add a check in buttonclick.js to handle the case where the event occurred on a text element (nodeType === 3).
2012-02-02 00:02:51 +01:00
fredj
263b429c49
Add eventListeners usage example in APIdoc
2012-02-01 15:32:14 +01:00
fredj
fc0152ea1e
New eventListeners APIProperty for OpenLayers.Tile.
...
Same behavior as Map.eventListeners or Layer.eventListeners.
New listeners can be registered using the options parameter:
new OpenLayers.Tile.Image(layer, position, bounds, null, size, {
eventListeners: {
loadstart: function(evt) {
// ...
},
loadend: function(evt) {
// ...
}
}
});
2012-02-01 11:57:47 +01:00
fredj
742ada16bf
Allow testing of specific renderers via '?renderer=<name>'
2012-02-01 11:18:17 +01:00
Frederic Junod
56d22ff9ad
coding standards: replace 'new Array()' with '[]'
2012-02-01 11:08:56 +01:00
Éric Lemoine
271e3b61bd
Events.buttonclick should be part of the API
2012-01-31 17:07:47 +01:00
ahocevar
99a68b0d20
Clear queue in more appropriate places.
2012-01-31 12:04:03 +01:00
ahocevar
cc749a7967
Don't queue tiles multiple times.
...
This results in a smaller queue that we don't have to unqueue from.
2012-01-31 11:55:19 +01:00
Xavier Mamano
fa3d89f572
A popup can be destroyed before obtaining the images of contentDiv.
2012-01-30 19:42:23 +01:00
ahocevar
e77b06dbc4
Using stripped down stylesheet in example.
2012-01-30 09:43:25 +01:00
fredj
1f43df33f8
Add a note into notes/2.12.md about getURLasync changes
2012-01-30 09:04:41 +01:00
ahocevar
720c49c040
Re-introducing tileLoadingDelay.
...
Only use it if no native requestAnimationFrame function is available. This should improve performance on mobile devices.
2012-01-29 18:50:03 +01:00
ahocevar
8efce71271
Fixing a fatal typo.
2012-01-28 23:35:56 +01:00
Xavier Mamano
1996f5cb25
Monitor the errors from the merge process.
2012-01-28 19:13:28 +01:00
ahocevar
e64ed565e2
Adding tests fo verify tile queue management.
2012-01-28 16:24:56 +01:00
ahocevar
dde45696f7
Simplified tile queue; using the tile's beforedraw listener.
...
Since draw is the only tile operation that we defer, the tile queue can be an array of tiles and queue handling can be simplified. We now use the beforedraw event to defer drawing, and remove all occurrences of a tile from the tile queue when we draw it.
Instead of layers that want to defer tile drawing having to override the tile's draw method, layers can now abort drawing by returning false from a beforedraw listener, and later call draw(true) to draw the tile directly, without clearing it first.
2012-01-28 16:12:29 +01:00
fredj
0e435b5483
Simplify moveGriddedTiles code.
...
Saves 3 unnecessary instances creation and 6 parseFloat calls.
2012-01-28 15:30:39 +01:00
ahocevar
ef85f43d21
A tile queue that can be aborted.
...
This saves server requests, and because we use OpenLayers.Animation, setting img.src on a tile should not freeze iOS any more, so we can hopefully get rid of scheduleMoveGriddedTiles.
2012-01-28 15:30:20 +01:00
fredj
40806dbe68
Pass the callback scope to getURLasync
2012-01-27 14:50:34 +01:00
fredj
fe202cef14
Change getUrlAsync parameters.
...
Instead of giving the function a bound, a scope, a property to update
and a callback, only give the bound and a callback.
When the url is retrieved by getUrlAsync, simply call the callback
with the url as argument and let the caller manage this.
2012-01-27 13:23:08 +01:00
Frédéric Junod
9aa1c4450e
Merge pull request #183 from fredj/transform-control
...
Transform control. r=ahocevar
2012-01-27 03:45:08 -08:00
fredj
becb7af745
Update the transform-feature example to show how the 'role' attribute can be used
2012-01-27 12:35:26 +01:00
fredj
4e73df0115
Set Control.TransformFeature handle role (rotate) into attributes.
2012-01-27 11:42:24 +01:00
fredj
717e13fb44
transformFeature() already call drawHandles
2012-01-27 11:42:24 +01:00
Pierre GIRAUD
a75d8ab235
Merge pull request #180 from pgiraud/xls_typo
...
Fixing typo
2012-01-26 06:56:59 -08:00
Pierre GIRAUD
359d48f466
Fixing typo
2012-01-26 15:37:13 +01:00
fredj
f627071274
Remove unnecessary initialize functions (only calls the parent).
2012-01-26 15:14:10 +01:00
Tom Payne
1a1cb9fe4e
Add OpenLayers/Spherical.js
2012-01-25 16:26:28 +01:00
fredj
8062f70e1b
Pass unmodified arguments array to the parent class
2012-01-25 14:53:31 +01:00
fredj
586a39ca30
Layer.Zoomify: url already defined in Layer.HTTPRequest
2012-01-25 14:52:18 +01:00
Éric Lemoine
c66e5da29a
mock map.pan, map.zoomIn and map.zoomOut in the Control.KeyboardDefaults tests, references #176
2012-01-25 13:08:13 +01:00
ahocevar
ca8a801ff0
Using t.eq to better show the issue (see #162 )
2012-01-25 11:49:21 +01:00
Éric Lemoine
2f66031603
remove multiple variable declarations in Control/KeyboardDefaults.js, non functional change
2012-01-25 10:54:39 +01:00
Éric Lemoine
7652b0e983
change test function name in Handler/Keyboard.html, non-functional change
2012-01-25 10:48:54 +01:00
Frédéric Junod
22cdabe3b1
Merge pull request #175 from fredj/transform-control
...
Transform control, r=ahocevar
2012-01-24 23:35:30 -08:00
fredj
1d422dbc73
Remove unsetFeature call in Control.TransformFeature.deactivate
2012-01-24 15:13:19 +01:00
fredj
d9de788b3b
Don't create unneded local variable (box)
2012-01-24 15:13:19 +01:00
fredj
eceaf1a319
Add more properties to destroy in destroy()
2012-01-24 15:13:19 +01:00
fredj
cea7b3e55c
Set Control.TransformFeature handle role (resize) into attributes.
2012-01-24 15:13:18 +01:00
ahocevar
dc03537132
Merge pull request #167 from ahocevar/button-controls-improved
...
Fixing PanZoomBar and Panel issues after #164 . r=@elemoine
2012-01-24 05:17:00 -08:00
fredj
2bd9721fd8
remove tabs
2012-01-24 12:13:41 +01:00
fredj
ac1eee6ac2
Allow testing of specific renderers via '?renderer=<name>'
2012-01-24 10:57:03 +01:00
ahocevar
def2085915
vertexRenderIntent for all sketch modes.
...
Fixed whitespace from original patch.
p=mosesonline, r=me (closes http://trac.openlayers.org/ticket/3581 )
2012-01-23 14:39:06 +01:00
ahocevar
ae55f1a70c
Adding boxselectionstart and boxselectionend events.
...
Whitespace fixed from patch, and removed docs for beforefeatureselected and featureselected events because they are fired on the layer, not the control.
p=mosesonline, r=me (closes http://trac.osgeo.org/openlayers/ticket/3538 )
2012-01-23 14:30:36 +01:00
Frédéric Junod
d579f42539
Merge pull request #170 from fredj/prototype-pollution
...
Initialize variables in the code to keep the prototype clean.
2012-01-22 22:49:20 -08:00
Éric Lemoine
df82e73130
Merge pull request #171 from probins/ignore
...
Add example-lists to gitignore
2012-01-22 13:53:52 -08:00
Peter Robins
2286b9ac9d
Add example-lists to gitignore
2012-01-22 21:40:55 +00:00
ahocevar
5a1378cdab
Improved extension example docs and destroy method.
2012-01-22 21:30:41 +01:00
ahocevar
ed88941280
Incorporating review comments from @jorix.
2012-01-22 21:30:41 +01:00
ahocevar
e7107b96cb
Fixing PanZoomBar and Panel issues after #164 .
...
For PanZoomBar, this fixes the slider behavior. Now the buttonclick listener argument also includes a buttonXY property, and PanZoomPanel does not need an Events instance for the zoombarDiv any more.
For Panel, this fixes events for panels outside the map. Just setting the element on the Events instance was no longer enough after e70569b2bb . Events::attachToElement is now used, and it needed to be modified to also work if the Events instance had no element previously.
Finally, I renamed the button property of the buttonclick listener argument to buttonElement, to not confuse it with the browser event button property, and added some more tests and documentation.
2012-01-22 21:30:40 +01:00
Éric Lemoine
469005dead
feed .gitignore
2012-01-22 20:31:00 +01:00
ahocevar
1ecc5d6c90
Improving documentation for extensions.
...
Includes a currently non-functional change to make OpenLayers.Events work with extensions like the one in the code example.
2012-01-22 15:31:57 +01:00
Frederic Junod
b797614a17
Initialize variables in the code to keep the prototype clean.
2012-01-22 14:31:27 +01:00
ahocevar
3b96046669
Making GetFeatureInfo work with SLD defined layers.
...
Closes http://trac.osgeo.org/openlayers/ticket/3609 . p=h0nIg, r=me
2012-01-21 13:45:11 +01:00
ahocevar
e936ce7f2a
Setting SingleFile.js first (see #166 )
2012-01-21 13:01:16 +01:00
ahocevar
29a31ad910
extensions can be an APIProperty (see #164 ).
2012-01-21 10:52:38 +01:00
ahocevar
9f9feabfae
Let's not over-engineer things (see #164 ).
2012-01-21 10:46:44 +01:00
ahocevar
c38f4ce7bb
Fixing a typo.
2012-01-21 10:45:43 +01:00
ahocevar
b90e533552
Documenting the idea of extensions better (see #164 ).
2012-01-21 10:43:01 +01:00
ahocevar
07dc1b5d84
Merge pull request #164 from ahocevar/button-controls
...
Don't let button controls interfer with handlers. Closes http://trac.osgeo.org/openlayers/ticket/3363 . r=@bartvde
2012-01-20 07:09:34 -08:00
ahocevar
d9cc0c08ed
Check for outsideViewport - we may not have a parentNode yet.
2012-01-20 16:08:02 +01:00
ahocevar
1d4b68af7b
Fixing docs.
2012-01-20 15:48:01 +01:00
ahocevar
67eda3e2ae
Re-adding accidently removed "if" block.
2012-01-20 15:44:20 +01:00
Bart van den Eijnden
089ff636f9
fix up broken test in Format/CSWGetRecords/v2_0_2
2012-01-20 15:03:18 +01:00
ahocevar
e09ee34f23
Incorporate remaining review comments from @bartvde.
2012-01-20 14:18:15 +01:00
ahocevar
e70569b2bb
Use event handling of OpenLayers.Event, not the native one.
...
Also includes some of the fixes suggested by @bartvde.
2012-01-20 14:17:56 +01:00
Bart van den Eijnden
4385efe0c8
Merge pull request #152 from bartvde/pycsw
...
make GetRecords request work against pyCSW (r=fredj)
2012-01-20 04:53:54 -08:00
ahocevar
05de2b5109
Don't let button controls interfer with handlers.
...
This change involves removal of the map's eventsDiv and introduces an OpenLayers.Events.buttonclick component that adds a buttonclick event which makes sure that only events that are not related to clicking a button propagate. This allows button controls to be on the map's viewPortDiv again.
2012-01-20 03:37:11 +01:00
Bart van den Eijnden
e68acfe91a
fix up Layer.Bing tests, fix has been discussed with @ahocevar ( closes #163 )
2012-01-19 20:05:44 +01:00
Marc Jansen
015f5f95f6
Merge pull request #158 from drnextgis/master
...
Fix documentation error. Thanks @drnextgis
2012-01-18 23:53:05 -08:00
drnextgis
b10e380afd
Update lib/OpenLayers/Control/Split.js
2012-01-19 14:48:25 +07:00
ahocevar
eda8eb8dbe
Merge pull request #157 from mpriour/patch-1
...
Create the layer's metadata object in the initialize function. r=me
2012-01-18 13:20:08 -08:00
Matt Priour
55b52c6c9f
Create the metadata object in the initialize function, otherwise any assignment to an instance of an OpenLayers.Layer class or subclass add/modifies those properties on the OpenLayers.Layer prototype
2012-01-18 14:41:41 -06:00
fredj
a34dd40869
Fix APIdoc syntax
2012-01-18 14:25:42 +01:00
Frédéric Junod
1cbd88d230
Merge pull request #137 from fredj/simple-objects
...
Replace Size and Pixel instances with simple objects. r=elemoine,probins,tschaub
2012-01-18 04:12:02 -08:00
Frédéric Junod
8d838003dd
Merge pull request #156 from probins/buildreadme
...
Suggested addition to build README
2012-01-18 03:22:31 -08:00
Peter Robins
5cca86c233
Suggested addition to build README
2012-01-18 11:10:11 +00:00
Pierre GIRAUD
6c5ed6361f
Merge pull request #154 from pgiraud/unselectfeature
...
unselectFeature should be API
2012-01-18 00:20:52 -08:00
Tim Schaub
560295e78a
Update mobile build profile to include OSM.js.
...
Since 11454cbc1b , the OSM.js script must be included where the OSM layer is used.
2012-01-17 23:55:34 -07:00
Tim Schaub
6aaa9bb749
Fixing undeclared label.
...
Missing var in be585c5f23 causing closure compiler failure.
2012-01-17 23:41:04 -07:00
Tim Schaub
b910a5f4d0
Declare zoomChanged.
...
The zoomChanged variable has been undeclared since d42eec9775 , causing closure compiler to fail.
2012-01-17 23:04:20 -07:00
Éric Lemoine
37d21272b7
Merge pull request #127 from elemoine/tile-fade-in
...
CSS-based tile animation
2012-01-17 21:06:11 -08:00
Xavier Mamano
7c76b90a2d
Test Measure: Correct the text of expected result.
2012-01-17 22:45:25 +01:00
Tim Schaub
a5f4daa747
Merge pull request #135 from jorix/3496-Build_force_exclude
...
Skip files that are listed in the exclude config list even if they are dependencies of other files. Thanks @jorix for the enhancement.
2012-01-17 12:39:04 -08:00
Tim Schaub
d34d8f22a3
Merge pull request #128 from tschaub/animation
...
Use requestAnimationFrame where available.
2012-01-17 11:56:59 -08:00
Tim Schaub
974ed29de9
Merge pull request #153 from tschaub/proj
...
Move mercator transforms to Projection.js.
2012-01-17 11:46:36 -08:00
tschaub
9a6827f6b3
Documenting the functionality included in Projection.js.
...
This adds documentation for projection methods and includes detail in the release notes about build configuration related changes.
2012-01-17 12:38:31 -07:00
tschaub
bfa6f06bf3
Removing dependency on SphericalMercator.
...
The default transforms (b/w EPSG:4326 & EPSG:900913) now come with any layer type.
2012-01-17 12:35:50 -07:00
tschaub
6134ad6d91
Removing redundant dependency.
...
Projection.js gets pulled in as a transitive dependency of all layers.
2012-01-17 12:34:40 -07:00
tschaub
00975e79cc
Merge branch 'master' of github.com:openlayers/openlayers into proj
2012-01-17 08:52:03 -07:00
Antoine Abt
188be77570
Merge pull request #140 from aabt/outline
...
Add label outline to SVG and Canvas renderers
2012-01-17 04:45:50 -08:00
Éric Lemoine
22bc3e8f62
Merge pull request #155 from probins/kinetic
...
Suggested addition to Kinetic documentation
2012-01-17 04:25:58 -08:00
Peter Robins
ca6d93712a
Suggested addition to Kinetic documentation
2012-01-17 11:41:22 +00:00
Antoine Abt
4c22ceee4a
Document default labelAlign
2012-01-17 12:24:02 +01:00
Antoine Abt
58468c2850
don’t set labelAlign twice in example
2012-01-17 11:38:54 +01:00
Éric Lemoine
99ca32540d
Merge branch 'master' into tile-fade-in
...
Conflicts:
tests/Tile/Image.html
2012-01-17 09:27:55 +01:00
Pierre GIRAUD
059a400ab3
unselectFeature should be API
2012-01-17 09:27:36 +01:00
Éric Lemoine
11454cbc1b
Merge pull request #144 from elemoine/osm
...
move Layer.OSM in its own file
2012-01-17 00:11:55 -08:00
Éric Lemoine
8f57e34376
Merge branch 'master' into osm
...
Conflicts:
notes/2.12.md
2012-01-17 09:10:27 +01:00
Pierre GIRAUD
0aaa5265b4
Merge pull request #146 from openlayers/2492
...
Improving precision in LinearRing::containsPoint
2012-01-16 23:30:58 -08:00
Éric Lemoine
6373cce17e
Merge pull request #148 from probins/noqsf
...
Remove QueryStringFilter requires from Protocol/HTTP
2012-01-16 23:22:57 -08:00
Tim Schaub
32e870bebb
Remove SphericalMercator dependency from Bing.
2012-01-16 22:59:23 -07:00
Tim Schaub
4b949176d3
Move mercator transforms to Projection.js.
...
The SphericalMercator mixin is not required for coordinate transforms. Default transforms included whenever Projection.js is included.
2012-01-16 22:39:44 -07:00
tschaub
483fe267b0
Update animation tests to run in a popup.
...
As an optimization, certain browsers (e.g. Firefox) may not execute functions sent to `requestAnimationFrame` while the window is not visible. Because our tests run in an iframe, the tests fail unless we open a popup to run the animation methods.
2012-01-16 17:44:55 -07:00
tschaub
02aa9bcc36
Tests with a description of the updated method.
...
The old `containsPoint` method was sensitive to failure when looking for ray crossings with nearly vertical edges. These added tests demonstrate the simple cases where `containsPoint` succeeds. The tests also now include a case that covers the failure for polygons with nearly vertical edges. The previous `getX` method (within the `containsPoint` method) and the new one are mathematically equivalent. The updated version performs better in cases using coordinates with many significant figures.
2012-01-16 16:59:54 -07:00
Éric Lemoine
e160628086
make OSM.js @require SphericalMercator.js, to be consistent with Bing.js
2012-01-16 20:53:09 +01:00
Bart van den Eijnden
33fd43d0ed
make GetRecords request work against pyCSW
2012-01-16 14:25:29 +01:00
fredj
0e8b3f2ff8
Popup tests: return false if map.events.listeners.movestart is undefined
2012-01-16 12:30:03 +01:00
fredj
42fcb70347
Coding standards: variable names to camel case
2012-01-16 09:20:05 +01:00
fredj
e6ab34bed1
Update OpenLayers.Icon.px type
...
'px' can be either a Pixel or a simple javascript object.
2012-01-16 09:06:59 +01:00
fredj
27a9ec26b0
Update OpenLayers.Marker.moveTo apidoc
...
'px' parameter can be either a Pixel or a simple javascript object.
2012-01-16 09:06:13 +01:00
Bart van den Eijnden
8905ef2fa5
Merge pull request #145 from bartvde/cswemptysubject
...
ignore empty subject tags in CSWGetRecords parser (r=ahocevar)
2012-01-15 23:50:36 -08:00
Frédéric Junod
bb94208468
Merge pull request #150 from probins/mobase
...
Fix typo in examples/mobile-base.js. p=probins, r=me
2012-01-15 09:36:53 -08:00
Peter Robins
92e5018b19
Fix typo in examples/mobile-base.js
2012-01-15 17:26:13 +00:00
Frederic Junod
511784d530
Update OpenLayers.Map.{min,max}Px apidoc
...
OpenLayers.Pixel to simple javascript object.
2012-01-15 18:22:22 +01:00
Frederic Junod
4e703abc0c
Fix OpenLayers.Control.GetFeature.selectBox apidoc
2012-01-15 18:14:31 +01:00
Frederic Junod
098899d165
Fix OpenLayers.Control.OverviewMap.getLonLatFromOverviewPx apidoc
2012-01-15 18:13:27 +01:00
Frederic Junod
5d173c1807
Fix OpenLayers.Icon apidoc
...
'size' parameter for OpenLayers.Icon.setSize can be either a Size or
a simple javascript object.
2012-01-15 18:09:11 +01:00
Frederic Junod
8f4fcc7f33
Fix OpenLayers.Icon apidoc
...
'size' can be either an OpenLayers.Size or a simple javascript object,
'offset' can be either an OpenLayers.Pixel or a simple javascript
object.
2012-01-15 18:05:07 +01:00
Frederic Junod
0af2acddb5
Fix OpenLayers.Layer and OpenLayers.Map apidoc
...
'viewPortPx' parameter for OpenLayers.Layer.getLonLatFromViewPortPx
can be either a Pixel or a simple javascript object. 'lonlat'
parameter for OpenLayers.Layer.getViewPortPxFromLonLat can be either a
LonLat or a simple javascript object.
'px' parameter for OpenLayers.Map.getLonLatFromViewPortPx and
OpenLayers.Map.getLonLatFromPixel can be either a Pixel or a simple
javascript object.
2012-01-15 17:52:36 +01:00
Frederic Junod
4d0a53ab31
Fix OpenLayers.Pixel and OpenLayers.Size apidoc
...
'px' parameter for OpenLayers.Pixel.offset and OpenLayers.Pixel.equals
can be either a Pixel or a simple javascript object.
'sz' parameter for OpenLayers.Size.equals can be either a Size or a
simple javascript object.
2012-01-15 10:59:08 +01:00
Frederic Junod
a9aa6d031e
Fix OpenLayers.Util apidoc
...
'px' and 'sz' parameters for modifyDOMElement, createDiv, createImage,
createAlphaImageDiv and modifyAlphaImageDiv can be either a
OpenLayers.Pixel/OpenLayers.Size or a simple javascript object.
2012-01-15 10:45:27 +01:00
Éric Lemoine
acf2c0f373
Merge remote branch 'upstream/master'
2012-01-14 21:54:10 +01:00
Éric Lemoine
99a42b273b
OpenLayers.Kinetic is not part of the API
2012-01-14 21:53:16 +01:00
Éric Lemoine
a9d919ab95
better docs for Layer.OSM
2012-01-14 21:13:01 +01:00
Peter Robins
b9f1b8b4ba
Add docs comment on QueryStringFilter
2012-01-14 15:02:53 +00:00
Peter Robins
3eee019fca
Remove QueryStringFilter requires from Protocol/HTTP
2012-01-14 14:51:03 +00:00
fredj
d3cc8e93ae
replace LonLat with simple object (OverviewMap.getLonLatFromOverviewPx, internal function)
2012-01-14 14:11:25 +01:00
fredj
2355f099be
remove map.getSize call to avoid creating new instances
2012-01-14 14:11:25 +01:00
fredj
b8257aa64c
replace Pixel argument with simple object (Util.createDiv)
2012-01-14 14:11:25 +01:00
fredj
b900144ce3
remove map.getSize call to avoid creating new instances
2012-01-14 14:11:25 +01:00
fredj
90452311f3
Remove tileSize.clone; not necessary to create a new size instance
2012-01-14 14:11:25 +01:00
fredj
c440a2916d
replace Size argument with simple object (maker.draw)
2012-01-14 14:11:25 +01:00
fredj
8825b32924
pass simple objects to Icon constructor
2012-01-14 14:11:25 +01:00
fredj
6abed6221f
replace Size argument with simple object (icon.setSize)
2012-01-14 14:11:25 +01:00
fredj
f199dd471e
Icon: use simple ojects for size and offset
2012-01-14 14:11:25 +01:00
fredj
8d11b169d3
OverviewMap.getOverviewPxFromLonLat: return simple object instead of OpenLayers.Pixel
2012-01-14 14:11:25 +01:00
fredj
1e6f56fe82
replace Pixel argument with simple object (OverviewMap.getLonLatFromOverviewPx)
2012-01-14 14:11:25 +01:00
fredj
07e3fa9624
replace Size instances with simple object
2012-01-14 14:11:25 +01:00
fredj
4844baf666
replace Pixel argument with simple object (Pixel.offset)
2012-01-14 14:11:24 +01:00
fredj
3cc62c3fc8
replace Pixel argument with simple object (Map.getMapObjectPixelFromXY)
2012-01-14 14:11:24 +01:00
fredj
a111808e06
replace Pixel argument with simple object (Map.getLonLatFromPixel)
2012-01-14 14:11:24 +01:00
fredj
69bc0fc772
replace map.minPx and map.maxPx with simple objects
2012-01-14 14:11:24 +01:00
fredj
8ef0ad8c17
replace Pixel argument with simple object (Map.getLonLatFromViewPortPx)
2012-01-14 14:11:24 +01:00
fredj
1df5cfa158
replace LonLat argument with simple object (Map.getLayerPxFromLonLat)
2012-01-14 14:11:24 +01:00
Éric Lemoine
7a5b469192
Merge pull request #116 from elemoine/redraw
...
make Layer.redraw not unconditionally set zoomChanged to true when calling Layer.moveTo
2012-01-13 08:37:09 -08:00
Pierre GIRAUD
7a0336a9ef
Fixing a wrong calculation in LinearRing::containsPoint
2012-01-13 17:36:23 +01:00
Pierre GIRAUD
a719de7e93
Fixing typo and documentation mistakes. No functional changes.
2012-01-13 17:12:14 +01:00
Bart van den Eijnden
c667e9a147
ignore empty subject tags in CSWGetRecords parser
2012-01-13 13:05:20 +01:00
Pierre GIRAUD
78714f6de4
Adding some documentation to the locationupdated documentation. No functional change.
2012-01-13 12:12:35 +01:00
Éric Lemoine
2f700bd894
Merge branch 'master' into osm
...
Conflicts:
apidoc_config/Menu.txt
2012-01-12 21:27:39 +01:00
Éric Lemoine
3cbd7b4b40
move Layer.OSM in its own script file
2012-01-12 21:22:58 +01:00
Éric Lemoine
e1ea3471e0
Merge pull request #143 from jorix/stop-freehand
...
Handler.Path: Stop freehand using "maxVertices"
2012-01-12 12:08:12 -08:00
Éric Lemoine
9ebb64edef
Merge pull request #142 from jorix/doc-links
...
Docs: Set many links as {<...>}
2012-01-12 11:25:03 -08:00
Xavier Mamano
59dfb7ec11
Add test for stop freehand using "maxVertices"
2012-01-12 20:23:01 +01:00
Xavier Mamano
5cbdd27706
Docs: Set many links as {<...>}
2012-01-12 20:03:40 +01:00
Antoine Abt
71d9d36266
when removeText, remove its outline too
2012-01-12 10:41:34 +01:00
fredj
cbfb68f397
Change all 'Parameter:' to 'Parameters:' in documentation. Non functional change
2012-01-12 09:32:49 +01:00
fredj
4fcd28fe08
Change some 'Parameter' to 'Property' in documentation. Non functional change
2012-01-12 09:30:51 +01:00
fredj
04ae5f8db8
Change all 'Return:' to 'Returns:' in documentation. Non functional change
2012-01-12 09:26:49 +01:00
fredj
4769e119a0
Correct spelling in documentation. Non functional change.
2012-01-12 09:12:07 +01:00
Xavier Mamano
70f42b0629
Stop freehand using "maxVertices"
2012-01-12 08:46:15 +01:00
ahocevar
f4c951c3ce
Merge pull request #132 from jorix/Docs-issues
...
Docs issues
2012-01-11 13:55:27 -08:00
Bart van den Eijnden
5393532f58
Merge pull request #136 from bartvde/csw
...
Add CS-W protocol based on the work from pgiraud (http://trac.osgeo.org/openlayers/ticket/2133 )
2012-01-11 06:35:04 -08:00
Bart van den Eijnden
9a80c5f30f
incorporate ahocevar's review
2012-01-11 15:33:25 +01:00
Éric Lemoine
d3db3011a3
in Tile.Image do the opacity filter setting where it was done before, i.e. right after the img creation
2012-01-10 21:24:09 +01:00
Tim Schaub
a7374db913
Merge pull request #134 from probins/splitnoml
...
Removing MultiLineString dependency from the Split control. Thanks @probins for the contribution.
2012-01-09 22:50:15 -08:00
fredj
9ad899c3a0
doc typo
2012-01-09 13:26:08 +01:00
Peter Robins
1b031bcd26
Control/Split isEligible() should check feature has a geometry
2012-01-09 11:13:36 +00:00
Peter Robins
128791be2c
Merge branch 'master' into splitnoml
2012-01-09 10:37:38 +00:00
Bart van den Eijnden
10d3394896
this part does not seem to be used anymore in the patch
2012-01-09 10:39:52 +01:00
Bart van den Eijnden
476d438578
minor doc adjustments and a bit more test coverage
2012-01-09 10:27:44 +01:00
Bart van den Eijnden
ab49a195e3
update copyright
2012-01-09 10:07:26 +01:00
Bart van den Eijnden
41370b3eb7
fix up broken test
2012-01-09 09:57:32 +01:00
Bart van den Eijnden
849189d136
Merge branch 'master' of github.com:bartvde/openlayers into csw
2012-01-09 09:41:59 +01:00
Bart van den Eijnden
a6be4a4b6c
start with the patch from OL Trac ticket 2133
2012-01-09 09:29:15 +01:00
Tim Schaub
0127806ee2
Assert that split control works with no geometry.
2012-01-08 21:14:17 -05:00
Xavier Mamano
6fd4d27700
Change docs to "Valid options:" in Util.createUrlObject
2012-01-09 00:35:54 +01:00
Xavier Mamano
f4a6d4c7b2
Set key as property in Bing.js and many links as {<...>}
2012-01-09 00:30:53 +01:00
Peter Robins
9453d0ce7c
Revised version for checking geometry splittable
2012-01-08 20:08:36 +00:00
Peter Robins
5f6bd6acee
Revised version for checking geometry splittable
2012-01-08 20:04:35 +00:00
Xavier Mamano
6ca10eed52
Merge "3496.1.patch" with current truck in GitHub
2012-01-08 19:47:19 +01:00
Peter Robins
0296a46de8
Control/Split should work w/o MultiLineString
2012-01-08 14:36:30 +00:00
Xavier Mamano
f64dea59e8
More details manually observed while reviewing documentation.
2012-01-07 23:33:50 +01:00
Xavier Mamano
107edcf0e5
Some minor documentation adjustments.
2012-01-07 20:07:07 +01:00
Xavier Mamano
b7dee9ca6d
Some problems in the documentation detected using "closure_verify"
2012-01-07 19:29:41 +01:00
Antoine Abt
241162a4bc
update comments for supported renderers
2012-01-06 10:32:28 +01:00
tschaub
fc43ea715a
Documenting the deprecated.js script.
2012-01-05 10:50:45 -07:00
tschaub
0e6d971ad0
Updating API doc menus.
...
After the big reshuffle while deprecating stuff, NaturalDocs started over with a new menu so we lost the structure we had set up.
2012-01-05 10:36:45 -07:00
Antoine Abt
be585c5f23
Add support for SVG renderer ( Heavily inspired from rdewit’s patch http://trac.osgeo.org/openlayers/ticket/2965 )
2012-01-05 17:32:00 +01:00
Antoine Abt
5be7e7f844
don’t duplicate defaults in renderers
2012-01-05 10:26:05 +01:00
Éric Lemoine
30c5b11d99
Merge branch 'master' into tile-fade-in
...
Conflicts:
examples/fullScreen.js
2012-01-05 09:39:39 +01:00
Éric Lemoine
f65bc5e764
correct css accessor for tile animation in style.mobile.css
2012-01-05 09:36:47 +01:00
Frédéric Junod
2d7fa6810a
Merge pull request #130 from fredj/tile-class
...
OpenLayers.Layer.Grid: ability to change the tile types. r=tschaub
2012-01-04 22:47:23 -08:00
Éric Lemoine
77f227ffed
more Grid tests, for delayed back buffer removal
2012-01-04 21:01:46 +01:00
fredj
3245836b6d
New OpenLayers.Layer.Grid.tileClass option. Defaults to OpenLayers.Tile.Image
2012-01-04 12:37:39 +01:00
fredj
2fabd6954c
Fix indentation
2012-01-04 12:16:06 +01:00
Antoine Abt
0ff9d54d5c
better alignment
2012-01-04 11:00:29 +01:00
Antoine Abt
6be48e9ef9
Basic support for canvas only (patch from trac #3503 )
2012-01-04 10:59:51 +01:00
Éric Lemoine
0cc4dc81ec
Merge branch 'master' into redraw
2012-01-04 09:06:29 +01:00
Éric Lemoine
eedcaf0ba2
add a test to verify that Layer.HTTPRequest.mergeNewParams set resolution to null prior to calling redraw
2012-01-04 09:02:38 +01:00
Éric Lemoine
0d702609b1
revert changes to layer mergeNewParams tests ( ff045172)
2012-01-04 08:59:47 +01:00
Éric Lemoine
d64bbe1cfc
better doc strings for Layer.resolution
2012-01-04 08:47:55 +01:00
Éric Lemoine
0ef4c8dd5b
make redraw return the return value of mergeNewParams
2012-01-04 08:47:28 +01:00
Éric Lemoine
aca72e4266
Merge pull request #1 from ahocevar/redraw
...
No new argument for Layer::redraw
2012-01-03 23:39:25 -08:00
Éric Lemoine
39f2ddccee
remove back buffer immediately in applyBackBuffer if back buffer is schedule for removal
2012-01-04 08:20:11 +01:00
Tim Schaub
b26efd6beb
Merge pull request #126 from tomhughes/url-rewrite
...
Add an interception point to allow image URLs to be rewritten
2012-01-03 14:13:00 -08:00
tschaub
e2834e04e6
Merge branch 'master' into animation
2012-01-03 10:28:40 -07:00
tschaub
519bf9a50a
Removing unused minX and maxX.
2012-01-03 10:28:25 -07:00
tschaub
3556af9cb2
Moving animation methods out of Util.js.
...
Animation methods get their own module, giving methods more sensible names:
* `OpenLayers.Animation.requestFrame` (was `OpenLayers.Util.requestAnimationFrame`)
* `OpenLayers.Animation.start` (was `OpenLayers.Util.startAnimation`)
* `OpenLayers.Animation.stop` (was `OpenLayers.Util.stopAnimation`)
2012-01-03 09:43:50 -07:00
tschaub
b844a3b11b
Happy New Year!
...
Updating copyright to 2012.
2012-01-03 09:01:10 -07:00
Éric Lemoine
d4249960e3
remove duplications in the 2.12 notes
2012-01-03 08:29:40 +01:00
Éric Lemoine
4f4a7e9c0a
Merge branch 'master' into tile-fade-in
2012-01-03 08:27:20 +01:00
Éric Lemoine
9064ba8c6a
add release notes for tile animation
2012-01-03 08:24:58 +01:00
Éric Lemoine
5914cb3566
enable kinetic dragging in the full-screen example
2012-01-03 08:24:41 +01:00
Tim Schaub
3f6e0141a4
No animation frames on hidden windows.
...
As an optimization, Firefox does not execute functions passed to requestAnimationFrame when the window is hidden. This is the case for the panTo tests here that use a map in a hidden iframe. Since other browsers may follow suit, we just test the fallback setTimeout method of animating on these tests.
2012-01-02 22:29:23 -07:00
Éric Lemoine
a6cbbbde84
Merge pull request #3 from tschaub/fade
...
increase timeout for backbuffer removal and dispense with extra map property
2012-01-02 21:10:33 -08:00
Tim Schaub
bd4278de4a
Docs and tests for animation methods.
2012-01-02 21:54:08 -07:00
Tim Schaub
92472ca604
Avoid illegal invocation of native method.
2012-01-02 21:53:21 -07:00
Tim Schaub
e363bdb782
Rename to startAnimation for symmetry.
2012-01-02 21:52:31 -07:00
Tim Schaub
c151b04257
Use requestAnimationFrame for tweening.
...
Instead of using an arbitrary interval for tweening, we let the device decide the best animation frame rate. Where requestAnimationFrame is not available, this will default to 60 fps.
2012-01-02 20:52:46 -07:00
Tim Schaub
5c2af142b6
Use requestAnimationFrame where available.
...
For kinetic panning, let the device determine the animation frame rate.
2012-01-02 20:40:29 -07:00
Tim Schaub
c7c11757ae
Allow for infinite animation loop.
2012-01-02 20:39:52 -07:00
Tim Schaub
a86151c9e3
Allow callback to cancel animation.
2012-01-02 20:39:38 -07:00
Tim Schaub
709bb7af1b
panDuration not used in this example
2012-01-02 20:37:23 -07:00
tschaub
bc8a38cf16
Util methods for animation loops.
2012-01-02 17:48:43 -07:00
tschaub
f2168d13b7
Increase timeout to avoid flashes.
...
Without this change, flashes are fairly frequent while zooming around a full screen map.
2012-01-02 16:07:40 -07:00
tschaub
3c910c8801
Removing the tileAnimation map property.
...
Edit CSS to change the style.
2012-01-02 15:49:55 -07:00
Éric Lemoine
78963a5fa8
correct typo in tests/Tile/Image.html, @tschaub has sharp eyes
2012-01-02 23:34:02 +01:00
Éric Lemoine
fcb9a6cd2c
remove Tile.Image.onTransitionEnd - it is no longer used
2012-01-02 23:20:15 +01:00
Éric Lemoine
eb924c8f77
no longer rely on the transitionend event, unwanted flashes are avoid using a timer
2012-01-02 22:53:53 +01:00
Éric Lemoine
aeccee865c
Merge pull request #2 from tschaub/fade
...
tweaks for fade changes
2012-01-02 11:16:57 -08:00
tschaub
3eb34f587e
Add test for setOpacity.
2012-01-02 11:52:54 -07:00
tschaub
b7b0d6b712
Collecting image tile changes in the Image.js.
2012-01-02 11:40:50 -07:00
ahocevar
485ec033e9
Merge pull request #125 from tomhughes/ticket-2598
...
Irregular transformation support for TransformFeature Control
2011-12-31 08:04:13 -08:00
Tom Hughes
dd103ebf82
Use OpenLayers.Util.DEFAULT_PRECISION for geometry comparisons
2011-12-31 14:00:25 +00:00
Éric Lemoine
e11e4358fa
add olMapTileAnim rule in style.mobile.css
2011-12-31 14:13:42 +01:00
Éric Lemoine
587650e01b
use parseFloat to read opacity style values in tests
2011-12-31 14:09:24 +01:00
Tom Hughes
63fb2d4b04
Add an interception point to allow image URLs to be rewritten
...
Make all attempts to get a URL for an image go through a single
routine, OpenLayers.Util.getImageLocation, which is given the actual
image name.
This allows users to replace that routine with an enhanced version
which can rewrite the full URL, for example to go through the rails
asset pipeline when using OpenLayers with rails.
2011-12-31 12:19:10 +00:00
Tom Hughes
533ee475ee
Improve documentation of regular versus irregular transformation
2011-12-31 12:08:22 +00:00
Tom Hughes
93f2a31253
Add tests for regular and irregular transformations
2011-12-31 12:08:21 +00:00
Tom Hughes
1b6eb38d46
Make irregular transforms work on rotated features
...
Rework support for irregular transforms to handle features
which have been rotated correctly.
2011-12-31 12:08:21 +00:00
Tom Hughes
a46707e727
Add support for irregular transformations to TransformFeature
...
Give the TransformFeature control an irregular mode where dragging a
handle just extends that side rather than growing the shape symmetrically
about the centre.
2011-12-31 12:08:21 +00:00
Éric Lemoine
d2856cd721
remove duplicated setOpacity tests (MapServer/Untiled.html)
2011-12-31 12:25:37 +01:00
Éric Lemoine
e7ef3d6c21
remove duplicated setOpacity tests
2011-12-31 12:23:32 +01:00
Éric Lemoine
afc0283c06
fix the Layer.WMS setOpacity tests
2011-12-31 00:45:15 +01:00
Éric Lemoine
df7ab415d0
add css rule for tile animation
2011-12-31 00:20:06 +01:00
Éric Lemoine
6b918bc9ab
make the Layer/Image.html tests pass again
2011-12-31 00:19:44 +01:00
Éric Lemoine
5edd3d3f84
make Tile.Image compatible with CSS-based tile fade animation
2011-12-31 00:19:19 +01:00
Éric Lemoine
d417231bb8
add OpenLayers.TRANSITION and OpenLayers.TRANSITION_END private constants
2011-12-31 00:17:36 +01:00
Éric Lemoine
04f72a0e07
tests for the tileAnimation map option
2011-12-30 23:28:21 +01:00
Éric Lemoine
afce5be5d6
add a tileAnimation map option
2011-12-30 23:23:07 +01:00
Tim Schaub
f5ac1fcd72
Update notes/2.12.md
2011-12-29 15:38:20 -07:00
Tim Schaub
9b7afeb492
Merge pull request #124 from tschaub/norect
...
Moving Rectangle geometries to deprecated.js (closes #123 ).
2011-12-29 14:34:04 -08:00
tschaub
e5b4e1323b
Updated readme.
2011-12-29 14:57:12 -07:00
tschaub
25d907d977
Adding rectangle to deprecated notes.
2011-12-29 14:41:04 -07:00
tschaub
3bddb3af05
Merge branch 'master' of github.com:openlayers/openlayers into norect
2011-12-29 14:40:16 -07:00
tschaub
47368ddfa9
Listing deprecated functionality in the notes.
2011-12-29 14:39:34 -07:00
tschaub
5773ad7ddc
Removing duplicate code.
...
These string prototype methods were unintentionally added twice in 20e19203d5 .
2011-12-29 14:29:03 -07:00
tschaub
958221d5f4
Moving Rectangle geometries to deprecated.js.
...
The VML and SVG renderers still have support for drawing rectangles. This can be safely removed in 3.0.
2011-12-29 14:14:49 -07:00
tschaub
9075f14856
Ignoring the closure-compiler.jar and pyc.
2011-12-29 14:05:12 -07:00
tschaub
d6cb1547ac
Merge branch 'master' of github.com:openlayers/openlayers
2011-12-29 14:03:50 -07:00
Tim Schaub
08d951c02f
Merge pull request #91 from jorix/3519-CC_SrcLin2
...
Using the jscompiler.py that ships with Closure to drive the compiler.
2011-12-29 13:03:27 -08:00
tschaub
e321bd3d60
Merge branch '3519-CC_SrcLin2'
2011-12-29 13:58:48 -07:00
Tim Schaub
d8a34775da
Merge pull request #120 from probins/rulerequires
...
Symbolizer dependencies are only pulled in when serializing as SLD.
2011-12-29 11:43:37 -08:00
Peter Robins
52e7c932f7
Move symbolizer requires
2011-12-29 09:47:22 +00:00
ahocevar
d1319eaf90
Merge branch 'vector-ratio' ( closes #113 )
2011-12-28 20:18:11 +01:00
ahocevar
cfe25feecf
Making dateline handling work with ratio.
2011-12-28 20:14:39 +01:00
ahocevar
1ce59a207d
Don't use clientWidth and clientHeight.
...
Instead, use map.getSize to make sure this works the same way in all browsers.
2011-12-28 20:10:56 +01:00
Éric Lemoine
5951b22dc7
Merge pull request #117 from jorix/master
...
Map documentation: "controls" is a APIProperty of Map
2011-12-27 05:11:18 -08:00
ahocevar
22e9fc92b8
Don't change existing behavior for redraw(true)
2011-12-26 19:53:23 +01:00
ahocevar
0b3f9c0ae9
Merge branch 'master' of https://github.com/pjeweb/openlayers-1 into vector-ratio
2011-12-26 11:59:27 +01:00
ahocevar
d42eec9775
No new argument for Layer::redraw.
...
Instead, make _resolution a private property (resolution) which is set to null to make redraw call moveTo with zoomChanged set to true.
2011-12-26 11:09:07 +01:00
Xavier Mamano
52e550ea74
"controls" is a APIProperty of Map
2011-12-26 00:02:02 +01:00
ahocevar
6e39c3e3e0
Moving test for reproject option to deprecated tests.
...
Also re-adding accidently removed ```reproject: true``` option to test.
2011-12-23 18:32:28 +01:00
ahocevar
a6a7d24606
Merge pull request #114 from ahocevar/noframe-fixes
...
Fixing IFrame tile layers. r=@elemoine
2011-12-22 15:11:34 -08:00
Éric Lemoine
ff04517232
HTTPRequest.mergeNewParams should now do redraw(true)
2011-12-22 14:21:07 +01:00
Éric Lemoine
289d9d371d
make Layer.redraw not unconditionally set zoomChanged to true in moveTo
2011-12-22 14:19:02 +01:00
ahocevar
7fbae9f345
Fixing IFrame tile layers.
...
A problem introduced with 5fda8835da can easily be solved by re-adding a check for imgDiv and a strict type check for useIFrame. Thanks @elemoine for pointing out that there could be a problem.
2011-12-22 01:14:04 +01:00
pjeweb
008e8c5ed1
adding ratio to Vector Layer
2011-12-21 12:37:09 +01:00
ahocevar
1284dca5ec
adding missing dependency
2011-12-20 14:23:41 +01:00
ahocevar
c48bf3a37f
One more keyword missing (see #111 )
2011-12-16 17:48:51 +01:00
ahocevar
94ef9a6b10
Merge pull request #110 from ahocevar/no-pan-on-invalid-zoom
...
No pan on invalid zoom. r=@tschaub
2011-12-16 08:43:03 -08:00
fredj
ec16a9c0b1
Add missing new keyword in doc. thanks @DaveCausey ( closes #111 )
2011-12-16 17:14:44 +01:00
ahocevar
701e171081
Adding test to make sure we don't pan.
2011-12-16 11:48:08 +01:00
ahocevar
9c50bb5c01
Don't set the new lonlat if the new zoom is not valid.
...
This avoids unwanted panning without zooming when using the mousewheel to zoom out on a wrapDateLine map (see #109 ).
2011-12-16 11:22:31 +01:00
Tim Schaub
0176d052a7
Merge pull request #102 from tschaub/nowkt
...
Allow for builds without WKT format
2011-12-14 09:51:06 -08:00
Tim Schaub
7950e284fc
Merge pull request #3 from probins/nowkt
...
Nowkt: fix typo in release notes
2011-12-14 09:48:04 -08:00
Peter Robins
f05d770d8b
Fix typo in release notes
2011-12-14 16:53:51 +00:00
Éric Lemoine
001ad03cbd
Merge pull request #108 from elemoine/panel
...
Fix panel iconOn and iconOff behavior
2011-12-14 07:09:40 -08:00
Éric Lemoine
6b0d61dbd1
remove useless assertion in Panel.html:test_iconOn_iconOff
2011-12-14 16:08:34 +01:00
Éric Lemoine
45a6e24299
Panel iconOn and iconOff do not behave correctly if application-specific classes are set in the control
2011-12-14 15:49:19 +01:00
Bart van den Eijnden
9f9829053a
do not wrap DOMElements in CDATA sections for WPS Execute, p=jachym, r=me (closes http://trac.osgeo.org/openlayers/ticket/3517 )
2011-12-14 15:20:00 +01:00
Frédéric Junod
55e5220a9e
Merge pull request #104 from fredj/tile-position
...
Only set img.style.position once. r=ahocevar, elemoine
2011-12-13 09:16:46 -08:00
Éric Lemoine
16aded926f
Merge pull request #106 from twpayne/ignore-build-artefacts
...
Ignore build artefacts
2011-12-13 07:46:43 -08:00
Tom Payne
662aa4696d
Ignore build artefacts
2011-12-13 16:34:01 +01:00
Tim Schaub
c8e3ae73d4
I think it's fair to say we've removed Prototype influence.
2011-12-12 20:01:40 -05:00
Tim Schaub
92ea378729
One license block fewer (see #99 ).
2011-12-12 19:57:05 -05:00
aabt
2d8904ca16
Merge pull request #105 from fredj/controls-size
...
move the buttons sizing to CSS
2011-12-12 11:40:27 -08:00
fredj
e6a1830da8
move the buttons sizing to CSS
2011-12-12 17:16:04 +01:00
fredj
3cfd21c318
group the img.style changes
2011-12-12 15:05:51 +01:00
fredj
ee37617c21
Only set img.style.position once
2011-12-12 13:48:57 +01:00
Frédéric Junod
74812dbf8e
Merge pull request #103 from fredj/unused-var
...
Remove unused variable. r=elemoine
2011-12-12 02:26:06 -08:00
fredj
64b21b4e86
Remove unused variable
2011-12-12 10:42:33 +01:00
tschaub
469842012b
Tests for string methods without WKT.
2011-12-10 17:09:18 -07:00
tschaub
4c97f492c6
Describing changes in release notes.
2011-12-10 17:04:26 -07:00
tschaub
66de55ef9b
Allowing for WKT free builds.
...
The WKT format is used for converting geometries to and from string representations. For builds that do not explicitly include the WKT format, the `OpenLayers.Geometry.fromWKT` returns `undefined`.
2011-12-10 17:00:20 -07:00
tschaub
038a34c4ad
Adding release notes to the repo.
...
Pull requests that change behavior or add specific functionality should include changes to the appropriate release note page.
2011-12-10 16:52:07 -07:00
Tim Schaub
1008ff89e9
Removing broken (or pointless) examples.
2011-12-09 00:14:13 -07:00
Éric Lemoine
00cfe7b226
Merge pull request #99 from elemoine/deprecate-rico
...
Deprecate Popup.AnchoredBubble and Rico
2011-12-08 22:54:38 -08:00
Éric Lemoine
4abaa7d553
Merge remote branch 'upstream/master'
2011-12-09 00:13:27 +01:00
Éric Lemoine
3deeff74f5
comment noop code and make google compiler happy
2011-12-09 00:12:49 +01:00
Éric Lemoine
2aa0ce6466
minor tweaks to LayerSwitcher css
2011-12-09 00:11:51 +01:00
Éric Lemoine
4f66373ae1
demonstrate how to round layer switcher corners with border-radius
2011-12-09 00:11:16 +01:00
Éric Lemoine
513dd16be3
deprecated LayerSwitcher roundedCorner option
2011-12-09 00:10:29 +01:00
Éric Lemoine
a8be54b0fe
deprecate Rico itself
2011-12-09 00:09:04 +01:00
Éric Lemoine
46e15b5359
make OpenLayers.Feature create OpenLayers.Popup.Anchored as opposed to OpenLayers.Popup.AnchoredBubble by default
2011-12-09 00:08:28 +01:00
Éric Lemoine
33a1c842d6
remove the old-fashioned popups.html example
2011-12-09 00:04:43 +01:00
Éric Lemoine
c454d675b6
remove AnchoredBubble examples from the popupMatrix.html example
2011-12-09 00:03:46 +01:00
Éric Lemoine
519335026f
deprecate AnchoredBubble
2011-12-09 00:02:44 +01:00
ahocevar
096fb7398b
Merge pull request #98 from towa48/master
...
Avoid duplicate feature title nodes. r=me
2011-12-08 12:18:40 -08:00
towa48
a1b6644b2a
Prevent duplicate node title in SVG renderer.
2011-12-08 12:11:39 +03:00
Frédéric Junod
5fda8835da
Merge pull request #82 from fredj/2897
...
don't create div for image tile when no gutter is used. p=ahocevar,pgiraud,elemoine,fredj
2011-12-07 23:03:26 -08:00
Frédéric Junod
c1f2232f74
Merge pull request #1 from ahocevar/2897
...
Updating the gutter example.
2011-12-07 22:56:05 -08:00
ahocevar
61f076aa5d
Updating the gutter example to use a working WMS.
2011-12-08 00:27:45 +01:00
Frédéric Junod
e97961321c
Merge pull request #96 from fredj/3404
...
SelectFeature stops selecting features after a right click on the map. r=ahocevar
2011-12-07 08:03:27 -08:00
ahocevar
fa1845693b
Fixing a typo.
2011-12-07 16:38:07 +01:00
ahocevar
484172ca0c
Merge pull request #97 from ahocevar/retile
...
It turns out we really want to retile sometimes. r=@fredj
2011-12-07 07:33:37 -08:00
ahocevar
b6df3d871b
It turns out we really want to retile sometimes.
...
The reason is that we want to avoid moveGriddedTiles to run through hundreds of cycles to shift tiles until we reach the new bounds. But containsBounds does not work if extents that cross the date line start on different worlds, so we use intersectsBounds where we can pass the world bounds to handle this case.
2011-12-07 15:55:22 +01:00
fredj
1c9f785998
remove deleted files from build/library.cfg
2011-12-07 15:35:05 +01:00
Frédéric Junod
6725ee1940
Merge pull request #95 from fredj/2708
...
getFeatureIdFromEvent return value. r=elemoine
2011-12-07 06:28:49 -08:00
fredj
b11b33e3ab
SelectFeature stops selecting features after a right click on the map
2011-12-07 15:03:39 +01:00
ahocevar
f79520cf9d
Don't set zoomOffset - maxResolution and numZoomLevels is enough. r=fredj (closes http://trac.osgeo.org/openlayers/ticket/3550 )
2011-12-07 14:53:53 +01:00
fredj
ae56952f00
replace pageLoading with {show|hide}PageLoadingMsg
2011-12-07 14:18:09 +01:00
fredj
344d645b29
use jquery mobile version 1.0
2011-12-07 14:04:16 +01:00
fredj
03b8406746
Canvas.getFeatureIdFromEvent: return undefined instead of null
2011-12-07 12:08:04 +01:00
fredj
71fbfff02a
return undefined instead of false from getFeatureIdFromEvent
2011-12-07 11:59:53 +01:00
fredj
d20802369f
code simplification
2011-12-07 11:52:04 +01:00
fredj
315c37a075
getFeatureIdFromEvent returns a feature id or undefined, fix getFeatureIdFromEvent docstring
2011-12-07 11:50:58 +01:00
fredj
d715a94b0f
remove double declaration
...
(yes, code duplication sucks)
2011-12-07 11:33:34 +01:00
Frédéric Junod
336d6d06ad
Merge pull request #94 from fredj/movestart-updateSize
...
Don't update the map size on 'movestart'. r=elemoine
2011-12-07 01:11:21 -08:00
fredj
9cfa5f562e
Don't update the map size on 'movestart'
2011-12-07 09:40:54 +01:00
Frédéric Junod
63cdcaeaac
Merge pull request #86 from fredj/addLayer-exception
...
Instead of throwing an exception, return false if the layer can't be added to the map. r=bbinet,tschaub
2011-12-07 00:33:26 -08:00
ahocevar
beb322fbab
Use buffer of 4instead of tileLoadingDelay of 0, to make panning smoother on iOS.
2011-12-06 15:30:52 +01:00
Éric Lemoine
736ebab680
Merge remote branch 'upstream/master'
2011-12-06 08:31:47 +01:00
Éric Lemoine
3b2cdfeee0
remove double declaration
2011-12-06 08:31:12 +01:00
Xavier Mamano
7169eba788
build.py -c closure: Show file name and line number of errors and warnings.
2011-12-05 20:11:00 +01:00
Éric Lemoine
acaf67b01c
Merge pull request #88 from jorix/3594-CC_no-undefined-vars
...
build.py -c closure: generate an error of undefined variables
2011-12-05 08:20:22 -08:00
Frédéric Junod
6f2f0c47b0
Merge pull request #90 from fredj/2971
...
Remove undefined variables, r=elemoine
2011-12-05 01:56:18 -08:00
fredj
8c74e616df
Remove undefined variables
2011-12-05 09:39:30 +01:00
Éric Lemoine
faee5aead9
Merge pull request #89 from jorix/3593
...
Fix bug in XMLHttpRequest.js where oRequest is undefined. Fix comes from upstream. Patch from @jorix.
2011-12-03 10:29:44 -08:00
Xavier Mamano
9ed75efad1
don't use errors-pending-to-fix.js
2011-12-03 18:32:26 +01:00
Xavier Mamano
fb8a7a5adc
Apply the patch:
...
9f1d0fd49b
2011-12-03 18:13:40 +01:00
Xavier Mamano
5aba9061b2
Add ticket #3593 in errors-pending
2011-12-03 17:24:57 +01:00
Xavier Mamano
1a5e57a32f
build.py -c closure: generate an error of undefined variables
2011-12-03 17:07:10 +01:00
ahocevar
d83a96b169
Merge pull request #87 from ahocevar/retile
...
getTilesBounds fixes and no unnecessary retiling. r=@bartvde
2011-12-02 16:43:46 -08:00
ahocevar
7aa7b98285
fixing indentation
2011-12-03 01:37:42 +01:00
ahocevar
d20e6f7c7a
removing console.log
2011-12-03 01:36:11 +01:00
ahocevar
08af94cf84
We never need to retile when the zoom didn't change.
2011-12-03 00:13:44 +01:00
ahocevar
b70ea9e8c1
Use valid tile bounds and test grid crossing the dateline.
2011-12-03 00:07:04 +01:00
ahocevar
84b30d3699
Don't rely on the bounds of the top-right tile.
...
When the grid crosses the dateline, the top-right tile is in a different world than the bottom-left one. Instead, use the grid size and tile width/height to calculate the top-right coordinate.
2011-12-03 00:05:26 +01:00
ahocevar
c15631ae3e
Remove code that never gets called.
...
OpenLayers.Map has no wrapDateLine property.
2011-12-02 23:57:39 +01:00
ahocevar
88c203074f
whitespace change
2011-12-01 19:10:28 +01:00
ahocevar
0560bfa09a
Educational addition to the mobile-wmts-vienna example.
...
It now explains in the source code how to create the layers directly, without requesting the Capabilities document first.
2011-12-01 18:59:32 +01:00
fredj
1135c771b7
Instead of throwing an exception, return false if the layer can't be added to the map.
2011-12-01 16:13:35 +01:00
Tim Schaub
3844b91cd6
Avoiding closure compiler warnings.
...
These comments are not parsed by Natural Docs and result in unnecessary warnings from closure compiler.
2011-11-30 22:25:38 -08:00
Bart van den Eijnden
2d5a770ab5
remove startbounds in argiscache_jsonp example
2011-11-30 22:33:27 +01:00
ahocevar
47a02f57bc
Merge pull request #84 from ahocevar/wait-move
...
Default pixel tolerance of 2. r=@bartvde
2011-11-30 12:31:57 -08:00
ahocevar
c311aa69ea
Default pixel tolerance of 2.
...
This avoids requests to be aborted during hover due to the cursor change caused in some browsers by applying the olCursorWait class.
2011-11-30 20:36:54 +01:00
ahocevar
92cfa0e4ed
use proxy url for openlayers.org
2011-11-30 17:48:07 +01:00
ahocevar
d418369e93
Updating WMS url.
...
And while we're at it, use the nicer single argument map constructor so we can reduce the overall amount of code.
2011-11-30 17:32:20 +01:00
fredj
efdd9d0eb2
don't create div for image tile when no gutter is used
2011-11-30 14:19:36 +01:00
aabt
5011fb8b96
Merge pull request #78 from fredj/addEventType
...
Remove call to deprecated events.addEventType function
2011-11-30 01:48:40 -08:00
fredj
6f78dc4c8f
Remove call to deprecated events.addEventType function
2011-11-30 09:29:24 +01:00
ahocevar
09f470fa34
Merge pull request #77 from jorix/docs-bug
...
Documentation errata in Layer.Vector: before instead of after. r=me
2011-11-29 10:10:47 -08:00
Xavier Mamano
ec1a44a9f2
before instead of after
2011-11-29 18:29:47 +01:00
Frédéric Junod
e960c1929d
Merge pull request #76 from fredj/surface-removal
...
Remove Geometry.Surface, r=tschaub
2011-11-28 07:50:56 -08:00
ahocevar
1db5ac3cbe
Merge pull request #75 from ahocevar/filter-tostring
...
toString implementation for Filter. r=@fredj
2011-11-28 07:00:47 -08:00
fredj
dc991e6f85
Remove Geometry.Surface
2011-11-28 12:41:47 +01:00
ahocevar
c3fa0875dc
toString implementation for Filter.
...
If Format.CQL is not included in the build, toString from Object will be used.
2011-11-28 12:25:28 +01:00
ahocevar
6f341b1fb5
Use Navigation control for mousewheel zoom on desktop devices
2011-11-25 20:53:15 +01:00
Frédéric Junod
cdd1b756df
Merge pull request #73 from fredj/cleanup-kamap
...
Layer.KaMap cleanup, r=ahocevar
2011-11-25 01:25:45 -08:00
fredj
250e686375
Layer.KaMap cleanup
...
Remove unused units and resolution properties
Simplify Grid.initialize call
2011-11-24 16:21:49 +01:00
Frédéric Junod
c3b7c06118
Merge pull request #72 from fredj/unneeded-initialize
...
Remove unneeded initialize functions, r=elemoine
2011-11-24 02:28:36 -08:00
fredj
44f1cc465e
Add missing google api script include
2011-11-24 11:22:31 +01:00
Frédéric Junod
d0fbab5b1d
Merge pull request #71 from fredj/unneeded-requires
...
Remove unneeded requires, r=elemoine
2011-11-24 00:22:09 -08:00
fredj
3252fb134d
Remove unneeded initialize functions
2011-11-24 09:17:27 +01:00
fredj
4cab9139f2
Remove unneeded requires
2011-11-24 08:59:55 +01:00
tschaub
598ef62cea
Remove requires for missing file (see #66 ).
2011-11-23 17:17:16 -07:00
tschaub
197dcc5a23
Updating readme format to test website update.
2011-11-23 17:14:24 -07:00
Frédéric Junod
23b94f4eef
Merge pull request #66 from fredj/gears
...
move Protocol.SQL.Gears into deprecated.js. r=tschaub,elemoine
2011-11-21 23:55:10 -08:00
Tom MacWright
5875b50a51
Moving camelize and its tests to deprecated
2011-11-21 15:42:46 -05:00
Frederic Junod
7332775d78
Fix Layer.GML unit tests
2011-11-21 19:14:05 +01:00
Frederic Junod
7f2c06c5b7
move Protocol.SQL into deprecated.js
2011-11-21 19:10:26 +01:00
Frederic Junod
8360ddefe3
Merge branch 'upstream-master' into gears
2011-11-21 18:54:48 +01:00
Frédéric Junod
2f802750a3
Merge pull request #65 from fredj/deprecated.js
...
move Layer.Yahoo and Layer.GML into deprecated.js r=tschaub
2011-11-21 09:40:31 -08:00
fredj
735f49cca0
move Protocol.SQL.Gears into deprecated.js
2011-11-21 12:23:05 +01:00
fredj
127e433592
Remove osm-layer example.
2011-11-21 10:59:30 +01:00
Frédéric Junod
d096a2a8ea
Merge pull request #58 from jorix/3580-Docs_ZoomBox
...
ZoomBox: missing API documentation. p=jorix, r=fredj (closes #3580 )
2011-11-20 23:56:25 -08:00
Marc Jansen
0d820bf63f
Merge pull request #57 from marcjansen/proj4js-example
...
Added an example that shows how to use the popular Proj4JS library.
2011-11-20 23:02:27 -08:00
Tom MacWright
43ef0920c2
Removing camelize method.
2011-11-20 23:47:37 -05:00
Xavier Mamano
d89819c3f2
#3580 ZoomBox: missing API documentation.
2011-11-20 12:25:01 +01:00
Marc Jansen
f8255e61d8
Better textual explanation and fewer typos.
2011-11-19 13:12:05 +01:00
Marc Jansen
c0138022fa
Added an example that shows how to use the popular Proj4JS library.
2011-11-18 23:48:20 +01:00
Xavier Mamano
cc1158488a
Merge branch 'master' into 3576-MeasureImm
2011-11-18 18:13:26 +01:00
fredj
f0d93d1e85
Merge branch 'upstream-master' into deprecated.js
2011-11-18 13:51:19 +01:00
ahocevar
f63e5fe060
Merge pull request #55 from ahocevar/more-deprecated
...
Removing getBoundsFromBaseLayer method. r=@elemoine,@fredj
2011-11-18 04:49:07 -08:00
ahocevar
4b0e45b369
adding comment that the reproject option is deprecated and getBoundsFromLayer is defined in deprecated.js, as suggested by @elemoine.
2011-11-18 13:48:07 +01:00
ahocevar
4d8cd08b91
removing Lang.js and Tile.js dependencies, as suggested by @fredj.
2011-11-18 13:43:06 +01:00
fredj
b630840d83
move Layer.GML into deprecated.js
2011-11-18 13:23:49 +01:00
ahocevar
4f58ff0352
Removing getBoundsFromBaseLayer method.
...
This method is only needed when the deprecated reproject option is set to true.
2011-11-18 13:06:28 +01:00
fredj
c82ccb4781
Merge branch 'upstream-master' into deprecated.js
2011-11-18 12:14:45 +01:00
fredj
8d01fa6fd8
move Layer.Yahoo into deprecated.js
2011-11-18 12:13:41 +01:00
Frédéric Junod
f713360c67
Merge pull request #52 from fredj/deprecated.js
...
Move deprecated code into deprecated.js, r=ahocevar
2011-11-18 03:05:29 -08:00
fredj
7f7f946c29
Stop using deprecated Layer.GML in examples
2011-11-18 11:24:33 +01:00
fredj
9f836cd264
Stop using deprecated Layer.GML in tests
2011-11-18 11:07:47 +01:00
Xavier Mamano
eae04c92bc
cancelDelay before measureImmediate + changes in tests.
2011-11-16 19:51:28 +01:00
fredj
a04df3e359
doc typo
2011-11-16 12:52:55 +01:00
ahocevar
c207e785f9
Merge pull request #51 from ahocevar/adjust-zoom
...
Don't let wrapDateLine maps be wider than one world width. r=@bartvde (closes http://trac.openlayers.org/ticket/3574 )
2011-11-16 01:25:31 -08:00
fredj
0307bb481c
fix namespace for naturaldocs
2011-11-15 16:38:31 +01:00
fredj
dd6b54e622
remove duplicate comment
2011-11-15 16:32:03 +01:00
fredj
6836f4dcdf
Remove unneeded requires
2011-11-15 10:11:36 +01:00
fredj
b07286b21a
Don't use deprecated Layer.Grid.getGridBounds function in tests
2011-11-15 09:11:11 +01:00
fredj
cc3c89eb2a
Don't use deprecated Layer.Grid.getGridBounds function in tests
2011-11-15 09:09:55 +01:00
fredj
1ed137bd0a
move Layer.Grid.getGridBounds function into deprecated.js
2011-11-15 09:06:44 +01:00
ahocevar
0b39d32031
Don't let wrapDateLine maps be wider than one world width.
2011-11-14 17:49:41 +01:00
fredj
b056b19bf0
move Event.stop function into deprecated.js
2011-11-14 15:59:24 +01:00
fredj
3d0d2cbc4e
move Layer.VirtualEarth function into deprecated.js
2011-11-14 15:52:39 +01:00
fredj
71f1f4701b
move Layer.MultiMap function into deprecated.js
2011-11-14 15:34:04 +01:00
fredj
37de9273a7
move OpenLayers.Feature.WFS into deprecated.js.
2011-11-14 15:29:12 +01:00
Frederic Junod
9a3dc98458
Remove unneeded requires
2011-11-14 15:29:08 +01:00
Frederic Junod
4afff74b0d
Move deprecated functions from OpenLayers.Util into deprecated.js.
2011-11-14 15:29:03 +01:00
Frederic Junod
2900823eb2
Move deprecated Layer.WFS and Tile.WFS into deprecated.js.
2011-11-14 15:28:57 +01:00
Éric Lemoine
29256bd156
Merge pull request #47 from elemoine/pinchzoom
...
fix bug where center of fingers is not preserved on pinch zoom
2011-11-14 00:44:22 -08:00
ahocevar
b5d41fae25
removing trailing comma
2011-11-14 09:34:44 +01:00
ahocevar
553eeb5a04
Merge pull request #50 from ahocevar/wmscaps-singlepass
...
Process WMSCapabilities property inheritance and flat layers list in a single pass for increased performance.
2011-11-14 00:14:24 -08:00
ahocevar
754312b20b
Support for basic literal/propertyname combinations in SLD. r=elemoine (closes http://trac.osgeo.org/openlayers/ticket/3506 )
2011-11-13 22:04:07 +01:00
ahocevar
5e4ee5e3c4
No more looping through attributes and complex attributes; set all in the first pass instead.
2011-11-13 17:48:45 +01:00
ahocevar
b563989985
no second pass to handle inheritance and nested layer
2011-11-13 17:14:13 +01:00
ahocevar
53963fabe0
Merge pull request #48 from jorix/3158-CC_WinPy24
...
closure.py: Use temporary file names but manual deletion.
2011-11-12 13:04:37 -08:00
Xavier Mamano
e2c3253108
closure.py: Use temporary file names but manual deletion.
...
Ok Windows+python 2.4
2011-11-12 16:47:57 +01:00
Éric Lemoine
629e14d3c7
PinchZoom.updateContainerOrigin renamed to updateContainerCenter
2011-11-10 21:40:46 +01:00
Éric Lemoine
e6f2b0e294
fix bug where center of fingers is not preserved on pinch zoom
2011-11-10 21:35:38 +01:00
Frederic Junod
18b23e944d
Don't use deprecated Layer.WFS in tests.
2011-11-10 08:21:16 +01:00
Tim Schaub
ec6c5eb74b
Merge pull request #43 from tschaub/undeprecated
...
Move deprecated methods from main lib. To use deprecated methods and classes in your application, add the deprecated.js script to your build profile.
2011-11-09 11:58:19 -08:00
tschaub
69ad1b7bbe
Add dependencies for deprecated.js.
...
To use deprecated methods, include the "deprecated.js" script in your build profile.
2011-11-09 12:56:05 -07:00
tschaub
caaf911081
Merge branch 'undeprecated' of https://github.com/ahocevar/openlayers into undeprecated
2011-11-09 12:24:53 -07:00
tschaub
b9cc3834d6
Merge branch 'master' of github.com:openlayers/openlayers into undeprecated
2011-11-09 12:24:42 -07:00
ahocevar
9f1869df2d
Don't use deprecated Element.hide and show methods internally.
2011-11-09 11:28:12 +01:00
ahocevar
4d2fb8861d
Don't use transition effect for labels, because backbuffers don't work well for transparent layers
2011-11-09 09:52:14 +01:00
Tim Schaub
9605c08a11
Remove extra MapServer subclass.
2011-11-08 22:57:28 -07:00
Tim Schaub
7b6887c954
Remove extra WMS subclasses.
2011-11-08 22:45:13 -07:00
Tim Schaub
ab225e36b9
Remove extra tests.
2011-11-08 22:42:46 -07:00
Tim Schaub
5f2a6d410b
Deprecated XML.js method.
2011-11-08 22:07:29 -07:00
tschaub
b7c826e796
Remove MouseDefaults and MouseToolbar.
2011-11-08 18:32:55 -07:00
tschaub
f90d34fad9
Exclude deprecated methods from full build.
2011-11-08 17:10:31 -07:00
tschaub
20e19203d5
Deprecated methods from BaseTypes.js.
2011-11-08 16:48:58 -07:00
tschaub
dd5d7c9f07
Remove deprecated methods from Element.js.
2011-11-08 16:37:31 -07:00
tschaub
5db084afe8
Pull Ajax.js from the loader.
2011-11-08 16:37:01 -07:00
tschaub
e4d422e781
Deprecated Class.js methods.
2011-11-08 16:24:33 -07:00
tschaub
95e7de2ab4
Deprecated tests for Ajax.js.
2011-11-08 16:17:52 -07:00
tschaub
368ad02bdb
Deprecated methods from Ajax.js.
2011-11-08 16:11:43 -07:00
Tim Schaub
bce3aced23
Merge pull request #42 from tschaub/convenience
...
Adding extent, location, and projection convenience. Where appropriate, literals can be used instead of creating new OpenLayers objects.
2011-11-08 11:05:46 -08:00
tschaub
76bb0be254
Spell projection with p and separate tests to avoid mock issues.
2011-11-08 11:47:59 -07:00
tschaub
00410cf779
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-11-08 08:44:33 -07:00
ahocevar
794440750c
New WMTS GetCapabilities & RESTful example.
...
Uses the WMTS server of the ogdwien open data initiative of the City of Vienna. Shows how to build a fullscreen map that works well on both mobile and desktop clients. With lightweight permalinks and Geolocate control.
2011-11-08 11:59:57 +01:00
ahocevar
8e2ab1c530
Fixing tests after #40
2011-11-08 11:38:33 +01:00
ahocevar
4226e45260
Making closure.py also work with Python 2.5
2011-11-07 23:32:27 +01:00
ahocevar
c87a087429
updating update script to use git url for trunk
2011-11-07 23:13:40 +01:00
ahocevar
f3a0a73add
Merge pull request #40 from elemoine/wmtscaps
...
Make OWSCommon v1 support constraints in Get and Post nodes, and respect the 1..* cardinality.
2011-11-07 14:01:26 -08:00
Éric Lemoine
eac8bb5307
Merge remote branch 'ahocevar/wmtscaps' into wmtscaps
...
Conflicts:
lib/OpenLayers/Format/OWSCommon/v1.js
tests/Format/WMTSCapabilities/v1_0_0.html
2011-11-07 22:53:55 +01:00
Éric Lemoine
5e6fbfdc56
Merge branch 'master' into wmtscaps
2011-11-07 22:50:30 +01:00
ahocevar
97bf974b6b
new location of the get url
2011-11-07 22:43:48 +01:00
ahocevar
ffafa93168
API change to better accommodate for the 1..* cardinality of HTTPType and addition of Constraint
2011-11-07 22:43:23 +01:00
Éric Lemoine
4076c1af99
make OWSCommon v1 support constraints in Get and Post nodes
2011-11-07 22:42:51 +01:00
Éric Lemoine
6c5c468e91
Merge branch 'master' into wmtscaps
2011-11-07 22:42:30 +01:00
ahocevar
98363370b6
Use map.div as container.
...
map.layerContainerDiv has a dimension now, but we want a container with the full map viewport. r=elemoine (closes http://trac.osgeo.org/openlayers/ticket/3567 )
2011-11-07 22:01:20 +01:00
Éric Lemoine
2555813762
commit ef6770 was incorrect, stopObservingElement is to be called, not stopObserving
2011-11-07 18:08:12 +01:00
Éric Lemoine
d1c264eae1
Merge remote branch 'upstream/master'
2011-11-07 17:05:19 +01:00
Éric Lemoine
ef6770f8f8
call stopObserving in test_createBackBuffer of Tile/Image.html to prevent side-effects, test only change
2011-11-07 17:01:25 +01:00
ahocevar
3752b0572d
use ResourceURL for WMTS layers for REST encoding. p=fredj,me r=elemoine,me (closes http://trac.osgeo.org/openlayers/ticket/3044 )
2011-11-07 16:56:10 +01:00
Éric Lemoine
797c479b6e
make OWSCommon v1 support constraints in Get and Post nodes
2011-11-07 12:29:16 +01:00
Frederic Junod
8b1f684cbd
Remove semicolons from viewport meta tag
2011-11-07 10:48:52 +01:00
Éric Lemoine
0bf1169c16
Merge pull request #16 from elemoine/bigbackbuffer
...
A Big Back Buffer approach
2011-11-01 22:17:02 -07:00
Éric Lemoine
c65471c35b
Grid tests - do no test the same thing twice
2011-10-30 23:34:52 +01:00
Éric Lemoine
82bf97381c
remove commented line in a test
2011-10-30 23:26:23 +01:00
Éric Lemoine
896c2c0580
fix tests, and add new ones
2011-10-30 23:21:00 +01:00
Éric Lemoine
db08102fe4
correct bug where the value stored for the top-left corner of the back buffer may be incorrect, thanks @ahocevar for catching the issue
2011-10-30 23:20:42 +01:00
Éric Lemoine
c0d210ef05
just skip tiles that are currently loading when creating the back buffer
2011-10-29 21:11:14 +02:00
Éric Lemoine
8df1ae0e09
comparing backBufferData.resolution and serverResolution to know if backbuffering should be applied is wrong
2011-10-29 21:10:23 +02:00
Éric Lemoine
c80746b890
Tile.Image.cloneMarkup renamed Tile.Image.createBackBuffer
2011-10-29 12:22:08 +02:00
tschaub
28cc0bd962
Fewer news.
2011-10-28 15:53:16 -06:00
tschaub
1209a31f5b
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:52:08 -06:00
tschaub
bea1a5b24a
Concise config. No init.
2011-10-28 15:51:36 -06:00
tschaub
e599881a8e
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:46:46 -06:00
tschaub
58cc225b9b
Syntax updates.
2011-10-28 15:45:56 -06:00
tschaub
423bb39f23
Making this example less outdated.
2011-10-28 15:41:53 -06:00
tschaub
eb6279c4d0
Removing oam layer (service not up).
2011-10-28 15:31:10 -06:00
tschaub
80219dc03c
Merge branch 'master' of github.com:openlayers/openlayers into convenience
2011-10-28 15:23:41 -06:00
Éric Lemoine
f3e0ac9425
remove double variable declarations, and make jslint happier
2011-10-28 23:00:13 +02:00
Éric Lemoine
2f80d52bfd
in single tile mode with no transition effect remove the back buffer when zooming
2011-10-28 22:57:10 +02:00
Éric Lemoine
46de595f55
Merge branch 'master' into bigbackbuffer
2011-10-28 21:26:59 +02:00
Tim Schaub
824160ecb0
Merge pull request #30 from fredj/unneeded
...
remove unneeded activate and deactivate functions
2011-10-27 12:09:20 -07:00
tschaub
a606e565d3
Allow transforming geometries, lonlat, and bounds with strings.
2011-10-26 16:23:48 -06:00
tschaub
98d6e74314
Allow testing for projection equality with string.
2011-10-26 16:22:51 -06:00
tschaub
fb790424a5
Allow array for min/maxExtent in layers.
2011-10-26 16:02:51 -06:00
tschaub
98ee7167c4
Allow use of array for bounds.
2011-10-26 15:40:40 -06:00
tschaub
75a1a8e119
Allow setting center from array.
2011-10-26 15:22:13 -06:00
tschaub
415c8f9e0c
Removing example as the service has been discontinued.
2011-10-25 17:31:25 -06:00
tschaub
3e163910f7
Tweak maxExtent docs to link to restrictedExtent.
2011-10-25 17:20:12 -06:00
Tim Schaub
8ea4c47a13
Merge pull request #23 from tmcw/max-extent-doc
...
Improve maxExtent documentation. Thanks @tmcw.
2011-10-25 16:17:28 -07:00
Tom MacWright
9af5126c31
Improve maxExtent documentation
2011-10-25 17:20:15 -04:00
ahocevar
6dc36e90ac
Declaring inRange variable. No functional change.
2011-10-25 18:52:00 +02:00
Éric Lemoine
f6773d32c9
Merge pull request #21 from elemoine/wmtscaps
...
read legendURL and Dimension from WMTS capabilities docs
2011-10-25 06:51:16 -07:00
ahocevar
eeb5af192c
Fixing the example for Android 2.x
2011-10-25 08:54:07 +02:00
Éric Lemoine
babbfa20b0
read legendURL and Dimension from WMTS capabilities docs
2011-10-24 16:07:00 +02:00
Tim Schaub
daa16c08b1
Merge pull request #20 from drnextgis/feature
...
Fix unterminated statements
2011-10-23 01:16:20 -07:00
rda
81fd4adb4f
Fix unterminated statements
2011-10-23 14:24:30 +07:00
Tim Schaub
5486caf1c2
Merge pull request #18 from drnextgis/feature
...
Delete last comma in object literal. Thanks @drnextgis.
2011-10-22 23:00:22 -07:00
Tim Schaub
f0f76cc8fd
Merge pull request #19 from drnextgis/feature2
...
Fix CSS errors. Thanks @drnextgis.
2011-10-22 22:57:03 -07:00
rda
b4a42c8446
Fix CSS errrors
2011-10-23 07:53:41 +07:00
rda
b97d0b28c1
Fix CSS errors
2011-10-23 00:05:13 +07:00
rda
3ad5db431a
Delete last comma in object literal
2011-10-22 23:59:28 +07:00
Bart van den Eijnden
155108f10b
OpenLayers.Format.WPSExecute fails with WFS references, p=ahocevar,me r=ahocevar ( closes #3448 )
2011-10-21 13:52:50 +02:00
Éric Lemoine
7ad7e4d57c
better comments for Layer.Grid.getServerResolution, no functional change
2011-10-21 09:35:30 +02:00
Éric Lemoine
d33bd6e2db
Merge branch 'master' into bigbackbuffer
2011-10-21 00:14:19 +02:00
Éric Lemoine
abcc74cbc7
give a class to the back buffer
2011-10-21 00:13:16 +02:00
Éric Lemoine
55c2f0e047
better comments in Image/IFrame.js
2011-10-20 23:08:16 +02:00
Éric Lemoine
667d21137f
purely cosmetic change
2011-10-20 23:05:34 +02:00
Éric Lemoine
8aaf9ee775
remove the unnecessary SUPPORTED_TRANSITIONS array
2011-10-20 23:05:08 +02:00
Éric Lemoine
dc0867e655
remove the Tile.BackBufferable tests
2011-10-20 23:04:17 +02:00
Éric Lemoine
9bab78cde8
more Layer.Grid tests
2011-10-20 23:03:28 +02:00
Éric Lemoine
17dc9c2b58
fix test_Layer_Grid_addTileMonitoringHooks
2011-10-20 22:02:39 +02:00
Éric Lemoine
bed285593f
add tests for Layer.Grid
2011-10-20 21:55:30 +02:00
Frédéric Junod
e223eef159
Fix comment, no functional change
2011-10-20 11:14:21 +03:00
Frédéric Junod
0944be7b28
Fix comment, no functional change
2011-10-20 10:40:44 +03:00
Éric Lemoine
39eca86083
replace test_insertBackBuffer by test_cloneMarkup in the Tile/Image.html tests
2011-10-19 23:50:43 +02:00
Éric Lemoine
76e8a800da
special precautions must be taken in updateBackBufferData
2011-10-19 23:47:25 +02:00
Éric Lemoine
7ffec2e88b
Make the IFrame.html tests pass
2011-10-19 23:19:52 +02:00
Éric Lemoine
853bfeaee1
necessary adaptations to the Tile.IFrame mixin - back buffering is disabled when using POST and iframe tiles
2011-10-19 23:19:29 +02:00
Éric Lemoine
a37202ac09
remove BackBufferable.js from the js files list in OpenLayers.js
2011-10-19 23:15:17 +02:00
Tim Schaub
3e9015879c
Correcting typos in comments, no functional change ( closes #15 ).
2011-10-19 15:05:19 -06:00
Éric Lemoine
f9ae12f227
minor refactoring in Layer.Grid - add a removeBackBuffer function
2011-10-19 20:42:34 +02:00
Éric Lemoine
b39f4fde1c
remove Tile.Image:insertBackBuffer and add API docs for Tile.Image:cloneMarkup
2011-10-18 08:25:46 +02:00
Éric Lemoine
0971124669
Tile.Image inherits from Tile
2011-10-18 08:25:02 +02:00
Éric Lemoine
1bffc4fe28
Tile/Image.js does not require Tile/BackBufferable.js
2011-10-18 08:24:32 +02:00
Éric Lemoine
475f96db96
back buffer is not correctly repositioned
2011-10-18 08:11:43 +02:00
fredj
6c0f11da67
remove unneeded activate and deactivate functions
2011-10-17 15:00:16 +02:00
Éric Lemoine
5ae65d413a
the layer may not be in the map anymore when a tile is received
2011-10-16 22:40:11 +02:00
Éric Lemoine
2dbbef8c6f
ok, remove Tile.BackBufferable
2011-10-16 22:32:57 +02:00
Éric Lemoine
bea037679f
better back buffer code, and support for singleTile
2011-10-16 22:31:37 +02:00
Éric Lemoine
8ca9f22cf5
Merge branch 'master' into bigbackbuffer
2011-10-16 15:55:13 +02:00
Éric Lemoine
93ed63e23d
a better tile for the OSM example page, no functional change
2011-10-16 15:51:10 +02:00
Éric Lemoine
1d7c74cff9
remove unused local variable in BackBufferable:draw, no functional change
2011-10-16 15:50:16 +02:00
Éric Lemoine
69d3c76254
a "big back buffer" attempt
2011-10-15 23:48:13 +02:00
ahocevar
469350176f
Merge pull request #11 from ahocevar/3526
...
Dateline handling improvements for vector layers. Thanks @tschaub for the great collaboration on this. r=tschaub (closes #3526 )
2011-10-12 23:06:47 -07:00
ahocevar
740e3c4d28
Defaults for featureDx and xOffset.
...
This is mostly done to make SVG and VML tests pass again, but it may also help existing applications that override setExtent or drawFeature without calling the superclass methods properly.
2011-10-12 08:25:20 +02:00
Tim Schaub
6af8178452
Enforcing existing zoomToExtent behavior.
...
The Map.html and WrapDateLine.html tests that check zoomToExtent were failing with the changes to this method. These test changes make the expectations more explicit. It is inconsistent to call wrapDateLine only in zoomToExtent, but this is the minimum change to get the tests passing again. It would be more consistent to call wrapDateLine in the setCenter sequence.
2011-10-11 21:14:07 -06:00
Tim Schaub
ea8404c3bd
Fixing up the WFS tile (ack) tests.
2011-10-11 19:56:42 -06:00
tschaub
8a3498bd0f
Setup and teardown for WFS tile tests. Still need work.
2011-10-11 15:26:51 -06:00
tschaub
b4de402774
Properly set up and tear down for tests.
2011-10-11 15:22:50 -06:00
tschaub
d65fde60e2
Avoid test failures due to partial mocking.
...
Add setup and teardown methods to properly set up test context.
2011-10-11 15:11:03 -06:00
tschaub
cb74ede41b
Handle features without bounds.
...
Updates to tests to work with new wrap dateline code. Canvas renderer needs to handle geometries without bounds as well.
2011-10-11 14:48:10 -06:00
tschaub
c2bf717e5c
Merge branch 'master' of github.com:openlayers/openlayers into 3526
2011-10-11 09:42:49 -06:00
tschaub
fc5a0121e6
The getFeatureFromEvent method now throws (see #7 ).
2011-10-11 09:36:43 -06:00
tschaub
c6e66a3c5c
The getFeatureFromEvent now throws.
...
An error is thrown if getFeatureFromEvent is called on a destroyed layer (see #7 ).
2011-10-11 09:34:38 -06:00
fredj
b1ee9d1f95
fix APIProperty formating, thanks Denis Rykov
2011-10-10 16:26:23 +02:00
Bart van den Eijnden
64f111a308
add infoFormats to WMSCapabilities Format, r=ahocevar ( closes #3539 )
2011-10-10 08:24:24 +02:00
Marc Jansen
760d5a584c
Reverse QUERY_LAYERS order in GetFeatureInfo requests. r=bartvde ( closes #3253 )
2011-10-09 15:53:12 +02:00
Éric Lemoine
c4c4f97334
Merge pull request #10 from elemoine/3061
...
IE<7 needs a reflow when the tiles are loaded
2011-10-09 01:31:21 -07:00
ahocevar
9670b140cb
Tests for calculateFeatureDx
2011-10-09 10:10:21 +02:00
ahocevar
8c43c4537c
Merge branch 'master' into 3526
2011-10-09 09:54:45 +02:00
ahocevar
b56af5a5cf
Tests for setExtent; improved comments.
2011-10-08 14:34:59 -04:00
ahocevar
281ae3dfe7
new calculateFeatureDx method which is used by both Canvas and Elements renderers.
2011-10-08 12:26:19 -04:00
ahocevar
f2fcb5a95c
Canvas renderer needs to return false from setExtent
2011-10-08 12:21:51 -04:00
ahocevar
bb80c893fd
Documenting the featureDx, xOffset and rightOfDateLine member variables.
2011-10-08 12:03:16 -04:00
ahocevar
2cfe6f83c2
Cross-dateline rendering fixed for SVG and added for VML renderer.
2011-10-08 11:33:35 -04:00
Éric Lemoine
89388880b7
do not return too early from onImageLoad
2011-10-08 00:22:22 +02:00
Éric Lemoine
1ee40cec02
IE<7 needs a reflow when the tiles are loaded
2011-10-08 00:06:28 +02:00
Éric Lemoine
2c93a90c9b
Merge pull request #5 from elemoine/clientzoom
...
add continuous zooming support for tiled layers
2011-10-07 13:30:50 -07:00
Éric Lemoine
8786504c9f
Merge pull request #8 from fredj/unneeded-cast
...
remove unneeded cast to float
2011-10-07 13:27:40 -07:00
Tim Schaub
4ad80fc6c0
Merge pull request #9 from tschaub/date
...
Making date parsing a bit more lenient (r=ahocevar closes #3542 ).
2011-10-07 08:29:13 -07:00
Tim Schaub
6eebcc5be0
Making date parsing a bit more lenient.
...
RFC 3339 doesn't say what timezone to assume for date strings without time. Some servers append "Z" to dates (e.g. "2001-02-03Z") and some clients accept this (e.g. Chrome). The OpenLayers date parser now accepts dates without times and with "Z" at the end.
2011-10-07 10:50:56 -04:00
Éric Lemoine
d8283ba602
better text for the clientzoom example
2011-10-07 13:57:24 +02:00
Éric Lemoine
fed387804e
base-10 parseInt
2011-10-07 13:43:55 +02:00
Éric Lemoine
85d3e8d5e9
Merge branch 'master' into clientzoom
2011-10-07 13:36:58 +02:00
fredj
ef1feac748
remove unneeded parseFloat when building Bounds
2011-10-07 09:09:26 +02:00
ahocevar
627f32ff39
Merge branch 'master' into 3526
2011-10-06 18:21:05 -04:00
ahocevar
0afb5207e2
Allow filters in WFST for multiple geometry columns. r=bartvde ( closes #3370 )
2011-10-06 18:02:27 -04:00
Frederic Junod
6026f60276
remove unneeded parseFloat when building Bounds
2011-10-06 14:37:12 +02:00
Frederic Junod
54e5db90ae
remove unneeded parseFloat when building Geometry.Point
2011-10-06 14:32:38 +02:00
Frédéric Junod
00e2e1bd59
Merge pull request #7 from fredj/3320
...
Replace OpenLayers.Console.error with exceptions. r=elemoine,bbinet (closes #3320 )
2011-10-06 02:03:48 -07:00
ahocevar
91cd42bfe6
Removing unused image load error handling code. r=fredj ( closes #3420 )
2011-10-05 14:51:22 -04:00
aabt
4c610135fd
Merge pull request #6 from fredj/master
...
group identical css rules
2011-10-04 02:46:33 -07:00
fredj
dcd6b20070
group identical css rules. No functional change
2011-10-04 11:41:39 +02:00
ahocevar
de8425db17
world shifting for renderers
2011-10-02 15:40:44 -06:00
ahocevar
868757501f
deal with the dateline in the SVG renderer. Not yet fully functional.
2011-10-02 15:40:13 -06:00
Éric Lemoine
ded64c00d4
apply patch-3531-A0.diff from trac ticket #3531
2011-10-01 21:41:35 +02:00
ahocevar
49e4547865
Merge branch '3526' of https://github.com/tschaub/openlayers into 3526
2011-09-30 17:31:45 -06:00
ahocevar
b782df0849
Merge branch 'master' into 3526
2011-09-30 17:31:31 -06:00
ahocevar
cce8ad4f1b
Merge pull request #4 from ahocevar/3533
...
removing unneeded code. r=tschaub (closes #3533 )
2011-09-30 16:27:42 -07:00
tschaub
38e59965f1
Quicker route to contains when wrapping.
...
Instead of moving one world at a time and testing for containment, we can jump immediately by the number of worlds we are away from the bounds.
2011-09-30 16:53:33 -06:00
ahocevar
d4fb441da8
removing unneeded code
2011-09-30 14:57:46 -06:00
tschaub
b82a24ef36
Determine how many worlds away we are instead of simply wrapping.
2011-09-30 13:22:29 -06:00
tschaub
fe08a843ee
Don't cache newRight or newLeft while changing bounds.
2011-09-30 13:20:15 -06:00
ahocevar
449042d567
making renderer configurable
2011-09-30 11:29:35 -06:00
tschaub
d8c269c891
Update example to use canvas renderer and start with some features.
2011-09-29 19:51:54 -06:00
tschaub
9ab440e615
Calculate x-offset for features outside the world bounds.
2011-09-29 19:51:20 -06:00
tschaub
f5f93ac947
Don't render if feature doesn't intersect renderer extent in a warped sense.
2011-09-29 19:50:11 -06:00
tschaub
2549935a8a
Only hide features if they don't intersect in a wrapped sense.
2011-09-29 19:48:20 -06:00
tschaub
cc81657907
Always left justify the renderer extent.
2011-09-29 19:46:53 -06:00
tschaub
5925cb12d7
Only shift extents that cross once.
2011-09-29 19:46:00 -06:00
tschaub
d291b970a4
Merge branch '3526' of https://github.com/ahocevar/openlayers into 3526
2011-09-29 18:06:38 -06:00
ahocevar
5f367cb8d9
Merge branch 'master' into 3526
2011-09-29 18:06:14 -06:00
ahocevar
9907d11c93
Merge branch '3526' of https://github.com/tschaub/openlayers into 3526
2011-09-29 17:52:35 -06:00
tschaub
cb4c9baeb0
Merge branch '3526' of https://github.com/ahocevar/openlayers into 3526
2011-09-29 17:52:17 -06:00
ahocevar
db4cbac247
Merge branch 'master' into 3526
...
Conflicts:
lib/OpenLayers/Tile.js
2011-09-29 17:51:35 -06:00
Tim Schaub
4c4692a6bd
Merge pull request #3 from tschaub/3532
...
Passing renderer options to the sketch layer (r=ahocevar, closes #3532 ).
2011-09-29 16:33:00 -07:00
tschaub
c743d3e8a5
Passing renderer options to the sketch layer.
...
The draw feature control should pass preferred render and other renderer options to the sketch handler.
2011-09-29 17:26:23 -06:00
tschaub
275b310bda
Coordinates that are easier to visualize.
2011-09-29 16:08:38 -06:00
ahocevar
085c1156c2
simplified the example a bit; improved description
2011-09-29 13:54:05 -06:00
ahocevar
2e6c9bfdc2
Remove action that is now covered by wrapDateLine.
...
With the changes in wrapDateLine, we don't have to shift the bounds here any more.
2011-09-29 13:53:32 -06:00
ahocevar
23a17fc355
use tolerance for correct tile bounds shifting
2011-09-29 13:39:16 -06:00
ahocevar
0277eb1ed3
worldBounds option for containsLonLat.
...
This is basically the same enhancement we made for intersectsBounds, and we no longer have to do dateline shifting in other components to get proper containsLonLat results.
2011-09-29 13:38:40 -06:00
ahocevar
dc6989b9f0
adding missing comma
2011-09-29 13:35:22 -06:00
ahocevar
c2582c1970
use tolerance for crosses right / force left
2011-09-29 13:35:00 -06:00
tschaub
516914c935
Push dateline wrapping to intersectsBounds method.
...
It should simplify things by pushing the dateline wrapping stuff into the intersectsBounds method.
2011-09-29 12:21:05 -06:00
ahocevar
c53374c797
always start the map extent on the right of the dateline
2011-09-29 10:03:02 -06:00
ahocevar
cca0bf5e38
Check for map first. No functional change, but fixes tests and does not hurt (see #3521 )
2011-09-28 15:07:55 -06:00
ahocevar
dd48ea3cbc
no need to load the GMaps API.
2011-09-28 14:46:00 -06:00
ahocevar
949a5db60e
Improved dateline handling for Grid layers. r=bartvde ( closes #3521 )
2011-09-28 07:43:58 -06:00
ahocevar
dfdcdb8d33
improvements suggested by bartvde
2011-09-28 07:41:00 -06:00
Bart van den Eijnden
8edb26d579
Revert "DragFeature control should trigger afterfeaturemodified, r=crschmidt ( closes #3277 )"
...
This reverts commit a46489db1a .
2011-09-28 10:31:32 +02:00
fredj
fba7cf86bf
use OpenLayers.String.contains instead of the deprecated 'contains' function. No functional change.
2011-09-28 09:35:44 +02:00
fredj
2f4e034ef2
replace VirtualEarth layers with Bing in examples. No functional change.
2011-09-28 09:17:38 +02:00
ahocevar
d48b3e7df4
deprecating OpenLayers.Layer.VirtualEarth. No functional change.
2011-09-27 16:25:41 -06:00
ahocevar
99d012f321
only change bounds when wrapDateLine is true; remove unused variable
2011-09-27 07:38:22 -06:00
ahocevar
61a3c2a072
only change bounds when wrapDateLine is true; remove unused variable
2011-09-27 07:37:08 -06:00
ahocevar
6925ac0ab1
use OSM as base layer
2011-09-26 11:24:31 -06:00
fredj
7b410915a0
Merge remote branch 'upstream/master' into 3320
2011-09-23 15:47:49 +02:00
Bart van den Eijnden
6936acd7c7
ArgParser does not deal well with fractionalZoom, r=fredj ( closes #3515 )
2011-09-23 15:36:18 +02:00
Bart van den Eijnden
a46489db1a
DragFeature control should trigger afterfeaturemodified, r=crschmidt ( closes #3277 )
2011-09-23 14:47:07 +02:00
Bart van den Eijnden
807b0eabaa
cannot draw a label with value 0, r=fredj ( closes #3258 )
2011-09-23 14:44:23 +02:00
Marc Jansen
8bcbb069b5
Remove global variable 'headerKey', no functional change.
2011-09-22 04:52:35 +02:00
Marc Jansen
6b30856a07
Give our requests the popular but non-standard X-Requested-With
...
header (r=crschmidt, closes #3491 ).
2011-09-22 02:57:39 +02:00
crschmidt
81cfbe2f80
Merge pull request #1 from crschmidt/closurews
...
Modify build script to support minimizing with jsmin before passing to closure web service (Closes #3422 )
2011-09-20 20:15:27 -07:00
Xavier Mamano
4447d3c8db
Modify build script to support minimizing with jsmin before passing to closure
...
webservice for closure_ws. (Closes #3422 )
2011-09-20 23:13:57 -04:00
fredj
6e9a3e4c13
don't translate error message and replace console log with exception
2011-09-20 15:21:16 +02:00
Marc Jansen
91f610f19c
revert my commit rights test (dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf)
2011-09-20 05:50:45 +02:00
Christopher Schmidt
b375c7c473
I *think* we need a rebase in here to stop the silly merge comments.
2011-09-19 21:34:48 -04:00
Christopher Schmidt
59ed969265
Merge branch 'master' of github.com:openlayers/openlayers
2011-09-19 21:33:16 -04:00
Christopher Schmidt
4153162ca7
Merge branch 'master' of github.com:openlayers/openlayers
2011-09-19 21:32:51 -04:00
Christopher Schmidt
9fc1cfc30f
Document why this hack is only applied in a limited set of situations;
...
(Closes #3478 )
2011-09-19 21:32:22 -04:00
Example User
f5305679ef
Merge branch 'master' of github.com:openlayers/openlayers
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12401 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-20 01:19:54 +00:00
Example User
b2ea600466
testing commit rights
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12400 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-20 01:10:14 +00:00
Bart van den Eijnden
720184e9cd
add missing requires, non-functional change
2011-09-19 17:41:24 +02:00
Marc Jansen
fef5f899f4
testing commit rights
2011-09-18 18:11:56 +03:00
Example User
290b6c886d
Update script
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12399 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 23:04:32 +00:00
Christopher Schmidt
4622f3221d
Update script
2011-09-17 17:03:46 -06:00
Frédéric Junod
aec956aa79
use olImageLoadError class to hide unavailable img. non functional changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12389 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 19:49:11 +00:00
Frédéric Junod
9264d57a3c
remove unneeded destroy and initialize function. r=erilem ( closes #3341 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 19:20:40 +00:00
Frédéric Junod
501b42228a
remove event type list from Events (lazy listener initialization) p=tschaub,me r=erilem ( closes #2555 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12384 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 19:09:40 +00:00
Frédéric Junod
67a5743d91
remove unneeded requires from OpenLayers/Protocol/HTTP.js r=erilem ( closes #3469 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 18:41:53 +00:00
Éric Lemoine
771e69da61
add a git_to_svn.sh script
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12380 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 18:01:29 +00:00
Marc Jansen
57c16b7345
Various enhancements to the testsuite:
...
- split resources of the suite (CSS, HTML, !JavaScript)
- dedicated files for our changes to the suite
- CSS enhancements (e.g. hover colors)
- a simple quicksearch/filter for the list of testfiles (Only for browsers that support querySelectorAll)
- links to the testfiles to easily bypass browser cache
- running time info panel
- detailed total number of testcases that failed/were ok
Non-functional change (closes #3507 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12378 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-17 17:36:14 +00:00
crschmidt
6cf0dbfc13
Making this box have size... which it doesn't for some reason. weird.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12372 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-15 20:18:33 +00:00
Tim Schaub
b08b956894
Enabling kinetic dragging on the mobile draw example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12371 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-15 15:40:50 +00:00
pgiraud
f50d1c85d8
Adding support for write in the GPX format, r=marcjansen, ( Closes #3495 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12370 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-15 12:27:56 +00:00
ahocevar
2a65d77108
no layer switcher needed for the test
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12369 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 19:44:29 +00:00
ahocevar
aefb89be8b
new manual test to see the unexpected tilt on google layers
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12368 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 19:39:21 +00:00
ahocevar
85025c5c46
better description
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12367 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 18:54:02 +00:00
ahocevar
6c01581c53
better title and description
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12366 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 18:47:24 +00:00
ahocevar
3787396575
new manual test that shows that Google layer and overlays are not in sync
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12365 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 18:42:14 +00:00
ahocevar
e8d3108f1e
allow renderer switching
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12364 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-14 18:17:49 +00:00
ahocevar
8bf0d74291
reverting accidently committed changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12358 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-12 04:31:16 +00:00
ahocevar
22bd5fa546
also consider the resolutions array if no zoomOffset is provided. r=bartvde ( closes #3485 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12357 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-12 04:26:32 +00:00
ahocevar
98be6e313b
Making sketch handlers work over the dateline by using layer.getLonLatFromViewPortPx instead of map.getLonLatFromPixel. Thanks bartvde for the unit and acceptance tests. r=bartvde ( closes #2787 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12346 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-08 17:53:44 +00:00
bartvde
21423cefe2
fix up tests in IE because of invalid XML fragments in WMS Capabilities 1.1.1 testcase ( closes #3449 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12343 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-08 06:24:12 +00:00
Marc Jansen
a8e99486b8
Revert my accidental commit [12335].
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12340 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-07 19:26:02 +00:00
Frédéric Junod
80f3c81f11
measure example: add renderer url param. non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12336 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-07 16:00:09 +00:00
Marc Jansen
6006a12720
- switch to 900913
...
- add google
- add osm
- fix numerous smaller bugs
- smaller refactorings
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12335 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-07 14:57:05 +00:00
Frédéric Junod
461b4e079f
change comment about buffer default value (see #3111 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12334 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-07 14:41:58 +00:00
crschmidt
735c5e2402
"Google base layer not showing when switching base layers" -- patch by
...
bartvde, r=me, (Pullup #3475 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12318 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-03 15:32:23 +00:00
Tim Schaub
663392b10e
Despite our best efforts to comply, we have been told that this layer violates the Google Maps Terms of Service. Without rendering their full map interface, they have no way of controlling the user experience, dropping in ads, and the like. ( closes #3481 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12317 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-09-01 19:07:37 +00:00
Bruno Binet
b339043a41
remove trailing space in @requires dependencies (no functionnal changes)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12291 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-31 07:31:05 +00:00
ahocevar
d75f3552cd
unregister load and error handlers after blank image is loaded. r=sbrunner,pgiraud ( closes #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12286 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-30 18:37:11 +00:00
Frédéric Junod
228fab098d
fix jsdoc tag, makes Closure Compiler happy. no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12278 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-25 08:30:11 +00:00
Frédéric Junod
497f7c9105
fixing error in comments. Non-functional change (see #3163 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12272 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-24 14:23:59 +00:00
bartvde
a32b8bab62
update test function docs to match what the test function now does, non-functional change (see #3474 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12270 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-24 06:20:45 +00:00
bartvde
50704395bb
make sure the for loop for lods is not messed up by frameworks changing the Array.prototype, p=dzwarg, r=me ( closes #3474 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12269 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-24 06:18:55 +00:00
bartvde
bb41c99524
fix closure build on Windows, p=jorix, r=me, thanks to mprins and scaddenp, I've verified that the build still works on OSX ( closes #3158 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12268 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-22 10:10:46 +00:00
Frédéric Junod
a31b8e444f
Simplify Layer.HTTPRequest initialize function. r=erilem (pullup #3470 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12267 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-22 06:56:28 +00:00
Frédéric Junod
6a66871492
fix api doc typo, no functionnal changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-18 14:16:44 +00:00
Frédéric Junod
d4a0128ba8
update the arcgiscache_jsonp example to use OpenLayers.Protocol.Script instead of the JSONP from jquery
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-18 10:15:44 +00:00
ahocevar
02553ae595
Using dereferenced variable. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-18 09:54:42 +00:00
ahocevar
c78385aa49
fixing a typo (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12258 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-18 09:41:14 +00:00
Frédéric Junod
6ba6527ef7
fix jsdoc tag, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12257 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-18 06:30:39 +00:00
bartvde
85455619ec
filter on snapping target does not work for all filter types, r=ahocevar ( closes #3468 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12255 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-17 13:47:08 +00:00
Tim Schaub
74af61d898
Updating the date tests to work against Firefox 6 (and any other implementations that throw RangeError). closes #3461
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12254 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-17 02:29:09 +00:00
Tim Schaub
c517de52f5
Making freehand drawing work on touch devices. Thanks jorix for the excellent patch. r=me ( closes #3456 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-17 02:13:06 +00:00
Tim Schaub
98eabd4d89
Adding missing requires (see #3467 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12252 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-17 01:07:59 +00:00
ahocevar
de1d2cea92
avoid empty image placeholder in webkit browsers (and maybe an extra reflow) by setting initial display to 'none' as well. I take erilem's commit comment as still valid for this follow-up commit. (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-16 18:42:58 +00:00
Tim Schaub
541b3dc7ae
Changing the named callback to avoid having the returned script call a function. This allows the protocol to be used with servers that sanitize callback identifiers for security. Great patch from vmische. r=me (closes 3417).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12250 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-15 18:27:55 +00:00
ahocevar
0ebec29df1
Fixing tests after r12247 - img.src is now only available after a delay, because it is set in the load handler after setting a blank image as src. There is no need to check for img.src in layer tests, because this is asserted by Tile.Image tests (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12249 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-15 16:30:43 +00:00
bartvde
c587865bb1
deleting a vertex does not set feature.modified, this is a regression since in OL 2.10 a WFS transaction would include all fields, but 2.11 is smarter in the sense that it filters out fields that have not changed in the Transaction XML, which in this case, i.e. deleting a vertex, results in no geometry in the WFS transaction, r=tschaub (pullup #3463 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12248 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-15 16:26:34 +00:00
ahocevar
652f2729cd
a bit more code, but this finally fixed the loading image placeholder issue in FF (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12247 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-14 15:56:33 +00:00
ahocevar
fdd5e8cb06
reverting again - this time I broke things in Opera (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12246 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-14 15:12:59 +00:00
ahocevar
eabde4f74f
Fixing the issue with loading image placeholders in FF >= 4 that was discussed during the review. I take erilem's final comment as permission to commit this without an additional review (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12245 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-14 14:33:00 +00:00
ahocevar
fd8003464e
reverting r12243, because it breaks the loadend event (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12244 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-13 09:17:24 +00:00
ahocevar
0daaa12059
using blank image to avoid the "Loading Image" frames on Firefox that were discussed during the review (see #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12243 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-13 08:15:36 +00:00
ahocevar
23c9092201
Tile.Image improvements and partial rewrite. Thanks erilem for the excellent collaboration during the review phase. p=me,erilem r=erilem ( closes #3419 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12241 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-13 00:59:01 +00:00
ahocevar
a8d3d6a5b4
opacity fixes required after reverting r12185. r=mosesonline ( closes #3441 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12240 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-12 21:17:22 +00:00
Éric Lemoine
fe5b8a7a78
a grid layer may be moved while its grid hasn't been initialized yet, r=ahocevar (references #3458 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12236 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-11 13:21:04 +00:00
Éric Lemoine
8647445636
Grid.html tests may fail because http://octo.metacarta.com/cgi-bin/mapserv does not respond, test only change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12235 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-11 11:51:57 +00:00
ahocevar
94c1c7906c
reverting r12228 and r12185 ( closes #3431 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-10 08:35:27 +00:00
ahocevar
cc5818d4c7
reverting r12185 ( closes #3431 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12230 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-10 08:29:31 +00:00
ahocevar
fecc4d81b0
reverting r12228
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12229 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-10 08:28:47 +00:00
ahocevar
b0e2a0cc56
IE8 specific fix for opacity. r=erilem ( closes #3431 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-10 08:04:53 +00:00
ahocevar
92546caa9e
making 1 the default for layer opacity. p=mosesonline,me r=me ( closes #3441 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12227 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-09 17:33:37 +00:00
crschmidt
a6b2537074
Update popup image to fix slight sizing issue (See #3413 ); thx jorix
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12219 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 13:57:44 +00:00
ahocevar
850a57182d
making reprojection work for all kinds of geometries. Thanks crschmidt for the tests. r=crschmidt ( closes #3418 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12218 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 13:51:56 +00:00
crschmidt
533f8625d9
Thanks to a patch from greid, fix case where "" is passed into getParameters,
...
which would previously have weird behavior. (Pullup #3408 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12217 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 13:43:14 +00:00
ahocevar
51efcde523
don't use null geometryName for WFS versions < 1.1. r=elemoine ( closes #3415 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12216 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 13:22:59 +00:00
Éric Lemoine
c518df57e7
make constructors created by OpenLayers.Class call the parent's initialize method rather the parent constructor, this is to accomodate usage patterns of IGN's GeoPortal API, r=ahocevar ( closes #3454 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 12:43:47 +00:00
Éric Lemoine
925e34f968
add a new Class test, to test the inheritance chain, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12214 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 12:39:39 +00:00
Frédéric Junod
bd88fec6d0
don't use the deprecated 'reproject' option. no functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12213 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 08:19:06 +00:00
Frédéric Junod
d5e1f23b82
fix jsdoc tag, makes closure compiler happy. no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12212 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 07:31:06 +00:00
Éric Lemoine
22001a4b54
add Class tests corresponding to IGN GeoPortal's usage patterns, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12211 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 04:58:05 +00:00
Éric Lemoine
d79aa2ec3b
coding style in WMSCapabilities/v1.js, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12210 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 04:50:36 +00:00
Éric Lemoine
61b291ee67
WMSCapabilities format may fail to correctly read BoundingBox of layers, r=fredj ( closes #3449 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12209 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 04:45:41 +00:00
Frédéric Junod
dd76c74bca
remove 'pagePositionFailed' from Lang/*.js ( closes #2247 ). Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12208 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-05 07:58:57 +00:00
Frédéric Junod
77445c368f
remove 'sameProjection' from Lang/*.js (not used, see r7864). Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12207 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-05 07:51:20 +00:00
Frédéric Junod
f7ccf9ef4e
mark the OpenLayers.loadURL method as deprecated (replaced by OpenLayers.Request.GET). r=erilem,rdewit,ahocevar ( closes #3443 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12206 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-03 15:55:14 +00:00
Frédéric Junod
0b8a98d9a6
handle features with null bounds in OpenLayers.Renderer.Canvas.drawFeature. p=arublev,me r=erilem ( closes #3442 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-03 15:47:06 +00:00
Frédéric Junod
d1fe8f8df4
add missing tests/BaseTypes/Date.html (yes, again) (see #3440 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12204 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-03 14:39:55 +00:00
Frédéric Junod
7d285ad244
add missing BaseTypes/Date.js (see #3440 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12203 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-03 14:35:20 +00:00
Frédéric Junod
0123b7bba2
move the OpenLayers.Date.* from BaseTypes.js to BaseTypes/Date.js. r=erilem ( closes #3440 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12202 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-03 14:32:10 +00:00
Frédéric Junod
c7eafb53b7
fixed APIdocs. Non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12201 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-29 14:00:39 +00:00
Marc Jansen
0020e79412
API documentation improvement. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12200 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-29 09:45:29 +00:00
Marc Jansen
5c603c0abb
Correct spelling in documentation. Non functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12199 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-29 09:38:02 +00:00
Marc Jansen
fde51d90a7
Correct spelling in documentation. Non functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12198 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-29 09:36:35 +00:00
Marc Jansen
aef34f2475
add method OpenLayers.LonLat.fromArray for API-consistency. r=bartvde, p=me ( closes #3443 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12197 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-29 09:24:07 +00:00
Frédéric Junod
eba3d3878c
fixed APIdocs. Non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12193 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-27 11:36:33 +00:00
Frédéric Junod
7bcf20bd33
remove global variable. Non-functional change. p=geographika ( closes #3438 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12191 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-26 09:45:58 +00:00
ahocevar
66d7e36f47
Removing unnecessary handlers introduced in r12183 ( closes #3403 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12190 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-26 07:49:00 +00:00
Frédéric Junod
3c076b564b
remove unused OpenLayers.Util.getTagText, OpenLayers.Util.getNodes and OpenLayers.Util._getNodes functions. r=bartvde, p=me ( closes #3437 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12189 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 15:05:50 +00:00
bartvde
8abdd4f016
modified checks for Format.WFST should use not equal to undefined instead of truthy to deal properly with initial null values, r=ahocevar ( closes #3436 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12188 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 14:01:00 +00:00
bartvde
110acd3f84
getDataExtent should return null when there are no features with a geometry, r=ahocevar ( closes #3435 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12187 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 13:13:46 +00:00
Frédéric Junod
a6e913d5fb
fix typo in build.py. p=jorix, r=me ( closes #3423 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12186 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 12:22:54 +00:00
ahocevar
fe720b259e
Set opacity on layer div, not on tiles and markers. r=fredj ( closes #3431 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12185 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 11:42:43 +00:00
ahocevar
c3850a9fb9
fixing map height in sundials examples
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12184 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 08:52:15 +00:00
ahocevar
e1c08446cb
Popups can now be cloused on touch devices. p=jorix ( closes #3403 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-25 08:46:04 +00:00
Marc Jansen
6d968d648d
Correct message of unit test. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12182 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-23 21:24:31 +00:00
ahocevar
912c1d5c1b
click handling in the DragFeature control only for touch devices. p=jorix, r=me ( closes #3428 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-23 20:12:02 +00:00
ahocevar
4caaebf5bc
Simplified the sld example
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12173 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-19 10:09:58 +00:00
ahocevar
e6a40e1334
fixing dateline handling of Util.getFormattedLonLat. p=cayenne, r=me ( closes #3411 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12172 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-18 12:58:43 +00:00
ahocevar
46a10135d9
reassign writers instead of creating a different geometry instance. r=bartvde ( closes #3407 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12171 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-15 14:07:39 +00:00
bartvde
6714640844
add support for handle attribute in Format.WFST, r=ahocevar ( closes #3412 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12170 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-15 09:44:08 +00:00
Tim Schaub
4b2f6ea105
Adding 'active' as an API property.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12169 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-14 18:36:48 +00:00
ahocevar
b5ba9db904
giving the WFST format a multi option, which makes sure that Multi geometries are written in transactions. r=bartvde ( closes #3407 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12168 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-13 13:48:31 +00:00
Tim Schaub
c0326c66bd
Example demonstrating scale dependent labeling.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12167 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-12 16:48:39 +00:00
ahocevar
54726888f0
a nicer fix for android
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12166 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-12 15:48:24 +00:00
ahocevar
a5aba4d4de
making the former fix also work in android
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12165 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-12 15:38:46 +00:00
ahocevar
93bf0683c4
fixing the example so it also works with later versions of jquery mobile
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12164 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-12 15:21:14 +00:00
ahocevar
6ef5e395d1
don't waste coordinate space by using a smaller renderer extent and updating it on moveend. r=bartvde ( closes #3359 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12163 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-11 17:07:15 +00:00
bartvde
fdd7843a6a
WKT parser should still support the old signature of multipoints without separating parens, thanks to ronan for the patch, p=ronan,r=me (pullup #2670 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12160 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-07 16:41:02 +00:00
ahocevar
2809bc30b5
adjusting dx and dy instad of not moving the map at all when we reach the restrictedExtent. p=me,elemoine, r=elemoine ( closes #3388 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12158 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-06 07:22:31 +00:00
bartvde
3bdf6ba93e
add missing requires
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-05 16:26:40 +00:00
bartvde
095e2ef233
fix circular dependency, thanks erilem for the report, r=erilem (references #2954 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12156 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-05 12:53:10 +00:00
bartvde
c59e225d8f
implement versioned format base class, r=ahocevar ( closes #2954 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12155 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-05 09:42:34 +00:00
Marc Jansen
3b70536695
Give OpenLayers.Map a preremovelayer-event. Thanks to mosesonline for the patch. p=mosesonline, r=me ( fixes #3306 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12154 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-05 07:48:28 +00:00
Éric Lemoine
19756915d3
Handler.Point has no "drawing" property anymore, trivial change (references #3316 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12153 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-04 20:48:12 +00:00
ahocevar
71a4fdff9b
don't use Firebug Lite, as it seems to cause issues in IE9. Thanks jorix for the hint ( closes #3374 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12152 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-04 20:37:54 +00:00
Éric Lemoine
89957b8399
the map isn't correctly positioned when dragging with singleTile true, r=bartvde,ahocevar (references #3361 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-04 20:34:47 +00:00
ahocevar
440628e58d
nullify the modified object. r=bartvde (see #3400 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12150 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-04 10:18:22 +00:00
ahocevar
2293987d57
adding a feature.modified property, making the ModifyFeature control set it and the WFST format check for it so only modified attributes and a modified geometry need to be included in an Update transaction. r=bartvde ( closes #3400 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12149 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-04 08:37:55 +00:00
ahocevar
3f2bd6ddc2
using correct units for the map style
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12148 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-03 09:20:47 +00:00
ahocevar
28947e1411
fixing error in comments. Non-functional change ( closes #3387 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12147 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-07-03 07:33:24 +00:00
ahocevar
e4d5fb09f9
return value for style numbers is different in IE than in other browsers, so using parseInt
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12146 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 15:15:28 +00:00
ahocevar
7c01aefba0
some NaturalDocs formatting tweaks
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 14:55:28 +00:00
ahocevar
92f34a3e83
better documentation for Layer.WMS
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12144 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 14:51:25 +00:00
bartvde
4d761609b5
WPSExecute tests are failing in IE8, the other issue was xsi:schemaLocation values in some of the XML snippets containing a TAB, non-functional change ( closes #3393 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 07:45:55 +00:00
bartvde
7ee7c365c6
remove trailing comma in tests, see #3393 non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 07:40:55 +00:00
bartvde
5490d6781d
fix up SLD tests which broke after r12129, change is similar to that done by ahocevar in tests/Protocol/WFS.html
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12141 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 07:17:29 +00:00
Tim Schaub
c48f2d1ca3
WFS protocol example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12140 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:55:56 +00:00
Tim Schaub
652fb3930e
Consistent naming in doc menus.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12139 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:44:44 +00:00
Tim Schaub
3485c43844
I don't think the addTile method was intentionally set as an API method. Please revert if this was intentional.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12138 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:40:18 +00:00
Tim Schaub
5b19e3a00d
Doc menu wrangling. Version upgrade for NaturalDocs.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12137 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:34:00 +00:00
Tim Schaub
b327ede5c6
Correct formatting issues with map example (doc change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12136 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:31:41 +00:00
Tim Schaub
e8fa5bd719
Playing along with the class game (for docs' sake).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12135 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:22:39 +00:00
Tim Schaub
366fd75d97
Syntax highlighting with (code)blocks(end).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12134 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:18:00 +00:00
Tim Schaub
bf42fd5f90
Redundant namespaces (doc change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12133 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-30 05:15:02 +00:00
Tim Schaub
ffbb3a942a
Clarifying that it is the bottom-left corner of the map.maxExtent property that determines the tileOrigin if not explicitly provided.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-29 23:30:24 +00:00
Tim Schaub
46899f8ba3
Updating the TMS API docs.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12131 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-29 22:56:58 +00:00
ahocevar
eb7cc04254
making Protocol.WFS work with just featureType and featurePrefix configured. r=bartvde ( closes #3368 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-29 09:53:37 +00:00
ahocevar
058008864e
fixing @requires dependencies
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12128 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-27 18:12:24 +00:00
Tim Schaub
0b26fa9a5e
Making it so dictionary keys are the English values for strings displayed in the UI.
...
By making dictionary keys be sensible strings, we make it so the i18n function returns something legible when there are no dictionaries included in a build. This means that strings from the Graticule, Permalink, LayerSwitcher, and Scale controls will be displayed in English without having to include the English dictionary (as is the case in our full build).
Note that if you use the OpenLayers.i18n method in your applications, five of the dictionary keys have changed. Use the following replacements:
* "permalink" -> "Permalink"
* "overlays" -> "Overlays"
* "baseLayer" -> "Base Layer"
* "scale" -> "Scale = 1 : ${scaleDenom}"
* "graticule" -> "Graticule"
r=ahocevar (closes #3364 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12127 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-24 20:12:12 +00:00
bartvde
d7d90b20e3
BBOX Strategy is active for an inactive vector layer, r=pgiraud (pullup #3383 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12126 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-24 18:21:49 +00:00
bartvde
d1009b92ad
add Format for writing out Web Coverage Service (WCS) requests, r=ahocevar ( closes #3375 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12125 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-22 15:20:01 +00:00
bartvde
1aa76f6de6
add formats for WPS GetCapabilities, WPS DescribeProcess and WPS Execute, thanks ahocevar for the great rework on the patch, r=ahocevar, see #3307 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12124 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-22 09:54:35 +00:00
bartvde
39d9715853
add support for wfs:Native, r=tschaub ( closes #3349 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12123 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-22 07:14:15 +00:00
Tim Schaub
1951eb3815
Clarifying that the TouchNavigation control can be used without a standard Navigation control ( closes #3350 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12122 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-22 06:30:45 +00:00
ahocevar
336f82b771
don't fire changelayer events without a property, and do a more solid changelayer event check before changing the layer zIndex. r=tschaub ( closes #3377 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12121 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-22 06:04:10 +00:00
ahocevar
9b1aca53fa
Using the correct superclass. Thanks jorix for investigating and fixing this. p=jorix ( closes #3373 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12120 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 20:53:53 +00:00
Tim Schaub
1fb626bc8d
The bounds.scale method should be part of the API.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12119 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 16:50:50 +00:00
ahocevar
f0cfcd12d4
fixing indentation
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12118 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 14:45:16 +00:00
pgiraud
0bfb6f53bf
geolocation example : don't zoom to and pulsate circle more than once when watching position (ie. listening for locationupdated event), no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 12:47:57 +00:00
ahocevar
5cf73e76fe
don't show old backbuffer tiles after loading. p=h0nIg, r=me (see #3376 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12116 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 10:28:27 +00:00
ahocevar
a863d9f572
starting with long url overlay in IFrame mode (see #3376 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12115 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 10:05:44 +00:00
ahocevar
75be4beadc
adding a singleTile overlay (see #3376 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12114 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-21 09:58:04 +00:00
ahocevar
c75523f432
calling the method on the superclass only with the advertised arguments. Thanks bartvde for catching this (see #3367 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12111 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-20 11:08:18 +00:00
ahocevar
30fc6ecd52
auto-configure featureType and featureNS. p=bartvde ( closes #3367 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12110 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-20 10:59:28 +00:00
Éric Lemoine
18ad6643b6
GeoJSON strings should not include internal feature ids, r=bbinet ( closes #3313 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12109 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-20 07:47:52 +00:00
ahocevar
2aab742ced
adding getXMLDoc method that allows creating XML documents with non-HTML compliant nodes (e.g. createCDATASection). r=bartvde ( closes #3366 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12108 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-18 19:33:29 +00:00
ahocevar
7d477fb8af
removing the restrictedMinZoom property, and allow for restricting zoom levels with maxResolution and numZoomLevels. Thanks tschaub for the doc, test and examples improvements. r=tschaub (see #3338 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12107 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-18 19:27:27 +00:00
ahocevar
a9d3b8b72e
removing the restrictedMinZoom property, and allow for restricting zoom levels with maxResolution and numZoomLevels. Thanks tschaub for the doc, test and examples improvements. r=tschaub (see #3338 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12106 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-18 19:25:46 +00:00
ahocevar
6248cdc94d
fixing getOLZoomFromMapObjectZoom so it also works when the layer is not the baseLayer. r=bartvde,tschaub (see #3342 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-18 19:11:54 +00:00
Tim Schaub
1ccf325285
Fix example to work where there is a metaKey but ctrl is used for undo/redo.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12104 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-17 21:10:15 +00:00
Tim Schaub
2cf3f62d1b
Methods for programmatically manipulating sketches while digitizing features. r=bartvde ( closes #3343 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12103 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-17 18:59:16 +00:00
Tim Schaub
abdb336354
Adding layer for generating dynamic point grids. r=bartvde ( closes #3344 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12099 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-17 18:18:40 +00:00
Tim Schaub
6e3879f5b6
Enhance WKT parser to parse multi-line strings. r=erilem ( closes #3365 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12098 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-17 17:12:01 +00:00
Tim Schaub
fe4da360ce
Demonstrate that instanceof doesn't work for arrays created in another frame.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12097 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-17 13:16:53 +00:00
Tim Schaub
995d612caa
More robust array type check. p=mwootendev, r=me ( closes #2959 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12095 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-16 19:16:25 +00:00
Tim Schaub
54cccc0783
Proxy chasing.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12088 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 21:15:59 +00:00
Tim Schaub
a5f0b300f8
Adding example demonstrating the use of a spatial filter with the WFS protocol.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12087 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 20:55:08 +00:00
bartvde
cbac5db29a
fix typo in comment, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12086 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 11:19:45 +00:00
ahocevar
dd5fa7eaab
adding a comment to explain r12084 (see #2234 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12085 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 10:59:08 +00:00
bartvde
58279bfb71
fix up WFSCapabilities tests, thanks pgiraud for the report ( closes #2234 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12084 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 07:48:06 +00:00
pgiraud
3d27981146
Persisted features not correctly removed in Handler.Path and freehand mode, p=jorix,me, r=erilem
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12083 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-15 07:21:18 +00:00
Marc Jansen
e8960054a9
Correct the contents of the <meta name="viewport"> attribute content. (p=me,fredj; r=fredj,aabt; fixes #3335 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12082 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-14 06:46:13 +00:00
bartvde
4d0f73e538
better error handling for the WFS Protocol, note this is currently only done for WFS 1.1.0 and not for WFS 1.0.0, thanks tschaub for the reviews this week, r=tschaub ( closes #3354 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12080 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-10 17:12:22 +00:00
Tim Schaub
f9c0a1d302
Requires fix.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12079 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-10 16:32:58 +00:00
Tim Schaub
9ae8eff1fc
Requires fix.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12078 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-10 16:32:45 +00:00
ahocevar
09d45b925b
adding missing @requires
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12077 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-10 03:25:33 +00:00
bartvde
2b04fd6c34
adding a format to parsing OGC service exceptions (WMS 1.1 WMS 1.3 WFS 1.0 and OWSCommon 1.0 and 1.1) and hooking it up into the GetCapabilities parsers, r=tschaub ( closes #2234 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12074 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-08 14:39:12 +00:00
crschmidt
9d5ab38fc0
Get rid of unneeded alert = print. If your app needs alert messages, deal with
...
them in your app. (No functional change; makes OpenLayers functional without
jsdom in node.js.)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12071 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-08 03:05:02 +00:00
ahocevar
576b210657
making attribution as Terms of Service compliant as we possibly can. p=bartvde ( closes #3330 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12070 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-07 23:49:35 +00:00
ahocevar
f27073e6d3
fixing href regression introduced with r11978. r=bartvde (see #3351 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12064 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-07 20:44:06 +00:00
ahocevar
e4b9ba187a
adding missing requires
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12059 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-07 18:14:59 +00:00
ahocevar
15aab9cbe5
fixing a typo
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12052 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 14:01:54 +00:00
bartvde
ca70bcf928
Box Handler missing start callback, r=pgiraud ( closes #3324 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12051 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 11:43:50 +00:00
Frédéric Junod
dfa86d3c20
remove unneeded destroy and initialize function. r=ahocevar (pullup #3341 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12050 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 11:02:11 +00:00
Éric Lemoine
d62bacfed3
fix GeoRSS test_leading_space test in IE (References #2780 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12049 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 08:07:57 +00:00
pgiraud
64dfd49333
Setting the language 'en' to avoid problems with i18n in LayerSwitcher's tests, ( Closes #3345 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12048 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 07:21:04 +00:00
Éric Lemoine
3ed7d8d1de
removing a change in the measure.html example committed by error in [12046], no functional change (References #3327 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12047 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 07:18:49 +00:00
Éric Lemoine
9b361ef35d
make the drawing handlers create the sketch feature at an appropriate time, when we can actually derive geographic coordinates from a pixel, r=ahocevar (References #3327 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12046 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 07:12:52 +00:00
Éric Lemoine
9dcdbac238
better help message for the --compressor option of build.py, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12045 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-06 06:47:46 +00:00
Tim Schaub
7df5e92355
Correcting docs for TMS tileOrigin.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12039 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-03 21:46:44 +00:00
ahocevar
e7d18b972b
adding options so we don't use a null api key
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12038 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-03 15:10:18 +00:00
ahocevar
71c12ccb78
appending event pane to the eventsDiv instead of the viewPortDiv. r=fredj (see #3339 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-03 11:28:49 +00:00
Frédéric Junod
5d8468cf0a
ElementsIndexer: call clear in initialize. Non functional change. r=ahocevar ( closes #3340 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12036 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-06-03 07:27:42 +00:00
ahocevar
15be7ff39b
use HTML5 in all examples, and some minor example improvements (pullup #3333 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12032 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-31 15:00:51 +00:00
Éric Lemoine
7a51a782bc
sensible defaut for dragpan interval, r=crschmidt ( #3317 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-30 12:55:16 +00:00
ahocevar
d6698e3771
fixing a typo
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12030 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-28 15:52:37 +00:00
ahocevar
090c8bc63a
nicer attribution style
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12022 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-28 09:13:20 +00:00
ahocevar
a794eec5cf
nicer attribution style
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12021 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-28 09:05:15 +00:00
Éric Lemoine
d0d0fd9295
XYZ.js trips-up JavaScript minify tools, no functional change ( #3314 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12016 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-26 14:31:14 +00:00
ahocevar
275889aa1a
New GoogleNG layer using tiles from the v3 API's mapType::getTile method. r=bartvde ( closes #3312 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12000 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 21:42:09 +00:00
ahocevar
0c943fb5e0
adding note about attribution
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11999 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 21:27:54 +00:00
crschmidt
5f69105e08
Updated tools for releasing.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11998 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 15:45:07 +00:00
crschmidt
7adbed5dc8
Remove out of date and unused news.txt.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11994 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 13:47:21 +00:00
ahocevar
9f4c47a282
now using v3.5 of the GMaps API
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11986 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-22 14:00:48 +00:00
Marc Jansen
98f52eadde
Adding various trunk commiters to the authors list. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11985 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-20 20:16:01 +00:00
ahocevar
81d6051752
making TRANSPARENT param values all UPPERCASE to conform to the WMS spec. r=bartvde ( closes #3304 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11984 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-20 11:24:19 +00:00
Marc Jansen
feed7f2ed3
corrected a typo that went in with [11978], see ticket #3302
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11979 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-20 09:52:53 +00:00
ahocevar
6721110f49
returning Get and Post OnlineResources separately, in addition to the existing href, which is now for get. p=jachym, r=me ( closes #3302 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11978 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-19 14:45:08 +00:00
Antoine Abt
6ce9feed03
round coordinates of externalGraphic in Canvas renderer, prevent Gecko to blur images p=pgira,me r=ahocevar ( closes #3305 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11977 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-19 14:02:44 +00:00
ahocevar
397a844f87
removing alert
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-19 12:21:26 +00:00
Tim Schaub
b6b11f560a
Switching to the 2-clause BSD license - aka the FreeBSD license.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11971 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-17 15:29:44 +00:00
Éric Lemoine
d45edfb2c0
Allow to pan the map while drawing in some examples, p=jorix, r=me ( closes #3271 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11969 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-16 07:12:03 +00:00
Éric Lemoine
c82704905d
fix Layer/Vector.html tests in FF4 ( closes #3298 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11968 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-13 22:03:55 +00:00
Éric Lemoine
fedcad3cb4
fix Util tests in FF4 ( closes #3300 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11967 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-13 21:49:34 +00:00
ahocevar
21daa083e9
fixing APIdoc typos
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11966 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-11 08:02:20 +00:00
Éric Lemoine
0d45c5f148
allow toggling TYPE_TOOL controls in panels, p=jorix, r=me ( closes #3294 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11965 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-10 07:13:22 +00:00
Éric Lemoine
e1be8e9dfb
the default controls of the editing and navigation toolbars are not activated, p=jorix, r=me ( closes #3268 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11964 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-10 07:09:17 +00:00
Éric Lemoine
fef7e4febf
fix regression where drawing accurately is not possible anymore, r=jorix,bbinet ( closes #3272 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11962 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 09:34:19 +00:00
Éric Lemoine
e87e1c0c57
make the Navigation control support pinch-zoom, r=bbinet ( closes #3273 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11961 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 08:28:35 +00:00
bartvde
00cfa5de55
add Lithuanian L10N file provided by monas ( closes #3263 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11960 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 08:07:52 +00:00
Éric Lemoine
b61e29d920
CSWGetRecords format additions for parsing GeoNetwork specific fields, p=fvanderbiest, r=bartvde,me ( closes #2961 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11959 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 07:52:39 +00:00
ahocevar
5e7c501539
do not reuse event objects to avoid incorrect event types. r=bartvde ( closes #3280 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11958 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 07:36:57 +00:00
Éric Lemoine
491a5c0f62
SWGetRecords format additions for sorting, p=fvanderbiest, r=me,bartvde ( closes #2952 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11957 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-09 07:16:39 +00:00
Bruno Binet
c0112c9bc6
fix regression introduced in [11881]: redraw is needed for unrendered features to be properly cleared. r=erilem ( closes #3224 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11949 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-04 12:08:25 +00:00
Éric Lemoine
17f2843317
make it so features are not selected if there are multiple touches in the touchstart event, r=bbinet ( closes #3279 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11948 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-04 10:37:09 +00:00
Frédéric Junod
8f70a140d0
fix api doc typo, no functionnal changes.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11947 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-04 07:48:55 +00:00
Éric Lemoine
53984809ce
Handler.Feature may not trigger click when touching a feature, r=sbrunner
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11943 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-03 14:09:09 +00:00
Bruno Binet
e4d13784fa
fix api doc typo, no functionnal changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11942 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-03 10:08:42 +00:00
Frédéric Junod
afbec6829f
fix broken WMS tests. (see #3261 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11925 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-28 17:38:33 +00:00
bartvde
4e9da707a1
OWSContext/v0_3_1.html tests fail in IE8, r=erilem ( closes #3278 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11924 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-28 10:14:11 +00:00
pgiraud
55be96a9dc
Don't put the box under the cursor until the mouse moved, prevent errors with the GetFeature and click events. I also removed the no longer valid (and failing) tests. r=elemoine, ( Closes #2993 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11923 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-28 07:09:01 +00:00
Éric Lemoine
7ed03671df
point handler - remove the ununsed finishTouchGeometry function, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11913 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-27 06:17:18 +00:00
Tim Schaub
a852fc5153
The 'new OpenLayers.Map()' syntax used in this exmaple doesn't work. Correcting that, it is still unclear if the example works. I'm removing it to avoid confusion by others.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11908 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 23:04:39 +00:00
Tim Schaub
9ce31ac8ee
Giving the restricted extent some width.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11907 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:44:31 +00:00
Tim Schaub
5f125e0ac2
Pink tiles. I also don't think we want to encourage anybody to use our browser sniffer.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11906 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:15:52 +00:00
Tim Schaub
6adcf2a4df
This example is quirky (markers don't show on Google Hybrid or Yahoo layers, MultiMap isn't working) and is potentially more confusing than instructive.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:13:10 +00:00
Tim Schaub
3967bbfaa6
This example says it is deprecated (in favor of wms-long-url.html). Removing examples of deprecated code will ease the eventual deprecated code removal.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11904 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:07:17 +00:00
Tim Schaub
bef047bf31
This example doesn't appear to work. We've got other examples that demonstrate the use of the newer GML parsers.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11903 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:05:02 +00:00
Tim Schaub
190f13e884
This example doesn't work any longer. And we have others that use the WMSGetFeatureInfo control.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11902 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 22:02:48 +00:00
Tim Schaub
582b21a4b1
Use OSM tiles for the wfs-snap-split.html example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11901 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 21:59:28 +00:00
Éric Lemoine
81342b4b1f
the canvas renderer may mess up when rendering external graphics, r=erilem ( closes #3264 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11899 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 07:55:19 +00:00
Bruno Binet
2c3a9eca5e
add missing </ul> closing tag, no functionnal change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11898 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-21 07:30:30 +00:00
Bruno Binet
5476d307f8
remove duplicated css, no functionnal change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11896 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-20 13:40:54 +00:00
crschmidt
3c775ccc1a
Update the website contents.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11895 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-20 03:37:24 +00:00
Tim Schaub
7eab9597cf
No longer requesting exceptions as images by default. This makes it less likely to litter a cache with in-image exception reports. r=ahocevar,erilem,bartvde ( closes #3261 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11894 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-19 18:57:12 +00:00
Bruno Binet
a7f2311c32
remove trailing comma, no functionnal change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11893 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-19 15:47:11 +00:00
Tim Schaub
d332ac2ef6
Correcting markup in attribution template for Bing layer. p=manchito r=me ( closes #3260 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11889 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-14 15:00:12 +00:00
ahocevar
a3655cd66f
Only start dragging when we are over a feature. r=tschaub ( closes #3252 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11888 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-09 12:22:52 +00:00
Tim Schaub
32f70d06c2
Mobilize the canvas hit detection exmample.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11887 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-07 19:15:45 +00:00
Tim Schaub
13207d4ea1
Casting property values used as symbolizer labels to strings (allowing us to safely split them in the renderers). r=erilem (see #2193 , closes #3249 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11886 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-07 18:45:31 +00:00
Tim Schaub
b650d4d89e
Less mocking in the createSymbolizer tests.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11885 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-07 18:37:22 +00:00
Tim Schaub
b95e9dac11
Reworking test so failures are deterministic.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11884 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-07 18:29:18 +00:00
Éric Lemoine
64a611e861
Protocol.HTTP.read should not write params into the protocol's options object, p=etdube,me r=me ( closes #3237 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11883 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-07 06:49:38 +00:00
Tim Schaub
4f3a0f1267
Correcting a typo from 11871. Thanks jorix for the catch (see #3236 , closes #3250 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11882 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-06 22:06:31 +00:00
Tim Schaub
d711e36ed6
Making it so the Canvas renderer does not draw features with display "none" or those with geometries outside the renderer extent. p=me,ahocevar r=erilem ( closes #3224 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11881 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-06 15:35:24 +00:00
Frédéric Junod
89639a12bb
WFS protocol commit: send HTTP headers. p=arneke,me r=me ( closes #3204 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11880 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-06 06:59:05 +00:00
Éric Lemoine
79b70e6dd4
avoid defining the same variable multiple times, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11879 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 19:27:52 +00:00
bartvde
29133b05ab
add matchCase attribute for PropertyIsLike, r=tschaub ( closes #3247 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11878 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 19:23:23 +00:00
Éric Lemoine
fd145c82b1
GeoJSON format output produces invalid CRS, p=hoxworth, r=me ( closes #3022 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11876 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 07:07:01 +00:00
bartvde
f33c5ef112
WMSGetFeatureInfo control: relate features to url, thanks erilem for the extensive amount of reviews you have done for OL 2.11, r=erilem ( closes #2883 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11875 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 06:52:42 +00:00
Éric Lemoine
6e3af67dab
change Panel to avoid redrawing every control on every activate/deactivate, p=jorix, r=me ( closes #2906 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 06:35:49 +00:00
Éric Lemoine
8337674791
the editing toolbar is pushed to the right in the editingtoolbar-outside.html example in IE7 and IE8 in compatibility mode, p=jorix, r=me ( closes #2946 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11873 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-05 06:22:12 +00:00
Tim Schaub
0e27cea7f8
Things break when map maxExtent does not match the Google maxExtent and a Google layer is used as the base layer (see #3242 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11872 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 21:34:56 +00:00
Tim Schaub
7a5e837c9b
Enhancements to the WMC parser for better contact information, SRS, and style support. p=trondmm, r=me ( closes #3236 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11871 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 17:15:14 +00:00
Tim Schaub
a7d1cc9134
The tileOrigin property is not read or written in WMC docs (see #3245 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 17:11:14 +00:00
Tim Schaub
def3fbece6
Updating wmc.html example to use a currently working service.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 16:48:55 +00:00
ahocevar
5995202f3a
working around drawImage issue on Android 2.1 devices. r=erilem ( closes #3243 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11868 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 15:12:44 +00:00
bartvde
8596bbc779
getFullRequestString fails when layer has no projection, r=ahocevar ( closes #3244 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11867 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 10:25:34 +00:00
ahocevar
0527f120a8
Removing unused variables and function. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11866 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 07:58:13 +00:00
Éric Lemoine
c7a67700ce
fix an issue where the user cannot interact with the map when in the area to the left of the editing toolbar, p=jorix ( closes #3241 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11865 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 07:47:07 +00:00
pgiraud
e140a5d843
Adding wrapDateLine support for XYZ layers. The OSM layer now wraps the date line by default. p=tomh, r=me ( Closes #2246 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11864 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 07:20:48 +00:00
Éric Lemoine
035a30021d
fix test_Handler_Box_draw by using another method to check whether we can get computed dimensions of an element ( closes #3240 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11863 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-04 07:19:46 +00:00
Éric Lemoine
779732b63b
fix test_Handler_Box_draw in FF3, providing getComputedStyle with the correct number of arguments, this test still fails in IE8, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11862 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-03 19:49:01 +00:00
Éric Lemoine
adbd2405ca
mouseout callbacks should check if the mouse leaves map.eventsDiv instead of map.div or map.viewPortDiv, p=jorix, r=me ( closes #3239 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11861 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-03 12:47:14 +00:00
Tim Schaub
cf311ee532
Making the canvas renderer keep track of a pending redraw. With this change we properly redraw even if the last feature in a batch has no geometry. p=me,ahocevar r=ahocevar ( closes #3225 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11860 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-03 05:04:17 +00:00
Tim Schaub
62dd64c1c9
Simplifying hit detection for external graphics rendered with canvas. With this change, events within the graphic bounds will be considered hits (previously only events over visible pixels in the external graphic were considered hits). This simplification gets around same origin limitations. r=erilem ( closes #3238 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11859 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-03 04:58:49 +00:00
Tim Schaub
7e60535fe7
Cleaning up from the canvas tests.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11856 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-01 21:37:06 +00:00
ahocevar
536a0410ee
only add features to the unrendererdFeatures array when they were not drawn due to lack of geometry. r=erilem ( closes #3235 )"
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11853 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-01 09:26:39 +00:00
bartvde
d3a2e0c5de
add missing requires, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11852 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-04-01 09:11:11 +00:00
Tim Schaub
bb9a11a469
Making it so the canvas renderer returns true after rendering a feature. This saves an extra draw for every moveTo. p=vog,me r=me ( closes #3225 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11851 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 22:25:06 +00:00
Tim Schaub
970ff2741f
Documentation fixes from jorix (thanks). ( closes #3234 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11850 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 22:02:46 +00:00
Tim Schaub
3ef0b05949
Adding in support for hit detection with canvas (and rendering holes in polygons). r=fredj ( closes #3207 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11849 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 21:00:03 +00:00
Tim Schaub
66dabae11b
Making it so overlays at the top of the draw stack get the moveTo call first (base layer still gets the first moveTo). p=mosesonline, r=me ( closes #3230 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 16:26:42 +00:00
Stéphane Brunner
baf35aeda2
Sencha Touch SelectFeature, p=cmoulet, r=me ( closes #3229 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11847 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 14:42:44 +00:00
Éric Lemoine
fba3582b15
make the mobile-layers example rely on the OpenLayers mobile build, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 14:40:08 +00:00
Frédéric Junod
ae2f36963b
drag feature support on mobile. r=erilem ( closes #3231 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11845 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 14:34:05 +00:00
Éric Lemoine
44c675c48f
add mobile-layers example, demonstrating that data from various layer/format types can be displayed on mobile, p=cmoullet, r=me ( closes #3223 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11844 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 14:32:54 +00:00
Stéphane Brunner
0af21e8088
typo
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11842 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 12:47:41 +00:00
ahocevar
174078bca9
adding support for line breaks to SVG, SVG2 and Canvas renderers. Also adds vertical alignment support to Canvas. p=vog,fredj,me r=me ( closes #2193 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11838 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:58:28 +00:00
ahocevar
9d04541683
apidoc updates
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11837 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:53:46 +00:00
Éric Lemoine
61ed146240
when drawing make sure the point follow the cursor, even after zooming in or out, p=jorix, r=me ( closes #3195 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11836 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:35:24 +00:00
Éric Lemoine
4a6524fa85
better tests for Measure test_cancel, thanks jorix for reporting this (in #3195 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11835 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:35:15 +00:00
Éric Lemoine
aed69fe93a
Measure tests - move a comment to its proper location, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11834 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:35:08 +00:00
Frédéric Junod
7963fb6a7f
add modify feature control to mobile drawing example
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 11:28:11 +00:00
Stéphane Brunner
07f4ad8354
fix Don't let the browser to zoom or select the map on feature selection, r=erilem ( closes #3212 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11831 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 09:52:33 +00:00
Stéphane Brunner
04f2b20674
revert mistake [11829]
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11830 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 09:49:41 +00:00
Stéphane Brunner
c9d459c7fe
fix Don't let the browser to zoom or select the map on feature selection, r=erilem ( closes #3212 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11829 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 09:45:50 +00:00
ahocevar
0628c05fc3
doc fixes: Firefox instead of FireFox. p=vog ( closes #2911 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11828 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 09:06:33 +00:00
Stéphane Brunner
36face3f71
Cleanup mouse event on touch devices, r=erilem ( closes #3215 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11827 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 09:01:05 +00:00
Frédéric Junod
80ce6e6583
increase pointRadius size
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11824 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 07:59:42 +00:00
Frédéric Junod
4c0935771d
add 'renderer' url param.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11822 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-31 07:01:35 +00:00
Tim Schaub
b8ba064ede
Making it so you can remove more points from a linear ring. p=gregers, r=me ( closes #2172 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11819 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 23:54:54 +00:00
Tim Schaub
587b2320ab
Restore drag handler state in deactivate. r=erilem ( closes #3218 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11808 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 20:54:41 +00:00
Tim Schaub
a25f506f20
Restore click handler state in deactivate. r=erilem ( closes #3217 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11807 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 20:53:46 +00:00
Tim Schaub
5fc138f69b
Making it so the setFilter method on the filter strategy allows notification to listeners of feature add/remove events. p=vog,me r=me ( closes #3216 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11804 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 20:19:24 +00:00
Éric Lemoine
b14822c569
RegularPolygon handler - reverting [11770], as calling cancel from out causes issues ( #3199 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 16:47:08 +00:00
Éric Lemoine
0d07893f2a
nicer zoom +/- buttons in the mobile-drawing.html example, the same as in mobile.html, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11801 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 16:36:19 +00:00
Frédéric Junod
4b9f60f456
fix comment
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11800 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 16:17:35 +00:00
bartvde
56bca84cfe
add support for maxVertices in Hander.Path, p=me,r=erilem, thanks erilem for the updated patch and your great work on this ( closes #2779 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11797 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:38:32 +00:00
Stéphane Brunner
7a29b2d324
fix Don't let the browser zoom on the page on dbl click, r=erilem ( closes #3209 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11795 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:29:28 +00:00
Éric Lemoine
a84c6b9302
simplify the code of the path and polygon handlers, removing the finishTouchGeometry function, r=sbrunner ( closes #3214 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11793 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:26:12 +00:00
Frédéric Junod
7f45ff559a
remove tabs
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11792 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:26:03 +00:00
Frédéric Junod
d5d21b1e71
remove dependency on AnchoredBubble and Marker from Feature. r=marcjansen,bartvde,erilem ( closes #1633 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11790 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:17:13 +00:00
Éric Lemoine
4d44799cc2
make every mobile example rely on the mobile build, and add files to the build for the mobile-drawing example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11789 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 14:07:56 +00:00
Frédéric Junod
acc96324c5
update copyright to 2011
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11786 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 13:55:31 +00:00
Stéphane Brunner
9e74908bc6
fix No click on drag handler, r=erilem ( closes #3210 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11783 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 13:38:17 +00:00
bartvde
464aed9d75
add support for OpenLS (Location Utility Service), thanks cmoullet for the great example, p=me,r=cmoullet,erilem,fredj ( closes #2953 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11781 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 13:27:30 +00:00
Frédéric Junod
76f1987a8b
add 'renderer' url param.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11780 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 12:51:01 +00:00
bartvde
a108fb86bb
make use of WFS paging backported to WFS 1.1, thanks ahocevar for the improved patch, r=ahocevar ( closes #3213 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11779 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 12:47:42 +00:00
Éric Lemoine
147e5bba1a
some refactoring in the touch-specific code of draw handlers, r=sbrunner ( closes #3208 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11773 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 11:30:07 +00:00
Éric Lemoine
cafe9661c4
click handler fires a "click" event when it should not, r=sbrunner ( closes #3202 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11771 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 08:25:40 +00:00
Éric Lemoine
637dddf3b2
when drawing a regular polygon cancel drawing instead of finalizing when the mouse leaves the map, p=jorix, r=me,sbrunner ( closes #3199 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11770 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 08:16:47 +00:00
Éric Lemoine
c15ffab9bc
better tests for the polygon handler, and minor changes to the path handler tests, tests only change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11769 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 07:09:31 +00:00
Marc Jansen
4918785ca1
Fix spelling in example. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11768 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-30 06:40:31 +00:00
Éric Lemoine
b176d522c9
better tests for path handler, tests only patch
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11760 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 21:59:24 +00:00
Éric Lemoine
266f4c5843
better tests for the point handler, tests only patch
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11759 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 21:59:08 +00:00
Tim Schaub
fba3a883ac
Removing the simpleFilterSerializer method on OpenLayers.Protocol in favor of a format for serializing filters for use with query strings. r=sbrunner ( closes #3163 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11758 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 19:22:13 +00:00
Tim Schaub
8b9486a936
Making it so the merge tool supports @require directives in addition to @requires.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11757 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 19:04:40 +00:00
Tim Schaub
3ba8a294ff
Extending the filter format and the feature ID filter to support writing of logical filters that contain FID filters. r=bartvde ( closes #3012 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11756 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 18:49:27 +00:00
Frédéric Junod
15a7d0d18e
align toString and fromString methods. r=erilem ( closes #1275 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11755 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 17:07:54 +00:00
Frédéric Junod
d966553cdf
fix comment
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 15:27:09 +00:00
ahocevar
7dd75fa6ea
omit some tests in browsers that don't give us getComputedStyle for elements inside hidden frames ( closes #2910 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11753 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 15:15:07 +00:00
Frédéric Junod
1417382f10
fix indent. non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11752 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 14:44:35 +00:00
Éric Lemoine
77c003e9f7
fix DrawFeature tests that changeset [11745] broke, thanks fredj for catching this, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11751 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 14:12:38 +00:00
Éric Lemoine
2f892476ea
currently our mobile-drawing example has two navigation controls, change that, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11750 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 14:02:38 +00:00
ahocevar
c5dfe37bd4
fixed box sizing and positioning. r=sbrunner ( closes #2910 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11749 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 13:44:04 +00:00
Frédéric Junod
54b58e3faf
duplicate function name
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 13:28:01 +00:00
Éric Lemoine
2ff5aee63e
better doc strings for the pixelTolerance option of Handler.Point, plus code styling, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11747 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 13:24:15 +00:00
Stéphane Brunner
e92d872a4a
fix Allow to have PanZoomBar without pan icons, r=erilem ( closes #3167 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11746 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 12:05:26 +00:00
Éric Lemoine
0276351f50
when zooming out right after drawing a polygon or a line a point appears in the upper left corner, p=jorix, r=me ( closes #3196 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11745 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 12:00:58 +00:00
Frédéric Junod
33d330c0db
font style support for feature label. r=erilem ( closes #3051 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11744 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:54:00 +00:00
Frédéric Junod
222162fa98
remove unit if the value is 0. non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11743 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:50:33 +00:00
bartvde
46fc3182e4
Not all ESRI WMSGetFeatureInfo formats parsed, p=me, r=cmoullet,erilem ( closes #3177 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11741 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:44:07 +00:00
Frédéric Junod
af2f3b7a70
remove semicolons after the if closing curly bracket. non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11740 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:43:20 +00:00
Éric Lemoine
aec3d44979
new icons for the navigation toolbar, p=jorix, r=me,marcjansen ( closes #2946 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11738 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:39:42 +00:00
Éric Lemoine
5287e4a38b
remove an IE-unfriendly trailing comma in the navtoolbar-alwaysZoom.html example
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11737 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:32:17 +00:00
ahocevar
a53097e7fe
setting cursor property on text labels. r=fredj ( closes #3188 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11736 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 09:24:46 +00:00
bartvde
2c9cbab011
transitionEffect does not always work, thanks to Marco Nijdam for identifying the issue and thanks to Marc Pfister for the feedback on the dev list, p=me,r=fredj ( closes #2848 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11734 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 08:59:31 +00:00
bartvde
c03b23e6ee
maxResolution not correctly set when initializing map from WMC document, p=trondmm,r=me ( closes #3191 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11733 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-29 08:44:18 +00:00
ahocevar
e8f79d95b1
making clearMouseCache work when document.body is not ready, which fixes a regression. r=bartvde ( closes #3189 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11730 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-28 13:52:59 +00:00
ahocevar
f88f6cd6ed
removing box when deactivating the handler. p=jorix, r=me ( closes #3198 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11729 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-27 17:00:38 +00:00
bartvde
52b227958e
fix trailing comma in example, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-25 16:48:15 +00:00
Frédéric Junod
31f3954923
add renderer url param. r=ahocevar ( closes #3186 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11726 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-23 16:37:23 +00:00
ahocevar
8f584f2b84
Making Layer.PointTrack play nicely with gx:Track from Format.KML. Thanks bartvde for the updated patch. r=fredj,bartvde ( closes #2792 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11722 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-22 13:46:33 +00:00
ahocevar
2d29236fb0
Making Layer.PointTrack play nicely with gx:Track from Format.KML. Thanks bartvde for the updated patch. r=fredj,bartvde ( closes #2792 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11721 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-22 13:45:58 +00:00
bartvde
991a7314c3
add srsName to geometry filters written out by OpenLayers.Control.SLDSelect, this fixes the issue on the OpenLayers side, but not yet on the GeoServer side, although this might have been fixed after 2.1RC2 as aaime pointed out on geoserver-users, r=ahocevar ( closes #3182 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11720 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-22 12:30:41 +00:00
ahocevar
bb1c61acc2
making it so Strategy.BBOX receives options from layer.refresh(options). Thanks vmische for the tests. r=bartvde ( closes #2171 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11719 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-22 08:27:27 +00:00
bartvde
55e345a02b
fix up Projection test in IE8, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-22 08:15:48 +00:00
Éric Lemoine
04ee616947
make it possible to activate a drawing handler before the map is centered, r=ahocevar ( closes #3179 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11717 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-21 08:28:58 +00:00
bartvde
96198dee07
WMSGetFeatureInfo Control does not allow for different infoFormats per layer, r=erilem, thanks erilem for the quick review, api docs now have instructions for this (closes 3176)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11716 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-18 12:48:17 +00:00
Stéphane Brunner
78ab33e8f7
Fix wrong slider positions in PanZoomBar ( closes #3154 , r=erilem)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11714 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-17 16:33:12 +00:00
bartvde
2f71742fc9
fix up whitespace issue, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11713 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-17 15:50:08 +00:00
bartvde
dbd08a10a3
Geoserver filter Functions support in OL filter encoding, p=igrcic,r=me ( closes #3053 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11712 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-17 15:47:28 +00:00
ahocevar
2e00e2e442
better support for file:// resources. r=bartvde ( closes #3174 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11711 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-17 13:01:37 +00:00
crschmidt
bc28c096a7
When using wrapDateLine, pass both a rightTolerance and a leftTolerance at the
...
Layer level. This is fix a report from a user: "WMS tiles not loading when map
region crossing international date line(IDL)". All tests continue to pass, and
the lack of this tolerance here seems clear enough given the surrounding code.
Thanks to senthil for the patch, (Closes #2754 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-16 10:14:27 +00:00
crschmidt
87215daa54
The dynamic text layer uses an onPopupClose which looks to the layer and
...
first calls unselect on the selectfeaturecontrol. However, this fails if
the feature in question is no longer in the map -- for example, if you zoom
in or otherwise change positions. (The selected feature no longer exists,
so you call close on a feature which no longer has a layer object.) This change
to the examples by Jorix fixes this behavior in the example.
Note that many people use similar functionalities in their code, so this
likely means that what we *should* do is armor unselect() against being
called with a feature with a null layer, but that involves a longer
discussion -- do we still fire onUnselect? Do we still fire the unselect
events? is there other cleanup we need to do? etc. -- so this is changing
the example to demonstrate one way to armor application code against
the problem.
Thanks to jorix for the suggestion on the example fix.
(See #3046 )
(See #2515 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11707 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-16 09:41:37 +00:00
ahocevar
09bcb46a03
fixing scroll position issue on the IPhone by only clearing the mouse cache conditionally. r=erilem ( closes #3132 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11706 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-16 02:52:43 +00:00
Frédéric Junod
9315972bb0
update copyright to 2011, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11703 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-14 08:42:16 +00:00
bartvde
49bb038692
fix up undefined error in ArcGISCache layer, thanks jorix, non-functional change ( closes #3030 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11702 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-12 17:35:01 +00:00
bartvde
318003d399
Point Handler should not create feature if it is not active anymore, p=me,erilem r=ahocevar ( closes #3172 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11701 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-12 16:03:57 +00:00
ahocevar
770a0f31f5
duplicating constants from Renderer.SVG and fixing API docs. Thanks jorix for the pointer. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11700 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-12 02:31:39 +00:00
Éric Lemoine
45b54f4a2c
the editing toolbar is absolutely positioned in the top right corner of the map, p=jorix,me r=me ( closes #2223 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11699 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 22:08:31 +00:00
ahocevar
83ade8f9d7
restoring allOverlays behavior as before #3062 when initially centering outside the base layer. r=bartvde ( closes #3170 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11698 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 20:15:43 +00:00
ahocevar
120d59f0e1
reverting r11645, and fixing the root of the reported problem. r=bartvde ( closes #2392 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11697 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 19:28:55 +00:00
bartvde
807000c4b7
ArcGISCache layer should not generate x and y values of less than 0, p=dmiddlecamp, r=me ( closes #3169 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 18:34:53 +00:00
Tim Schaub
5b7d530461
Reworking click and pinch handling to get better behavior on multi-touch devices. r=ahocevar +testing from others ( closes #3133 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11695 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 01:53:26 +00:00
bartvde
3ce239208f
adding ArcGIS (AGS) Tile Cache Layer, great contribution from Azavea, thanks, p=dmiddlecamp, r=me ( closes #3030 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11693 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-11 00:54:25 +00:00
ahocevar
c0ae33e457
documenting the options argument and how to limit the attributes returned by GetFeature
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11692 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-10 22:46:42 +00:00
Tim Schaub
27da366cd0
Adding a protocol for reading features cross-origin from services that support JSON with a callback. r=erilem ( closes #2956 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11691 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-10 20:51:03 +00:00
Éric Lemoine
545c001b5e
examples index - do not cut off long description texts, thanks Ivan for catching this
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11690 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-10 20:14:49 +00:00
bartvde
046f0a39ed
Format.WMSGetFeatureInfo: also parse empty elements, p=me,r=erilem ( closes #2867 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11688 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-10 16:36:30 +00:00
bartvde
9af89ff189
MapGuide and Zoomify layers use top-left as the tile origin, p=madair, r=me ( closes #3160 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-09 17:05:49 +00:00
Éric Lemoine
d5848115df
the fullScreen example js code was doubled for some reason, example only change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11685 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-09 13:28:10 +00:00
bartvde
e04efa811d
incorrect argument type in calculateGridLayout, p=madair ( closes #3160 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11681 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 22:28:13 +00:00
Frédéric Junod
2cf798c459
remove Control.KeyboardDefaults::destroy method: handler destroy already done in the parent class. r=bartvde ( closes #3155 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11678 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 16:31:36 +00:00
bartvde
e3a5426789
WFSCapabilities - support for parsing SRS and DefaultSRS nodes, p=adube, r=me ( closes #3048 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11677 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 16:19:36 +00:00
Tim Schaub
49e96f352f
Adding a filterToParams method on the HTTP protocol. This allows you to specify how a filter is serialized in HTTP feature requests (using CQL for example). By default, we use the OpenLayers.Protocol.simpleFilterSerializer method. r=crschmidt ( closes #3032 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 15:45:18 +00:00
Tim Schaub
f5769b8097
Setting lastMoveEvt in dragmove so it is accessible in both touch and mouse environments. r=erilem ( closes #2936 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11671 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 15:21:33 +00:00
bartvde
288641e00d
OpenLayers.Protocol.WFS misses a setGeometryName method, p=fvanderbiest, r=me,erilem ( closes #3037 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11670 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 15:21:14 +00:00
Éric Lemoine
dfd80545ca
since [11381] (pan while drawing) the map must have a center when a drawing handler is activated, fixing the example until a better solution is found ( closes #3159 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11667 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 08:15:07 +00:00
Tim Schaub
d023ffc461
Getting rid of global component in SVG2.js (thanks jorix for the report).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 07:00:11 +00:00
Tim Schaub
14324728ff
Getting rid of global yRestriction in Map.js (thanks jorix for the report).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11664 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 06:57:52 +00:00
Tim Schaub
2f93c18bd5
Getting rid of global tlViewPort in Grid.js (thanks jorix for the report).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11663 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 06:54:48 +00:00
ahocevar
34b4bdd835
removing redundant variable definition
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11662 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 06:13:46 +00:00
ahocevar
3f619f8b68
fixing the movestart-move-moveend sequence. r=bartvde ( closes #3139 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11661 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-08 06:12:59 +00:00
Stéphane Brunner
91d4efcbe1
rm debug. r=aabt ( closes #3143 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11660 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 16:52:01 +00:00
bartvde
23d24518fb
need a setFeatureType function on Protocol.WFS, r=erilem ( closes #2639 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 15:40:37 +00:00
Frédéric Junod
86fd4d076b
re-add the Constructor API doc removed in r11641 (see #3149 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11656 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 14:48:26 +00:00
Frédéric Junod
dc9f615833
re-add the Constructor API doc removed in r11610 (see #3146 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11653 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 14:33:48 +00:00
Frédéric Junod
415aca4763
re-add the Constructor API doc removed in r11640 (see #3147 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11652 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 14:13:32 +00:00
Stéphane Brunner
7865f4d1f3
Add mobile-drawing example, Close : #3143 , r=crschmidt
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11651 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 12:49:51 +00:00
Frédéric Junod
77a214764c
Renderer.NG: remove global variables. r=crschmidt ( closes #3153 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:48:51 +00:00
Frédéric Junod
7cea45db7f
don't crash if OpenLayers.Renderer.NG is not defined. r=crschmidt ( closes #3152 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11649 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:31:51 +00:00
crschmidt
89ea2f4ee2
Bump up the timeout on layer/gml test timeout for better testing on slower
...
devices.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11648 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:22:44 +00:00
crschmidt
d3f5100327
Add support to Format.OSM to reproject on writing. Initial suggestion from
...
Arnd Wipperman, turned into a patch by me, r=bartvde (Closes #2988 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11647 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:21:32 +00:00
crschmidt
c27af60153
Fix a bug in Rico Color introduced by our original porting by switching to
...
use our internal OpenLayers function instead of an external function; found
by jorix in his closure work. r=bartvde, (Closes #2976 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11646 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:20:12 +00:00
crschmidt
324603612d
"Controls misbehave in WebKit browsers when vector layers present and map is
...
rendered"; this fix was presented by Nick M, and reviewed by erilem.
(Closes #2392 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:18:45 +00:00
crschmidt
ce4ff521b0
Fix the double-reprojection of components of a collection in KML, and write a
...
test for it in both GeoJSON and KML to demonstrate that it works. r=bartvde,
(Closes #2040 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11644 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 11:15:20 +00:00
Frédéric Junod
105351995e
remove 'empty' initialize method (method that only call the parent class). r=bartvde ( closes #3149 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11641 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 09:26:23 +00:00
Frédéric Junod
315bbcdef3
remove 'empty' initialize method (method that only call the parent class). r=bartvde ( closes #3147 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11640 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 09:25:17 +00:00
Éric Lemoine
1b3404f1f9
the map may jump on mouseup after dragging, p=me, r=crschmidt ( closes #2936 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11635 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 08:21:51 +00:00
Éric Lemoine
1f58346772
SelectFeature control - highlightOnly and toggle don't play well together, p=me, r=bartvde ( closes #2812 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11633 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 07:57:14 +00:00
bartvde
e8a3885d27
update copyright to 2011, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11632 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 05:38:51 +00:00
bartvde
e1a32ba630
Control should set this.div to null in destroy, thanks jorix for the updated patch, p=jorix,me r=me,fredj ( closes #2850 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11631 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 05:02:51 +00:00
bartvde
987c2ae102
Writing map via OWSContext discards nesting path, p=hbruch, r=me ( closes #3064 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11630 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 01:26:56 +00:00
bartvde
57191f5fd2
only write out LegendURL in OWSContext format if present, p=hbruch, r=me ( closes #3045 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11629 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-07 01:14:55 +00:00
bartvde
99e51364e5
Geolocation Examples: JSLINT + IE Fixes, p=cmoullet, r=me ( closes #3150 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11622 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-06 10:08:35 +00:00
bartvde
361ca8af95
fix up the case in which a vector layer needs to be reprojected and the map is not yet centered for the BBOX Strategy, thanks tschaub for the catch, p=vmische, r=me ( closes #3142 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11617 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-05 23:34:44 +00:00
ahocevar
e3d137754c
New SVG2 renderer for increased performance and smaller library size. Not enabled by default. To use, include 'SVG2' in the renderers array of your OpenLayers.Layer.Vector instance. r=crschmidt ( closes #2802 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11616 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-05 21:17:02 +00:00
crschmidt
72f2ce5d0e
Also listen on touchmove, since apparently evt.touches doesn't get multiple
...
touches on down?
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11611 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-03 14:40:29 +00:00
Frédéric Junod
7827b26a7d
remove 'empty' initialize method (method that only call the parent class). r=bartvde ( closes #3146 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11610 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-02 13:23:17 +00:00
Frédéric Junod
010ab7e81f
fix typo in doc
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11609 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-02 11:30:38 +00:00
ahocevar
2a12176915
make setOptions work for restrictedExtent change, like it was before #3062 . r=bartvde ( closes #3144 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11608 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-02 11:09:24 +00:00
ahocevar
fb5f081ea6
fixing restrictedExtent check in moveByPx. r=bartvde ( closes #3138 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11607 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-02 09:55:28 +00:00
Frédéric Junod
41ff5b8af8
fix typo in doc
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11606 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-02 08:15:20 +00:00
bartvde
afb80bfe48
Vector layer with BBOX Strategy isn't loaded/requested automatically, p=vmische, r=me ( closes #3142 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11598 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-01 14:03:31 +00:00
ahocevar
07d5822995
removing unneeded arguments from extent.clone
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-01 13:51:07 +00:00
bartvde
55647c3e30
fix typo in APIProperty reported by Denis Rykov
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11591 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-03-01 09:14:53 +00:00
ahocevar
873fa8aa24
modifier+click no longer opens a new tab on FF when using externalGraphic. r=bartvde,pgiraud ( closes #1421 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 18:56:00 +00:00
ahocevar
1f3a64d706
use wgs84 maxExtent when sphericalMercator is not set
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 17:11:08 +00:00
crschmidt
a0d3524994
Prevent "flicker" from Yahoo! when ending a drag by using dragPan object
...
unless there is no oldCenter, or we are zooming. r=ahocevar (Closes #2213 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11582 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 17:00:13 +00:00
ahocevar
f7c96d32c2
fixing issue with maps disappearing on resize. r=crschmidt ( closes #2828 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11581 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 12:55:40 +00:00
ahocevar
be1adc5d69
use moveTo when dragPanMap object is not available. r=crschmidt ( closes #3135 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11580 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 12:33:52 +00:00
Frédéric Junod
82a64751af
fix Natural Docs comments, no functional change. p=jorix, r=me ( closes #2989 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 08:19:18 +00:00
Frédéric Junod
1887969a3c
move addTile code to the base class (OpenLayers.Layer.Grid). r=crschmidt ( closes #2904 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11575 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 08:12:05 +00:00
Frédéric Junod
f7d58dc36c
GeoRSS <description> is not properly parsed if multiple children. r=crschmidt ( closes #2780 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11574 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 08:10:10 +00:00
Frédéric Junod
8beb04d2ca
deprecate OpenLayers.Element hide() / show(). r=crschmidt ( closes #1099 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11573 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 08:05:56 +00:00
crschmidt
31f1dd2610
Moving some properties (title, div, type, events, activate, deactivate) to
...
API Properties. (Closes #2827 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11570 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 00:56:20 +00:00
crschmidt
a5c9052b94
Make SVG graphicTitle standards compliant. p=potter000, r=pgiraud ( Closes #2924 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11569 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-28 00:46:52 +00:00
Tim Schaub
8569ec2c2f
Remove unused testEvent.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11568 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 23:22:57 +00:00
Tim Schaub
b750f690d9
Mocking less and (more importantly) making sure all assertions are not made in conditionally run code.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11567 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 17:03:57 +00:00
Tim Schaub
7fde5fd248
Refactoring the click handler tests so they are more legible and rely less on long sequences.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11566 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 15:29:32 +00:00
ahocevar
5a8260bb87
use correct y-offset for graphic. p=sbrunner, r=me ( closes #3134 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11565 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 15:21:37 +00:00
Tim Schaub
693c95f999
Correcting click handler comment.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11564 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 15:19:32 +00:00
ahocevar
33eef42075
making drawing handler work on touch devices. p=sbrunner, r=me ( closes #3072 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11563 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 15:00:38 +00:00
Tim Schaub
ba8aed56ef
Since r11544, the event xy property is the average of all touch pixel locations. This test should have been updated with that change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 13:57:33 +00:00
Tim Schaub
02d4257544
Using real pixels in tests so we get distanceTo method.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11558 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 13:08:51 +00:00
Tim Schaub
b754cc40ac
Working WFS.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 11:09:53 +00:00
crschmidt
709863eeae
Some node.js test hacking.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-27 00:39:39 +00:00
crschmidt
7ede83ad75
Fricking differences between os x and linux sed. This fixes the mobile
...
build for OpenLayers in our live examples.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11550 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 22:08:23 +00:00
crschmidt
28ccd43ba4
Simple demo game-like thing showing how to use the accelerometer to control
...
a vector feature on a map.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11549 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 15:21:40 +00:00
crschmidt
b3091002f6
Add a quick test for multitouch. If you can't get the number reported higher
...
than one, your browser doesn't support multitouch.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11545 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 09:56:43 +00:00
Tim Schaub
f785153bca
Adding a PinchZoom control for smooth zooming on multi-touch devices. p=bbinet,me r=crschmidt ( closes #3105 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11544 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 02:22:45 +00:00
Tim Schaub
1425c2b0e6
Making it so the map doesn't show the white void beyond the edge of the world.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11543 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-26 00:33:10 +00:00
crschmidt
6486043716
Update the browser.html example to support further testing. patch by cmoullet,
...
simple example change, (Closes #3108 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11539 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 19:20:19 +00:00
crschmidt
b0b297bccd
Update the dev dir building script to take the '?mobile' flagged .js
...
files and use the mobile OL build on them.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11538 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 19:06:58 +00:00
Tim Schaub
76a420b278
Making it so the navigation control zooms out on two touch taps. r=erilem ( closes #3127 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11537 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 18:35:50 +00:00
ahocevar
5826bf5f3b
make tween panning use Map::moveByPx. p=aabt, r=me ( closes #3098 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11536 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 18:14:29 +00:00
ahocevar
2d5f29c55e
New private movePyPx method to avoid going through all the unnecessary pixel-lonlat conversions. p=elemoine,me ( closes #3062 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11535 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 18:02:12 +00:00
Frédéric Junod
4c40f7c11f
increase delay for slow browser. ( closes #3121 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11531 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 16:44:40 +00:00
Éric Lemoine
7219fd3743
firebugx.js sets window.i, no functional change, p=aabt,me ( closes #3116 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11530 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 16:40:19 +00:00
Frédéric Junod
bc509b84e3
fixup my city name
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11527 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 16:22:17 +00:00
Éric Lemoine
fa533001d1
do no declare vars multiple times in functions, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11517 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:52:48 +00:00
pgiraud
26d8f31c5d
Enhancing the mobile jQuery example, p=pgiraud,igorti,aabt
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11514 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:51:32 +00:00
Éric Lemoine
0e487a6d6b
call zoomToMaxExtent only if the ArgParser didn't center the map itself, examples only change, thanks cmoullet for catching this
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11513 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:25:26 +00:00
Frédéric Junod
a076ce9228
Handler.Feature: fix mobile support. p=fredj,erilem r=erilem ( closes #3106 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11510 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:18:02 +00:00
crschmidt
a26f8b7e27
Build examples when releasing.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 15:13:53 +00:00
Tim Schaub
960ef3de18
Don't store touch events. The same event is used between touchstart, touchmove, and touchend. Instead, we store event details on the handler and use those when needed. p=bbinet, r=me ( closes #3120 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11507 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:52:56 +00:00
Frédéric Junod
b34dbcb903
add missing tags in examples/accelerometer.html. p=cmoullet, r=me ( closes #3109 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11506 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:35:43 +00:00
Frédéric Junod
979d78f6aa
use OLLoader.js for Geolocate unit test. p=cmoullet, r=me ( closes #3124 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11505 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:33:55 +00:00
Frédéric Junod
0aa0b680a2
fix shortdesc in accelerometer.html
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11504 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:28:51 +00:00
ahocevar
d7afd24ac5
documenting that Layer.VirtualEarth requires restrictedExtent to be set, and changing the examples accordingly. p=marcjansen ( closes #3123 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11503 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:27:54 +00:00
Éric Lemoine
7ec361cda9
100 milliseconds seems to be a good value for drag pan interval on most devices, no functional change ( closes #3093 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11501 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 14:19:17 +00:00
Éric Lemoine
0546f974c5
make the mobile-navigation example use an OSM layer, example only change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11499 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:51:33 +00:00
pgiraud
1179ffe682
Fixing different things in the mobile aware examples:
...
- css styling for the zoom panel control,
- creating a new mobile-base.js file shared by sencha and jq examples,
- (re-)simplyfing mobile.js
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11496 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:45:19 +00:00
crschmidt
97db05e482
Fix error when no closure compiler is around.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11494 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:41:40 +00:00
Tim Schaub
b6cc99be8f
Adding a distanceTo for pixels. p=bbinet, r=me ( closes #3119 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11491 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 13:34:59 +00:00
Frédéric Junod
09c21c6b86
adding closure-compiler.jar to svn:ignore
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11484 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 12:14:35 +00:00
pgiraud
99f0376c8f
Enhancing the sencha touch example, p=mjansen,bartvde,fredj,pgiraud, ( Closes #3101 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11483 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 12:12:20 +00:00
Éric Lemoine
4a4d9b29cd
the grid layer needs to clear its tile loading timeout when it's removed from the map, or moveGriddedTiles can be called with this.map set to null, r=crschmidt ( closes #3110 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11482 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 12:02:29 +00:00
crschmidt
339d1ebaef
Default the buffer to 0 instead of 2. On small maps (or fullscreen
...
maps on small devices) this is a huge win: instead of downloading
*42 tiles* on a 500x500 div, we now download just 12, a 3.5x savings
in downloads by default. The buffer of 2 was originally chosen when
most maps were based on slow-loading WMS laeyrs and having an area
to pan into was more important. That default no longer makes sense.
(Closes #3111 ) r=tschaub
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11481 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 11:50:30 +00:00
Tim Schaub
f7fcb86ee9
Making it so moveTo is only called once when creating a map with center and layers options. r=crschmidt ( closes #3114 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11480 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 11:47:41 +00:00
crschmidt
269749ec23
Automatically grab and unpack the closure compiler when building releases.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11478 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 10:28:52 +00:00
crschmidt
be040c6614
Using CSS tidy to compress stylesheets on the dev site always, and to
...
include tidy-ified stylesheets in the released builds.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 10:23:42 +00:00
Tim Schaub
3f47ab809c
Remove unused google.css.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 10:02:20 +00:00
crschmidt
a2d1623b80
pngcrush pngs to save another 1k for people who are using the PanZoom +
...
LayerSwitcher controls (and more for people who are also using
other controls).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11470 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 09:33:19 +00:00
crschmidt
03cdbd8a02
pngcrush theme images. On the most common images (editing tooolbar,
...
pan-panel), this saves us an additional 3k of bits to transfer.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11469 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 09:28:33 +00:00
Tim Schaub
7d195697b6
Adding example demonstrating device orientation and accelerometer use. Nice example from cmoullet ( closes #3083 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11463 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 08:59:04 +00:00
Frédéric Junod
93da80b0c4
deactivate the Geolocate control on destroy. r=bartvde,elemoine ( closes #1185 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11459 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 08:52:28 +00:00
Tim Schaub
9d6d6bdd27
Adding profile for mobile builds (see #3069 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11458 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 08:48:33 +00:00
crschmidt
479d2c28b6
This patch causes the zoomBox to become visible again, after the changes
...
to add an eventsDiv, and fixes the OverviewMap to work again. r=bartvde,
(Closes #3104 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11455 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 08:30:50 +00:00
crschmidt
4be8f72afe
Extending Map.js documentation to include comment regarding destroy from
...
#2277 .
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11454 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-25 07:25:03 +00:00
crschmidt
b22963a2ef
Wrap path in abspath
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11450 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:59:51 +00:00
crschmidt
876e0dfd81
Fix build script on python before 2.6, and update_dev_dir now compiles
...
with closure instead of jsmin.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11449 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:48:24 +00:00
crschmidt
d06c66edab
Adding support for closure compiler and some documentation
...
in the README about how to use it.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11448 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 23:19:53 +00:00
crschmidt
8d2bbfe28f
Add support for the closure compiler webservice, using simple optimizations.
...
Using this build mode, on a lite build, we save approximately 15% after
gzip. However, this build method can not be used on full builds, as they
exceed the 1000kb limit on the closure compiler webservice.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11443 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 22:39:40 +00:00
bartvde
07e34672b5
OpenLayers.Util.getFormattedLonLat does not deal correctly with 60 seconds and 60 minutes, p=mattnott,jorix, r=me,marcjansen ( closes #2852 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11405 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 11:24:50 +00:00
Tim Schaub
680923319c
Adding a pinch handler for multi-touch devices. Great patch from Bruno. p=bbinet, r=me ( closes #3077 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11389 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 10:05:49 +00:00
crschmidt
8da53d8fbd
Better mocking of the function calls on handlers so that handlers which
...
expect an evt object don't get errors when activating.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11387 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 09:37:47 +00:00
crschmidt
6b54f9e80a
Add an option to build.py to specify a compressor or 'none' for uncompressed.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11382 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 09:08:00 +00:00
Éric Lemoine
30aeab365a
make it possible to pan the map while drawing geometries, r=tschaub ( closes #3052 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11381 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-24 09:00:49 +00:00
crschmidt
f8db509725
Test that getLonLatFromPixel and getPixelFromLonLat are inverses of each
...
other (within a reasonable tolerance)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11374 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 22:24:35 +00:00
Tim Schaub
fa32a4a645
Arrange elements so we can get mouse events on controls while preventing the default (scroll) behavior on touch devices. r=elemoine ( closes #3091 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11365 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 17:59:37 +00:00
Tim Schaub
0961132ab6
Opening popup windows with the same query string from the parent. This allows mode=build for tests in popups.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11341 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 15:54:26 +00:00
Frédéric Junod
5c400dac4f
add some fancy move to geolocation accuracy. p=aabt, r=me ( closes #1885 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11321 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 14:08:32 +00:00
Tim Schaub
8284c81b3b
We register for mousemove, we generate mousemove, and IE gives us event.type 'load'. This is likely the window event property.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11318 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 13:48:49 +00:00
pgiraud
61452e2821
Adding getCurrentLocation API method so that application can get the location anytime, p=aabt, r=elemoine, ( Closes #3090 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 13:33:14 +00:00
Tim Schaub
f55291bd34
Updating the EventPane tests so we always run the same number of tests (except Firefox) and report better failures.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11312 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 13:21:47 +00:00
Éric Lemoine
9ce641bd75
better API doc strings in the Kinetic class, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11309 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 12:13:53 +00:00
Éric Lemoine
e1b9b2b89d
change <title> of the mobile-navigation example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11305 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 11:40:36 +00:00
Tim Schaub
8ef02b39ef
Adding detail to the messages for easier failure detection.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11292 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 10:28:27 +00:00
Tim Schaub
9ebdb1e4f7
No floats above map containers without position or clear.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11289 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 10:14:53 +00:00
Tim Schaub
257b96b309
Only invoke the landscape rules if the max width is fewer than 600 px (thanks aabt).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 10:04:55 +00:00
Tim Schaub
75538b6f42
Getting consistent datestring parsing in Chrome and Firefox. r=crschmidt ( closes #2994 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11281 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 09:32:36 +00:00
Éric Lemoine
abb2bb509d
The Android browser doesn't allow scrolling in a div, this is a problem for our unit test page. With this patch, we disable scrolling in our test page's divs if noscroll is set in the query string. No functional change. p=aabt ( closes #3085 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11277 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 09:23:36 +00:00
Éric Lemoine
b469555a79
better display in our examples when orientation is landscape, and enable text size adjust in webkit; no functional change, p=aabt, r=me ( closes #3067 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11275 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 09:14:26 +00:00
Frédéric Junod
6e83eb0018
set the language code in tests, tests expects English messages ( closes #3084 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11272 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-23 09:06:20 +00:00
Tim Schaub
c55323cf3a
More descriptive titles.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 22:38:31 +00:00
Tim Schaub
7fe4329afe
Linking to example source code. Setting watch checkbox to match initial control state.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11263 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 22:00:59 +00:00
Éric Lemoine
8d15d94494
better descriptions for the mobile-navigation example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 21:25:35 +00:00
Tim Schaub
d21b7b081f
Taking advantage of the nice media query styles. Separating code from markup.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 21:21:31 +00:00
Tim Schaub
406bca8d70
Adding title and description to mobile examples.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 20:56:27 +00:00
Tim Schaub
1619f0801b
Working with json if available. Fall back to simplejson.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 20:55:36 +00:00
Éric Lemoine
50c292f176
add a Geolocate control, p=cmoullet,aabt, r=me ( closes #1885 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11258 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 16:48:05 +00:00
Tim Schaub
8965a61c75
Making it so the click handler works even if other listeners stop propagation on touchstart. r=elemoine ( closes #3089 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 15:28:31 +00:00
Tim Schaub
629720b2d1
Fewer pink tiles.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11248 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 15:08:17 +00:00
Frédéric Junod
d34a9ee035
add tags in browser.html examples ( closes #3088 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11245 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:54:01 +00:00
Éric Lemoine
dda9139347
add tags to our mobile examples, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11242 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:39:49 +00:00
bartvde
418dd126fa
two-finger tap zoomout should work on iPhone, non-functional change ( closes #3087 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11241 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:39:39 +00:00
Éric Lemoine
f299a41340
say hi to the new examples index, which works on mobile devices as well, thanks to our web designer pair, Marc and Antoine
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11238 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:22:00 +00:00
Éric Lemoine
b7babb5edf
add a ZoomPanel to the mobile example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11237 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:11:57 +00:00
Éric Lemoine
2f42aeb440
mobile example - set interval to 0 in the drag handler, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11236 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 14:11:49 +00:00
Éric Lemoine
9e2eef5f47
bigger zoomin/out buttons in the mobile-navigation example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11233 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 13:45:26 +00:00
Éric Lemoine
b378d28e41
move the examples images in an "img" directory, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 13:06:35 +00:00
Éric Lemoine
ab309197e2
mobile-navigation example - place the JS code in a separate file, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11230 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 12:08:30 +00:00
bartvde
36f5232dd6
PanZoomBar doesn't handle forceFixedZoomLevel correct, p=patzi,marcjansen r=me ( closes #2725 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11229 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 12:06:12 +00:00
bartvde
892d9d7768
fix up JS error in PanZoomBar testcase in IE, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 12:03:55 +00:00
Éric Lemoine
500d351013
test that we set clientX and clientY in the event, test-only patch
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11227 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 11:44:36 +00:00
bartvde
98a6c1754d
fix up issue with Sencha Touch example not handling double tap to zoom in, r=elemoine ( closes #3079 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11226 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 11:21:20 +00:00
Éric Lemoine
f67bcaa033
add a touch events related test for the drag handler, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11225 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 11:10:35 +00:00
Éric Lemoine
6b5ac685b1
use the touch navigation control in the mobile examples, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11224 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 10:36:38 +00:00
Éric Lemoine
2a59831290
enable kinetic for the mobile-navigation example, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 10:33:33 +00:00
Frédéric Junod
cd10d36025
add copyright header, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11222 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 10:15:38 +00:00
Éric Lemoine
332208539d
remove trailing whitespaces, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11221 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 10:00:42 +00:00
Éric Lemoine
103e620dff
kinetic/momemtum dragging support, p=camptocamp, r=me ( closes #2999 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11220 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 09:59:21 +00:00
crschmidt
83f9422296
Adding a test page to show mobile browser events; this is useful for when
...
a new device is available to understand what events are supported by
a given browser.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11219 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 09:49:37 +00:00
ahocevar
bc81882a8e
removing unused _bounds member variable. non-functinal change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 09:06:50 +00:00
Éric Lemoine
c852abad61
let's have a basic mobile-navigation example focusing on navigation-related functionality for mobile, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11212 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-22 08:54:42 +00:00
Éric Lemoine
c9fe40cc3c
add a touch device-specific navigation control, p=bbinet, r=me ( closes #3068 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11208 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 17:38:11 +00:00
Tim Schaub
849426f845
Making it so controls that register for mousedown and mouseup work in touch environments. r=crschmidt ( closes #3075 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11207 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 17:31:19 +00:00
Tim Schaub
3066b50956
Removing the ie-killer trailing comma to make the mobile.html example work for crschmidt (and debunking the myth that you can't render a map with a script in the body).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11205 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 16:12:55 +00:00
Éric Lemoine
7a8f3917c9
make click handler work with touch events ( closes #2996 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11201 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 16:04:34 +00:00
pgiraud
2908fa79e5
Putting the loader code into an self-executed function so that we don't have problems with global scope variables, Closes #3076
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11196 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 15:39:14 +00:00
Éric Lemoine
07160f5385
make drag handler work with touch events, p=lotsofpeople, r=tschaub ( closes #2995 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11189 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 15:07:55 +00:00
Frédéric Junod
7a1cb00fe4
Add missing semicolon. Non functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11185 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 14:55:01 +00:00
pgiraud
2fd0eff3c1
The OpenLayersXXXX.html tests shouldn't use the built file
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11177 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 13:02:11 +00:00
Tim Schaub
fa15785c96
Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11175 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 12:01:39 +00:00
Tim Schaub
17eaecc4e5
Excuse the bad commit message on r1172. This change and that one add a reusable empty function. r=ahocevar ( closes #3073 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11174 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 12:01:17 +00:00
Tim Schaub
174bd431f4
Updating the update_dev_dir script to use the tests.cfg profile. This brings in lang and console utilities.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11172 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:54:15 +00:00
Éric Lemoine
7e18475a0b
add support for anchor-based permalink, p=sbrunner, r=me ( closes #2785 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11170 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:53:08 +00:00
Frédéric Junod
3fce968f2a
use OpenLayers.Util.getImagesLocation() from default marker location
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11169 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:51:21 +00:00
pgiraud
dbf886dad0
Adds a specific config for the build to be used for the unit tests (python build.py tests.cfg). This build is similar to the full one but with Firebug and Lang, r=fredj
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11168 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:35:38 +00:00
pgiraud
941ebc78ce
Now we rely on relative paths + minor changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11167 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 11:32:37 +00:00
crschmidt
788b05c32f
check SVN revision online rather than via 'svn up' and put svn up inside the
...
revision check loop.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11164 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 10:33:59 +00:00
pgiraud
f84f696e31
Adds the possibility to use a built version of OpenLayers for the tests, users simply have to add '?mode=build' in the run-tests.html url
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11162 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 10:10:25 +00:00
Éric Lemoine
08acb65e0e
deferred tile loading, i.e. the Google Maps way, p=pgiraud,ahocevar,me, r=ahocevar,me ( closes #2998 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11159 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 09:45:22 +00:00
Éric Lemoine
7f34868fe2
use mobile-specific metas in our examples, and add a media query to remove padding and set map width to page width on small scth on small-screen devices, r=aabt ( closes #3067 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11158 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-21 06:48:33 +00:00
Tim Schaub
d33477d65f
A framework-less example that will soon work.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11157 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-20 17:31:46 +00:00
Éric Lemoine
39e9728696
add missing test file for #2947 , no functional test
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-20 15:25:24 +00:00
Tim Schaub
a736a44955
Reverting before update to avoid conflicts when examples are removed.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11150 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-20 15:24:08 +00:00
Tim Schaub
5e091d46d8
Use OpenLayers.Console.log. Make gg and sm globally available so we can transform position.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11149 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-20 15:06:53 +00:00
ahocevar
b30d35c615
making ModifyFeature control in standalone mode trigger the beforefeaturemodified event. r=bartvde ( closes #3009
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11146 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 15:25:41 +00:00
ahocevar
d6695cff67
fixing error when closing page in IE. Thanks bartvde for the testcase. r=bartvde ( closes #3003 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 15:22:12 +00:00
pgiraud
28e5614e98
Avoid tests crashs because of delay problems. Adding more control so that conditions fail without crashing. r=bartvde ( Closes #2997 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11144 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 13:20:07 +00:00
Frédéric Junod
994c156878
remove tabs, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 08:01:59 +00:00
Frédéric Junod
95d8cd3473
save the resourceUrl elements into the WMTS capabilities object. r=bartvde ( closes #2986 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-18 07:14:27 +00:00
Éric Lemoine
95380a512c
allow custom jsfiles array, r=tschaub ( closes #2947 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11136 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 19:54:11 +00:00
Frédéric Junod
1f042af289
initialize the WMTS layer with style.identifier instead of the whole object. r=bartvde ( closes #3027 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11135 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 15:25:28 +00:00
bartvde
3db27d7832
add missing part for #3055
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11134 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 15:08:18 +00:00
bartvde
04acbeeb0e
OpenLayers.Request issue method creates URLs such as http://service?&key=value , p=fvanderbiest, r=me ( closes #3055 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11133 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 15:04:53 +00:00
Tim Schaub
0781655e19
Removing scrolling workaround.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 05:29:11 +00:00
Tim Schaub
0fa37001dc
Prevent scrolling from map.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11131 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-17 05:07:50 +00:00
Frédéric Junod
2eee8a3add
mark OpenLayers.Layer.MultiMap as deprecated (see #3063 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11125 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-16 13:21:14 +00:00
Tim Schaub
6e13d7f8f3
Adding Sencha Touch example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11124 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-16 08:50:32 +00:00
Tim Schaub
b3ca71d48f
Remove unused log element.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11123 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-16 08:47:14 +00:00
Tim Schaub
1be7701c8f
Add example using jQuery mobile (limited functionality).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11119 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-16 00:34:16 +00:00
ahocevar
4f3466b005
use the correct maxResolution of 156543.03390625. r=bartvde ( closes #3058 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11118 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-14 13:10:39 +00:00
crschmidt
94ddd78df7
Fix doc bug pointed out by vmx.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-14 12:07:02 +00:00
pgiraud
92849418d8
Use mouse cursors (pointer or move) for the control buttons, p=fvanderbiest, r=me, ( Closes #3047 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-11 15:40:39 +00:00
Tim Schaub
47767fbd0c
Adding igrcic to the authors list.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11096 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-10 19:28:39 +00:00
bartvde
5f89ce40ea
add a testcase showing that we can now parse the boundedBy tag of a Feature Collection using output: 'object' non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11074 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-10 10:08:15 +00:00
Éric Lemoine
9495c8cb70
add onEnter and onLeave callback functions to the DragFeature control, p=adube, r=me ( closes #3034 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11071 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-08 20:47:23 +00:00
ahocevar
198b3a9c7f
new slideRatio option for Control.Pan and Control.PanPanel. r=bartvde ( closes #3039 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11070 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-02 15:00:57 +00:00
Tim Schaub
5d92c646b6
Correcting link to source.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11066 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-02-01 16:05:47 +00:00
Tim Schaub
6b0b3375e3
Adding a parser for reading and writing CQL. This can be used to create filters to be used in rules when styling or it can be used to serialize filters when making requests to services that supprot CQL. p=dwinslow, r=me ( closes #2522 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11065 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-28 23:15:10 +00:00
ahocevar
b434c02e1d
using new restricedMinZoom property to make Layer.Bing code much cleaner. r=bartvde ( closes #3025 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11059 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-24 21:45:44 +00:00
ahocevar
a1c80ffb7e
new restrictedMinZoom property. r=bartvde ( closes #3024 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11058 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-24 21:43:35 +00:00
bartvde
2f7a3e818a
forgot to commit these files for ticket:3026
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11057 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-24 12:43:53 +00:00
bartvde
54fe8a5590
add support for parsing WMS-C type capabilities, r=ahocevar ( closes #3026 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11056 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-24 12:20:36 +00:00
Éric Lemoine
3ba277f6b7
remove incorrect comment in library.cfg, thanks rodo for reporting the issues ( closes #3023 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11053 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-23 14:38:25 +00:00
ahocevar
4a9460b314
give layer an "added" and "removed" event. p=mpriour,me r=me ( closes #2983 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11052 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-22 12:04:40 +00:00
ahocevar
f73fb689a8
added examples stylesheet and title.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11049 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-21 12:34:06 +00:00
ahocevar
3a16592b1a
giving Layer.Google.v3 an animationEnabled option, like the one we already have for Layer.VirtualEarth. r=bartvde ( closes #3020 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11047 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-20 13:31:30 +00:00
bartvde
3913ef1787
WMS GetFeatureInfo control should use integers for X and Y, r=ahocevar ( closes #3019 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11046 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-20 13:20:03 +00:00
ahocevar
c8982cb99a
give Layer.Vector a vertexremoved event, to be fired e.g. by the ModifyFeature control. r=bartvde ( closes #3017 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11043 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-19 16:44:39 +00:00
ahocevar
edfbcb0a5e
Fix Google layer to work with the v3.3 api. Update examples from v3.2 to v3.3. r=bartvde ( closes #2984 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11042 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-19 12:01:28 +00:00
ahocevar
fcdd918170
check if using a proxy is required, and if so, issue a warning if none is configured. p=fvanderbiest,me r=me ( closes #3015 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11038 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-18 00:13:35 +00:00
Éric Lemoine
b5f4eca585
removing lib/OpenLayers.js.orig which was accidently added with [11036], no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-17 14:39:27 +00:00
Éric Lemoine
7b5718f9ac
always use "parser-inserted scripts" for guaranteed execution order, thanks a lot hsivonen for reporting this and the thorough explanations, r=pgiraud ( closes #2933 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11036 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-17 14:37:15 +00:00
ahocevar
3795dbf490
Giving fromArray and fromString a reverseAxisOrder option. r=erilem ( closes #3014 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11035 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-17 09:18:21 +00:00
Tim Schaub
c8c8a74be7
In r11031 support was added for writing null geometries in an update transaction. This change corrects the syntax for null geometries, omitting the wfs:Value element altogether. r=ahocevar ( closes #3010 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11034 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-14 16:13:10 +00:00
Tim Schaub
441a5408cd
Adding support for a tileOrigin property to all gridded layers. If working with a cache of tiles that don't align with the bottom left corner of the layer's maxExtent property, set the layer's tileOrigin property. This change also removes the tileExtent property (not in any release), favoring tileOrigin as the way to determine how the grid is aligned. r=ahocevar ( closes #3011 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11033 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-14 15:56:07 +00:00
ahocevar
3515d23ce7
made metadata api parameters configurable. p="Jeff Maki",me r=me ( closes #3013 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11032 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-14 13:28:45 +00:00
Tim Schaub
f68ee50a8e
Allow WFS transactions with null geometry. r=ahocevar ( closes #3010 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-13 19:37:35 +00:00
ahocevar
eaeb2467bf
Revert changes that were accidently committed with r10018
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11021 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-09 22:38:40 +00:00
Tim Schaub
1c1bcf86ff
Clarifying docs and removing a bit of lint.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11020 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-07 22:28:25 +00:00
Tim Schaub
ece7beff27
I'm assuming that it was a mistake to remove the v3.2 bit in r11018 (this keeps us from getting that annoying popup). Please clarify if it was indeed supposed to be removed. (see #2985 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11019 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-07 22:21:53 +00:00
ahocevar
03fd0056aa
Reverted a part of r10976 which removed code that is still needed. Thanks cmoullet for spotting this. r=me ( closes #2985 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11018 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-07 18:50:23 +00:00
Tim Schaub
472f0e55fe
Not really required here, but taking a shortcut.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11017 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-07 00:13:46 +00:00
Tim Schaub
8c258e9901
Control resolution at which snapping is considered with minResolution and maxResolution per target. r=elemoine ( closes #3007 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11016 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-06 21:41:25 +00:00
Tim Schaub
8dd58e484a
Optionally include SRS id in serialized BBOX by constructing a HTTP protocol with srsInBBOX true. r=elemoine ( closes #3006 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11015 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-06 21:39:14 +00:00
Tim Schaub
6ccbdf330c
Updating load order for Util tests.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 19:34:59 +00:00
Tim Schaub
b6de19074e
A critical oversight in r11003. The Class.js script must be loaded first now (see #2992 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11013 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 19:33:03 +00:00
Tim Schaub
11c609d3fd
Simplifying the build profiles. Build only commit.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11008 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:43:28 +00:00
Tim Schaub
b9b7a68b19
Declaring dependencies in the source. Comments only commit.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11007 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:42:45 +00:00
Tim Schaub
0bc34e48c6
Simplifying the toposort method used for sorting dependencies. The new version imposes an arbitrary sort order for circular dependencies (instead of bombing out). The merge script now uses this new toposort. Tools only commit.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11006 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:39:44 +00:00
Tim Schaub
52a105c3aa
Adding the tile extent examples as part of #3002 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11005 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:37:58 +00:00
Tim Schaub
9e89f4f173
Removing the OpenLayers.Util.extend method to the Class.js file to avoid a circular dependency that cannot be resolved with an arbitrary sort order. r=elemoine ( closes #2992 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11003 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:24:32 +00:00
Tim Schaub
373dc629bb
For gridded layers where the tile lattice on the server doesn't align with the maxExtent on the client, set the layer tileExtent property. r=ahocevar ( closes #3002 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11002 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 17:21:58 +00:00
ahocevar
1efea75029
draw external graphics even if no fill is specified (e.g. for symbolizers from sld). p=gernot,me r=me ( closes #3004 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11001 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 16:45:10 +00:00
Éric Lemoine
46a382e79f
missing var declaration in LineString.js, p=jorix, r=me ( closes #3001 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11000 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-05 07:59:46 +00:00
Éric Lemoine
1144b2cd8c
small optimization for the toFloat func, r=pgiraud ( closes #2875 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10998 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-04 07:43:54 +00:00
ahocevar
d0ab1fd219
fix Bing layer's zoom level management. r=tschaub ( closes #2987 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10997 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-03 18:18:43 +00:00
pgiraud
06b32c30a7
Prevent Box handler from cancelling the click event by displaying the box only when the cursor move, p=me, r=elemoine ( Closes #2993 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10996 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-03 15:48:37 +00:00
Tim Schaub
ad54169479
Happy New Year.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10995 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-03 15:39:40 +00:00
ahocevar
5587fe7013
also use v3.2 for the osm-google example
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10992 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-03 08:40:51 +00:00
ahocevar
1c421576c3
Missing graphic-name.js which should have been committed with r10976 ( closes #2985 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-02 16:59:07 +00:00
Tim Schaub
e7803974b0
A bit of lint removal.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10990 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-01 23:48:08 +00:00
Tim Schaub
7eed099b4e
Getting specific about the radix. Trivial change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10989 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-01 23:41:47 +00:00
Tim Schaub
564376c847
Only loading what is strictly required by Util tests (see #2947 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10977 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-01-01 18:44:59 +00:00
ahocevar
fe6047859f
Always copy graphicName symbols, because there were too many issues with use/defs. Ctrl-Click and Shift-Click now works as expected on graphicName symbols. p=marcjansen, r=me ( closes #2985 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-29 12:06:46 +00:00
ahocevar
1b9996d62c
Added Bing layer with direct tile access. p=me,tschaub r=tschaub,me ( closes #2975 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10975 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-17 23:46:22 +00:00
Tim Schaub
62d91da358
Using the v3.2 api to avoid attribution popup.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-17 16:04:06 +00:00
ahocevar
24f233fb30
updated the description and documentation of the example. p=marcjansen, r=me ( closes #2869 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10973 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-17 10:02:05 +00:00
Tim Schaub
697ee375b8
Making it clearer what WKT read does with a geometry collection.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10972 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-16 19:31:10 +00:00
Tim Schaub
e00a21541d
Serializing features with OpenLayers.Geometry.Collection geometries as GEOMETRYCOLLECTION in WKT. p=strk, r=me ( closes #2706 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10971 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-16 19:14:44 +00:00
ahocevar
e9e2aec77d
Added Douglas-Peucker linestring simplification to OpenLayers.Geometry.LineString. Thanks chrismayer for this excellent patch. p=chrismayer, r=me ( closes #2869 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10969 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-15 13:38:52 +00:00
ahocevar
b61cec71a1
Make it possible to exclude Console.js and Lang/en.js for really small builds. r=bartvde ( closes #2882 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10967 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-15 09:42:19 +00:00
Éric Lemoine
4c3d4c77c0
make Request rely on standard XMLHttpRequest interfaces, p=jorix, r=me (References #2913 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10966 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-15 07:52:00 +00:00
Éric Lemoine
8084f63cb0
add XMLHttpRequest readyState compliance tests, p=jorix (References #2913 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10965 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-15 07:51:50 +00:00
Éric Lemoine
1ff89a9c40
Give Layer.Vector a method getFeaturesByAttribute, p=marcjansen, r=me ( closes #2979 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10960 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-14 08:07:29 +00:00
bartvde
b351734cf6
upgrade the XMLHttpRequest library to version 1.0.5 in order to fix the Request/Abort unit test, thx to jorix and erilem for their hard work on this, r=erilem
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10959 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-13 10:14:06 +00:00
Tim Schaub
4104942bca
Manual test for Google v3 resizing issue.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10957 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-08 17:58:41 +00:00
Éric Lemoine
43d9e2e1a4
the drag handler's mouseout func should check if the mouse left the map viewport div as opposed to the map div, r=ahocevar ( closes #2941 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10956 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-08 16:06:42 +00:00
ahocevar
9f47e1915d
auto-create the GetFeature readFormat for known outputFormats. r=tschaub ( closes #2968 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10955 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-07 23:56:32 +00:00
ahocevar
ed7faebbcb
fix document dragging which was broken with r10871. Note that this could also have been fixed by creating the Events instance on the element returned by OpenLayers.Util.getViewportElement() instead of document. r=erilem ( closes #2941 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10954 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-07 23:48:20 +00:00
Tim Schaub
43dd65d357
Avoiding infinite recursion when getting bounds of geometry collections. r=ahocevar ( closes #2967 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10953 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-07 23:37:56 +00:00
ahocevar
92493cc12b
Use native JSON if available. p=fredj,me r=bartvde,tschaub,elemoine ( closes #1807 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10952 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-07 16:56:49 +00:00
Éric Lemoine
831420aac2
missing var's, p=jorix (thx), r=me ( closes #2960 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10951 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-06 20:15:15 +00:00
ahocevar
b125e045d1
Make WMSGetFeature control respect layer projection if it equals the map projection. r=bartvde ( closes #2918 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10948 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-04 13:51:11 +00:00
ahocevar
492a6d930b
Let the read method respect readOptions and pass them to the format's read method. r=bartvde ( closes #2957 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10947 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-04 13:44:26 +00:00
ahocevar
da8766d9d6
give ModifyFeature control a vertexRenderIntent property. r=tschaub ( closes #2955 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10938 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-01 19:40:17 +00:00
ahocevar
b3f7d25c37
added APIdoc comment for the beforefeatureselected event
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10937 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-12-01 15:26:18 +00:00
ahocevar
542f8c5a84
fixed API docs. p=patzi, r=me ( closes #2948 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10919 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-25 16:46:57 +00:00
Éric Lemoine
0f6c6545f6
do not rely on Function.prototype.startsWith, use OpenLayers.String.startsWith, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10918 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-24 20:03:00 +00:00
ahocevar
e970151067
new "immediate" option to enable live measuring while moving the mouse. p=patzi,me r=me ( closes #2935 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10917 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-24 10:44:01 +00:00
ahocevar
30eabe26ad
set IS_GECKO to true only for real gecko browsers, not for webkit ones. r=bartvde ( closes #2942 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10909 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-23 09:19:25 +00:00
ahocevar
e851d453de
reverting r10700 ( closes #2870 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10907 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-20 17:43:06 +00:00
ahocevar
57bbf90cab
reverting r10905, which included more changes than it should have
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10906 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-20 17:38:23 +00:00
ahocevar
b696581405
reverting r10700 ( closes #2870 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-20 17:36:15 +00:00
Éric Lemoine
3e9253a5cb
make Request.html pass again, it passes in Chrome7, IE7 and FF3, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10904 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-18 13:39:08 +00:00
Éric Lemoine
5fe1b76e19
Layer.XYZ: support a subset of server resolutions, p=bbinet, r=me ( closes #2909 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10903 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-17 12:51:22 +00:00
bartvde
9a3ca5fa7e
several improvement to the SOSGetObservation Format, p=sonxurxo, r=me ( closes #2842 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10902 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-17 10:06:07 +00:00
bartvde
7608e867e9
remove deprecated Layer.WMS.Post from SLDSelect control, r=ahocevar ( closes #2930 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10898 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-16 15:15:06 +00:00
Frédéric Junod
f5735dabae
fix comment, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10897 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-15 09:48:10 +00:00
pgiraud
a56fe160d2
The built library file is now at the root level in the release archives ( Closes #2923 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10895 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-12 14:22:10 +00:00
Tim Schaub
8e9087344d
Updated single tile example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10883 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-10 18:23:58 +00:00
bartvde
851681cca1
changing an existing testcase to show that Format.WFST will write out srsName correctly on the envelope tag for a BBOX filter, non-functional change ( closes #2921 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10880 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-09 13:08:56 +00:00
bartvde
66960d392f
Filter strategy constructor should not need filter, r=tschaub,fredj ( closes #2841 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10879 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-09 12:57:06 +00:00
ahocevar
c8c9b51e73
Fixed OverviewMap and PanZoomBar controls. The former was broken because the extent rectangle div now has to be added to the viewPortDiv instead of the div, and the latter because it uses pagePosition where it doesn't need to, with an incorrect argument. r=fredj ( closes #2247 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10878 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-08 12:26:40 +00:00
Tim Schaub
003312856c
Update KML layer example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10875 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 21:56:24 +00:00
Éric Lemoine
6763ec26f8
fix minor typo in a comment, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 14:14:28 +00:00
Frédéric Junod
34c52fb5a8
handleBrowserEvent: don't compute mouse position if it's not needed. r=erilem ( closes #2880 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10873 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 14:07:40 +00:00
Éric Lemoine
5924c75c9b
in Popup.html mock BROWSER_NAME instead of Util.getBrowserName, non-functional change ( closes #2919 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10872 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 14:05:41 +00:00
ahocevar
a59266325b
Make it so getMousePosition does not report incorrect position when borders are used in containing elements, by replacing the pagePosition method with a new one and attaching map events to the internal viewport div instead of the user provided map div. r=erilem,tschaub ( closes #2247 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10871 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 12:44:38 +00:00
ahocevar
e40bb1f10d
Support EPSG:3857, EPSG:102113 and EPSG:102100 as additional web mercator aliases. p=tschaub, r=me ( closes #2915 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10870 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 07:49:12 +00:00
ahocevar
b9517a4cb5
Handle projections with different aliases: smarter Projection.equals and Layer.WMS.getFullRequestString methods. r=tschaub ( closes #2914 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10869 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-05 07:33:38 +00:00
Tim Schaub
aa9112c494
Avoiding unnecessary repeated checks of navigator.userAgent. The constants added here should not be used outside the library. In the future, they should be removed from the library. r=ahocevar ( closes #2911 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10868 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-03 00:10:00 +00:00
Tim Schaub
89c215bba4
Fixing up the WMS Post tests so they don't override getBrowserName ( closes #2912 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10867 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-11-02 19:35:02 +00:00
Frédéric Junod
532f64f105
Remove the activate, deactivate and setMap functions from the
...
WMTSGetFeatureInfo control. Not needed because they do the same as the
parent class. r=erilem (closes #2805 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10864 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-28 06:50:31 +00:00
Frédéric Junod
7fd84b613d
avoid double redraw when panning/zooming. p=tsauerwein,r=erilem ( closes #2801 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10863 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-28 06:44:35 +00:00
Éric Lemoine
8024e58177
do not assume that the browser won't add new script tags to the DOM before it's done with the evaluation of OpenLayers.js, r=fredj,ahocevar ( closes #2873 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10862 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-27 10:26:05 +00:00
Frédéric Junod
3c57b6b36c
Add missing semicolon and remove 'date' local variable declaration
...
(already declared at the beginning of the function). Tests still pass
with FF. Non-functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10861 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-27 10:12:01 +00:00
Éric Lemoine
da9bf7991d
remove duplicated code in OpenLayers.html tests, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10860 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-26 14:09:26 +00:00
Frédéric Junod
a5e06e66e2
add '-khtml-user-select: none;' to prevent the selection of the element .r=erilem ( closes #2898 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10859 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-26 06:48:35 +00:00
ahocevar
e087e31621
Remove overhead from OpenLayers.Class, using erilem's fancy OpenLayers.inherit function. r=erilem ( closes #2899 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10858 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-22 20:34:21 +00:00
ahocevar
1b44b82908
Make sure that the background node is removed when redrawing with a different symbolizer. Thanks ahtih for this excellent debut patch. p=ahtih, r=me ( closes #2891 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10851 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-20 14:01:36 +00:00
crschmidt
2bb081255e
Mention that layer.display is not designed for external use, and redirect
...
users to setVisibility. No functional change.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-18 19:12:13 +00:00
bartvde
e606386b94
Path handler: create APIFunction from dblclick internals (called finishGeometry) so people can programmatically stop the path handler, r=erilem ( closes #2889 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10847 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-18 09:46:46 +00:00
Éric Lemoine
107cf7948c
remove property Layer.Vector.isVector, it serves no purpose, r=bartvde ( closes #2888 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-18 08:09:56 +00:00
ahocevar
6c56531378
change server for the example, because wfs on demo.opengeo.org appears to be broken.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10843 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-16 21:58:49 +00:00
bartvde
44bba4bc6b
dos2unix, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10838 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-15 14:36:48 +00:00
ahocevar
12d3c86eb4
Avoid VML rendering issues with zero area inner rings. We don't actually do an expensive area calculation, but just make sure that we have at least three distinct points. This version is slightly different from Tim's previous patch: it compares the VML path components rathter than the geometry components, which is less expensive and more reliable (because the VML path uses integers). p=tschaub,me r=me ( closes #2876 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10837 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-15 13:47:35 +00:00
Frédéric Junod
2176013e24
Use an OSM layer instead of TMS with a custom getURL. Non functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10836 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-15 11:43:53 +00:00
ahocevar
1ce6ce1827
fixed APIdocs.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10835 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-14 18:52:19 +00:00
ahocevar
ea3999d755
partially reverted r10732 (because we don't deactivate controls on destrly) and reverted r10810 (because it is not needed any more). r=elemoine ( closes #2864 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10834 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-14 10:57:31 +00:00
ahocevar
758a252bd8
reverted r10832 - inclusion of Console.js should be handled elsewhere. Thanks elemoine for mentioning this.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10833 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-14 08:26:12 +00:00
ahocevar
aa49e90a2f
added missing @requires. Thanks jorix for spotting this (see #2873 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10832 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-14 08:18:56 +00:00
ahocevar
102f7da67e
Also handle the case where the regex does not match in OpenLayers.js::_getScriptLocation, and use a shorter variable name for the match. In addition to the reviewed patch, also added some comments about simplification in 3.0, and to make jorix happy. Finally, moved VERSION_NUMBER to the top to make it easy to see it in a minified build. r=elemoine ( closes #2873 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10831 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-14 08:08:54 +00:00
Tim Schaub
1397f816b5
Adding interior ring digitizing for polygons. Thanks jachym for the initial work. r=ahocevar ( closes #1894 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10828 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-13 22:12:52 +00:00
Tim Schaub
ba21865e28
Update jugl.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10824 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-13 19:01:00 +00:00
Frédéric Junod
113f87b317
return an empty string if the script don't ends with 'OpenLayers.js', add OpenLayers.VERSION_NUMBER. r=elemoine ( closes #2873 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10823 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-13 13:59:31 +00:00
ahocevar
485ebaa316
Made _getScriptLocation smarter, and added it to SingleFile.js also. This means that single file builds no longer need to contain OpenLayers.js. r=eleomine ( closes #2873 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10822 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-13 13:02:08 +00:00
Éric Lemoine
8dc19c84c7
Layer/TileCache.js missing @requires to Tile/Image.js, reported by fvanderbiest, no functional change ( closes #2861 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10818 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-11 18:40:55 +00:00
Tim Schaub
0bcf869632
Excluding Lang dir in library.cfg (Lang/en.js is pulled in by OpenLayers.js).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10817 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-11 15:57:40 +00:00
Tim Schaub
8047afd909
Adding support for excluding directories when an includes list is not explicitly provided. For our full.cfg example profile, we can exclude the OpenLayers/Lang and Firebug directories instead of having to explicitly list language files to exclude (see #2871 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10816 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-11 15:51:29 +00:00
crschmidt
5ec2f0371d
Testing commit emails.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10815 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-09 22:15:20 +00:00
ahocevar
e22a37476d
remove unwanted streetview control from the google layer. r=pgiraud ( closes #2868 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10813 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-08 16:23:22 +00:00
Éric Lemoine
ee9c3e76af
add an Extend Cluster Strategy example, provided by Marc Jansen, no functional change to the library, r=me ( closes #2865 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10811 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-07 08:29:06 +00:00
Éric Lemoine
26d20c1fb1
cannot destroy a map with panels, r=fredj ( closes #2864 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10810 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-10-06 09:15:00 +00:00
Éric Lemoine
233ffe6a10
Use div.childNodes instead of div.children, as div.children isn't supported by FireFox 3.0, p=fvanderbiest, r=me ( closes #2855 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10801 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-30 11:26:29 +00:00
ahocevar
2049b2a8b2
Use new MultiMap API key for the mm example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10800 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-30 09:30:12 +00:00
Tim Schaub
1d1911e28d
Fire measurepartial synchronously if in freehand mode. Cancel delayed messages when measure completes, when control is deactivated, or when measure is canceled. p=jorix,me r=me ( closes #2820 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10799 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-28 21:57:00 +00:00
Éric Lemoine
059b83a52f
we get a js error in the Fixed strategy when the layer is removed from the map right after strategy.load is called, p=fvanderbiest, r=me ( closes #2851 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10791 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-27 10:13:00 +00:00
bartvde
0dc5793834
undo fix for #2850
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10790 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-24 08:44:12 +00:00
bartvde
fe16f7b409
Control should set this.div to null in destroy, r=fredj ( closes #2850 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10789 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-24 06:39:08 +00:00
pgiraud
ff6a4d44e7
Fixing identation, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10775 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-21 13:20:11 +00:00
ahocevar
f4a99d4052
Fixed viewRequestID regression and mixin issue that caused the mixin to always be applied unless maxGetUrlLength was explicitly set. Includes a regression test for the viewRequestID bit. r=tschaub ( closes #2847 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10773 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 23:20:55 +00:00
Tim Schaub
b8feb3c22e
Making it so OpenLayers.Util.getParameters doesn't fail with improperly encoded query string parameter names or values. We expect parameter names and values to be encoded according to RFC 3986 ( http://labs.apache.org/webarch/uri/rfc/rfc3986.html ). However, there are cases where browsers will not use utf-8 character encoding in generating a URL. In these cases, the unescape function provides a fallback that tries to use the ISO Latin character set. This may not always be a good second assumption, but it is better than failing to load the library when the first assumption fails. r=ahocevar ( closes #2821 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10771 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 16:48:11 +00:00
Tim Schaub
bb71632848
Removing null default values from symbolizers. Later, we could consider static setDefaults methods on the constructors. r=ahocevar ( closes #2840 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10770 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 16:32:07 +00:00
ahocevar
38c3a4d4c5
use Util.getParameters correctly. r=tschaub ( closes #2846 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10769 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 16:20:54 +00:00
ahocevar
e22389086c
removing unused method. Non-functional change, see #2824
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10768 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-17 09:38:46 +00:00
ahocevar
ce90aebfd0
Made Tile.Image.IFrame an addin which will be used only if a layer is configured with the maxGetUrlLength option. This deprecates Layer.WMS.Post. r=tschaub ( closes #2824 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10755 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-16 21:54:22 +00:00
Tim Schaub
1284b71bbc
Updating basic example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-16 20:34:49 +00:00
ahocevar
c70a97fb77
Removing redundant redraw. This patch is an excellent example of how things should be done, well done jorix. p=jorix, r=me ( closes #2837 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10734 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-14 07:30:28 +00:00
ahocevar
5417057974
Removing redundant line of code that causes problems when placing the div outside the map. Thanks jorix for catching this. p=jorix, r=me ( closes #2836 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10733 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-13 21:15:13 +00:00
ahocevar
a1f20ee345
Avoid panel being displayed after deactivate. p=jorix, r=me ( closes #2835 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10732 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-13 13:26:07 +00:00
ahocevar
35092e9226
Added keywords and tags to examples. People who want to help clean up our examples collection should look for the cleanup tag. Patch created by marcjansen during the FOSS4G 2009 and 2010 code sprints. Thanks! p=marcjansen, r=me ( closes #2830 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10730 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-13 12:26:18 +00:00
crschmidt
4be7614570
Add support for examples list to parse and use tags. Patch from marcjansen
...
at the code sprint at FOSS4G2010. Woohoo. r=me, (Closes #2829 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-13 11:27:12 +00:00
ahocevar
581525af98
There is no reason to not create OpenLayers.Filter instances. Non-functional change (see #2818 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10727 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-10 15:10:05 +00:00
crschmidt
a40edf44f7
Testing commit.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10726 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-10 14:27:53 +00:00
Tim Schaub
3aeab46132
Putting the script tag at the end of the body (for demonstration purposes).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10725 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-10 13:14:06 +00:00
ahocevar
d879ca8d00
add MultiMap tests without document.write, because this does not work in IE. We also have to do a try-catch in the first test to avoid tests from failing in WebKit browsers when the api key is incorrect. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10724 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-10 12:49:10 +00:00
bartvde
92429bb7c2
add failure handler to SOS example, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10720 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-04 08:27:21 +00:00
bartvde
47173e6b62
protect SOS example against misbehaving SOS
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10719 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-04 08:22:58 +00:00
crschmidt
3471306a2e
(Minor spacing, testing commit.)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-03 16:43:33 +00:00
crschmidt
26eccbd049
Add a release tool to SVN.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10717 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-02 21:53:34 +00:00
Tim Schaub
95512dfa5a
The cluster strategy originally destroyed all features on the layer because it created them. When the threshold property was introduced, the strategy should have been removing instead of destroying features that it didn't create. This wasn't a problem until r10597 when the destroyMethod method was made to actually work. With this change, the cluster strategy removes instead of destroys features. r=crschmidt ( closes #2815 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10714 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-02 18:29:06 +00:00
bartvde
f76f8ded46
fix up SOS client example, non-functional change, the underlying SOS service had changed something in the accepted resultModel values
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10713 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-02 09:35:09 +00:00
crschmidt
cfa3353d42
Change the remaining examples that reference MetaCarta Labs server to
...
point to the newly set up TileCache service on the OSGeo projects
server.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10709 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 19:12:41 +00:00
crschmidt
fb35f555be
Change all references to the labs.metacarta.com WMS server to the
...
OSGeo-hosted vmap0.tiles.osgeo.org server.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 11:36:05 +00:00
crschmidt
e3d36e80e9
Minor changes in languages: "es" and "ca". (Pullup #2751 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10707 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 03:45:25 +00:00
crschmidt
f0d474e50b
Change license text to point to "OpenLayers contributors", referencing
...
authors.txt file. In reality, MetaCarta does not own copyright to these files,
they merely have a right to distribute them under the license terms agreed to
by the contributors. At this point, there is no longer any reference to
MetaCarta as a copyright holder in the OpenLayers project, only to its
individual contributors via the authors.txt file.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10706 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-09-01 03:06:31 +00:00
bartvde
dde71c9b3b
fix up tests in Control SLDSelect ( closes #2814 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10705 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-29 11:06:45 +00:00
bartvde
7f50e32905
fix up tests in Layer.Image as well see #2360
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10704 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-29 08:45:51 +00:00
bartvde
fd083d64d2
no way to pass read options from protocol to format, r=ahocevar,elemoine ( closes #2656 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10703 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-29 08:41:13 +00:00
crschmidt
54fd1f561c
Fix for Anchored popup does not respect anchor size when relative position is
...
'tl', (Closes #2651 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10700 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-26 14:35:00 +00:00
crschmidt
acae8a8013
Panel: Adding controls, unnecessarily activations occur followed by
...
deactivations (closes #2769 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10699 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-26 14:34:30 +00:00
Frédéric Junod
e32372e4b2
replace marker url ( closes #2273 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10698 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-25 12:13:57 +00:00
Frédéric Junod
8b0d660b00
add missing semicolon
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10697 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-25 06:27:44 +00:00
Frédéric Junod
a167860818
add missing semicolon
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-25 06:25:11 +00:00
ahocevar
257cc5576b
Give Layer.Vector a getFeatureByFid and a getFeatureBy method. Thanks vog for this very clean patch and the verbose unit tests. r=me ( closes #2722 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10691 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-24 11:13:51 +00:00
ahocevar
fce15acc01
better regex for host check (see #1691 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10690 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-24 09:25:46 +00:00
ahocevar
b7f0f27dcd
re-added MultiMap test with new API url and API key, but only if running from (www.)openlayers.org. The multimap-mercator.html example was fixed with r10552 already ( closes #1691 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10689 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-24 09:19:19 +00:00
Frédéric Junod
cdb4b78136
fix WKT MULIPOINT in tests (see #2670 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10688 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-24 07:12:51 +00:00
Frédéric Junod
5f59b8d72d
add missing semicolon
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10687 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 14:39:06 +00:00
Frédéric Junod
7295ffc9d4
Element.{show|hide}: check element before setting display. r=elemoine ( closes #2652 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10682 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 12:43:36 +00:00
Éric Lemoine
6e28a7cafd
Layer: add getter method for maxExtent, p=regli_dominik, r=me
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10681 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 12:37:39 +00:00
Éric Lemoine
6f73f7059f
make Layer.addOptions call initResolutions if necessary, r=bartvde ( closes #2360 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10680 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 12:28:57 +00:00
ahocevar
ce0ba0b570
New saveState option to restore the active state of controls in a panel after re-activating the panel. r=crschmidt,jorix ( closes #2753 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10679 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 12:09:42 +00:00
Frédéric Junod
a6319b2974
LonLat.add: cast arguments to float. r=crschmidt ( closes #2686 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10678 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 11:50:56 +00:00
Éric Lemoine
19af3bb8e7
Fix a localization problem with the XML format's createTextNode method in IE, p=fvanderbiest,me r=fredj ( closes #2782 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10676 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 08:51:46 +00:00
Frédéric Junod
7832d8dda1
Add a smooth transition for singleTile layer panning only. r=tschaub ( closes #2593 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10675 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 07:04:39 +00:00
Frédéric Junod
cb3fc7842b
Add a new option to Control.OverviewMap to start maximized. r=bartvde ( closes #2746 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10674 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 06:59:49 +00:00
Frédéric Junod
29dece02a5
Use the graphicOpacity to set canvas.globalAlpha. Move the image source assignment after the onload. r=crschmidt ( closes #2608 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-23 06:52:17 +00:00
bartvde
6b9ee6bb5e
WMSGetFeatureInfo: add an event when no queryable layers are found, r=crschmidt ( closes #2744 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10670 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-22 18:44:44 +00:00
crschmidt
ed2e943e52
Update MousePositoin control to support activate/deactivate. Patch by jorix,
...
tests pass, and controls.html example still works the same as before.
(Closes #2520 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10669 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 22:45:32 +00:00
crschmidt
c5f233ab8c
Extend the maximum size of the FramedCloud popup to 1200px wide, instead of
...
600. Updated image and patch provided by adrian_gh.popa@romtelecom.ro ,
tested by me. r=me, (Closes #2742 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10668 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 17:38:27 +00:00
crschmidt
bf778b21c1
Remove unused events from OpenLayers documentation. doc change
...
only. (Closes #2553 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10667 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:20:51 +00:00
crschmidt
69032c0534
ArcIMS layer does not have a proper clone method. patch=bartvde,
...
r=me, tests pass in Safari and IE, (Closes #2490 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10666 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:17:12 +00:00
crschmidt
3520c32140
In order to resolve a memory leak in IE, observable via drip, remove elemnts
...
from panels before calling innerHTML. This resolves the memory error. All
tests pass in FF and IE, and there are no obvious side effects I can imagine;
committing. Patch from aabt, r=me, (Closes #2745 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:10:21 +00:00
crschmidt
da14451dbd
Fix from tim_abell to make build.py callable from another function,
...
(Closes #2468 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10664 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:06:06 +00:00
crschmidt
a785dc1b1f
Commit fix for #2670 from fredj, r=me ( Closes #2670 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10663 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-21 16:04:50 +00:00
ahocevar
23137091fc
Make VML behave when removing previously added stroke symbolizers. r=tschaub ( closes #2784 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 23:56:34 +00:00
Tim Schaub
f37c9f8aef
Making it so mergeWithDefaultFilter returns undefined if the protocol defaultFilter is falsey. r=ahocevar,me ( closes #2796 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 23:48:45 +00:00
ahocevar
ee7065c9fa
Fixed ScaleLine when geodesic option is set to true and the map center is beyond the poles. Also added geodesic option to the Scale control. r=tschaub ( closes #2600 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10657 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 23:29:33 +00:00
Tim Schaub
3f172c501d
Adding a WMTSGetFeatureInfo control for querying WMTS layers. r=ahocevar ( closes #2678 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10656 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 22:49:08 +00:00
Tim Schaub
25fac24436
Adding a filter strategy for limiting features that are included in a layer's collection. The strategy takes a filter and caches features that don't pass the filter. Call setFilter on the strategy to update the cache and collection on the layer. r=ahocevar ( closes #2790 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10655 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 22:41:01 +00:00
Tim Schaub
28558c171c
Giving the getCentroid method on geometry collections a 'weighted' argument. If true, the centroid will be calculated based on the weighted average of all component centroids. Thanks for the great patch dzwarg. r=me ( closes #2469 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10652 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 20:28:48 +00:00
Tim Schaub
2c7eade60c
Demonstrating that the layer.destroyFeatures() issue is already fixed (see #2649 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10651 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 20:01:08 +00:00
Tim Schaub
59953b8eb6
Adding a zoomOffset property to XYZ and TMS layers. This allows you to have a map with a maximum resolution that differs from the maximum cache resolution (if you want to show a subset of OSM for example). r=ahocevar ( closes #2616 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 19:40:53 +00:00
Tim Schaub
5750b5f6e0
Properly setting the hoverRequest so it can be aborted. r=ahocevar ( closes #2797 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10649 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 19:30:00 +00:00
bartvde
050eda6670
Layer.WMS should use a supported exception format for WMS 1.3 by default, p=ahocevar, r=me ( closes #2478 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10648 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 18:48:55 +00:00
ahocevar
7eaa37856c
don't treat strings as array. p=madair, r=me ( closes #2563 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10646 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 17:05:23 +00:00
ahocevar
814810f6ed
Give ReglarPolygon handler a layerOptions config option. p=zanchin, r=me ( closes #2755 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 16:58:39 +00:00
ahocevar
9450124359
Made transformcomplete listener do as documented - return the transformed feature. p=patzi, r=me ( closes #2714 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10644 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 16:56:46 +00:00
Tim Schaub
9d4e91e717
Creating a Type variable that refers to arguments[i]. Including parentheses when calling the constructor. r=elemoine ( closes #2791 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10642 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-20 15:50:46 +00:00
ahocevar
0d6658f52d
fixed positioning of rotated graphics after zoom change. r=tschaub ( closes #2733 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10639 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-19 15:51:19 +00:00
ahocevar
7993fc177b
Fixed onselect handling for the first down-move-up-out cycle. r=bartvde ( closes #2735 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10637 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-19 14:52:45 +00:00
Tim Schaub
94c29f1d4d
Updating example and tests to demonstrate the trackAttributes property for per point attribute parsing (see #2771 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10633 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-18 18:53:43 +00:00
ahocevar
42fedc4d69
Make it safer to extend the Google Layer by not invoking Map.getLayersByClass. Also removed an unused variable. tschaub made one more change to check for other Google layers only if we have a cache already - otherwise the whole logic would not apply anyway. Thanks iacovlev_pavel for bringing this up on IRC. p+r=tschaub,me ( closes #2793 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10632 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-18 16:43:45 +00:00
Tim Schaub
415fcbf9f9
Adding gx:Track parsing to the KML format. If extractTracks is true, the parser will extract points from gx:Track elements as features, acquiring attributes from the Placemark plus when, trackId, altitude, heading, tilt, and roll (assuming angles are present). r=ahocevar ( closes #2771 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10631 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-18 15:38:09 +00:00
Tim Schaub
fc9e67318e
Adding OpenLayers.Date utility functions to parse and serialize dates. The date string format parsed complies with ECMA-262 (v5) section 15.9.1.15, derived from the profile of ISO 8601 for date and time on the Internet ( http://tools.ietf.org/html/rfc3339 ). Where available (and functional) the native date.toISOString and Date.parse methods will be used. r=ahocevar ( closes #2778 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10630 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-18 15:11:27 +00:00
ahocevar
9ae54040db
Only call dashStyle when strokeDashstyle is set. r=tschaub ( closes #2768 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10621 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-15 19:53:14 +00:00
Éric Lemoine
5a8775cd16
the old-but-still-used GML format creates features with geometries of type OpenLayers.Bounds, p=fvanderbiest, r=me ( closes #2724 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10614 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-11 14:24:51 +00:00
bartvde
602cf46c10
Marking setLayer on SelectFeature Control as API, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10613 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-11 09:37:15 +00:00
ahocevar
68d82edc01
Added note about requirement of serializability of feature attributes. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10609 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-09 14:05:57 +00:00
Tim Schaub
c68e234b71
Slippery proxy! (That 501 gets me all the time.)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10605 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-07 00:06:11 +00:00
Tim Schaub
a52cb98622
Example demonstrating the use of a filter with the WFS protocol.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10600 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 21:20:56 +00:00
Tim Schaub
33410b0e76
Adding a removeAllFeatures method to the vector layer. This bypasses a few unnecessary steps when removing all features but retains the same behavior as the removeFeatures method otherwise. Optimizing the clear method on elements renderers a bit by avoiding length calculation of the live collection and looking up the first child once per node removal. r=ahocevar ( closes #2774 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 15:46:23 +00:00
Tim Schaub
e0c3db1227
Making consistent the evaluate method of filters. The evaluate method accepts vector features, making possible logical filters that combine spatial and comparison filters. r=ahocevar ( closes #2773 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10596 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 15:38:55 +00:00
Tim Schaub
c15a1a0779
Making it so the clear method on the canvas renderer permanently clears features (as with the other renderers). r=crschmidt ( closes #2775 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 15:34:48 +00:00
ahocevar
d965d4a1a0
fixed APIdocs. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10594 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-05 14:30:46 +00:00
crschmidt
c77688a0be
Change the OSM example to show how to setCenter (using reprojection), in
...
part to demonstrate that OSM is in spherical mercator coords.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-04 18:41:00 +00:00
ahocevar
f0736370f3
Use a loop variable to avoid array lookups and use one if clause instead of two. Non-functional change (see #2764 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10577 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-04 08:10:40 +00:00
ahocevar
ea1290f8d8
Do not change the active state of button controls on a panel when a tool control is activated. p=jorix, r=me ( closes #2764 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-04 07:56:25 +00:00
Tim Schaub
9d3c4ecb1c
Firing the beforefeaturesremoved event from the vector layer. r=ahocevar ( closes #2770 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10575 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-03 23:37:31 +00:00
Tim Schaub
31afaf1fca
Fixes for the WMTS layer to properly update matrix related properties. Determining the best matrix in the set based on current map resolution. Properly parsing TopLeftCorner coordinates and providing a way to specify identifiers for backwards CRS. r=ahocevar ( closes #2677 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10570 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-03 15:21:06 +00:00
ahocevar
f89fb1f226
make yx property an object rather than an array. r=elemoine,bartvde ( closes #2767 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10569 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-03 09:15:26 +00:00
Tim Schaub
0892e61bcb
Documenting that OSM extends XYZ and XYZ extends Grid. The buffer property comes from the Grid prototype. ( closes #2766 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10561 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-02 19:53:00 +00:00
Tim Schaub
6c0952934f
Adding point, line, polygon, text, and raster symbolizer constructors. This paves the way for rendering multiple symbolizers per rule. The SLD parser now successfully round-trips documents with multiple symbolizers and multiple FeatureTypeStyle elements (through the symbolizer zIndex property). The Style2 (yes, ack) constructor is used to represent a collection of rules with multiple symbolizers. Style2 objects are currently only used by the SLD parser if the multipleSymbolizer property is set to true. Future enhancements to the renderers can be made to account for multiple symbolizers. r=ahocevar ( closes #2760 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10560 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-08-02 19:49:52 +00:00
Tim Schaub
9fd7463680
Making it so layers that use the SphericalMercator mixin call getLonLatFromViewPortPx and getViewPortPxFromLonLat on the Layer prototype instead of relying on the underlying map object for pixel to map location translations. This allows the Google (and other SM) layers to be used as a base layer but not be visible (with allOverlays set true on the map). r=ahocevar ( closes #2759 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10554 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-29 17:23:10 +00:00
ahocevar
f2247ae079
New api key and overlay for multimap example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10552 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-29 12:44:31 +00:00
ahocevar
e5f0cfe906
Respect setVisibity(false) before layer is fully loaded. r=tschaub ( closes #2750 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-29 07:25:21 +00:00
ahocevar
a5f2ddcfa1
Google layer improvements for maps with allOverlays set to true. r=tschaub ( closes #2758 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10550 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-29 07:23:02 +00:00
crschmidt
ca27481c66
The sandbox is now updated here as well, so check the most recent
...
rev for the whole tree instead of just that particular checkout.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10520 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-27 12:55:25 +00:00
ahocevar
7398216346
Implemented activate, deactivate and destroy methods; use autoActivate option with a default of true. p=jorix,r=me ( closes #2567 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10510 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-23 14:38:21 +00:00
ahocevar
b2f810361d
Improved clone method for Layer.XYZ; gave Layer.OSM its own clone method. Thanks aratcliffe for bringing this up. r=tschaub ( closes #2738 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10507 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-21 07:55:37 +00:00
crschmidt
6adffe5be2
Add updating sandbox to script
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10502 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-20 15:27:13 +00:00
pgiraud
2a30747bd9
add support for the ol:tileSize layer property in WMC, p=fvanderbiest,r=me ( Closes #2740 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10491 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-15 15:01:36 +00:00
ahocevar
67b0c7180f
Added a note about incompatibility with UI controls provided by the GMaps API. Thanks pwr for pointing this out (see #2736 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10485 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-13 08:28:16 +00:00
Tim Schaub
ee00417729
Making the Google v3 layer work with deferred map rendering. r=ahocevar ( closes #2731 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10484 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-12 15:34:41 +00:00
Frédéric Junod
d880d2d2b7
add missing semicolon, remove global and unused variables, remove unreachable code
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10482 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-12 06:45:19 +00:00
Tim Schaub
afa7b9c2bb
Making it so the Google layer is not visible if used as an overlay with visibility false. Container is offset to allow proper calculation of size. r=ahocevar ( closes #2730 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10480 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 21:52:04 +00:00
Tim Schaub
3d0c264198
Moving the OpenLayers.Layer.Google.v2 definition into Google.js so we don't break any custom builds that include just the Google.js script. r=ahocevar ( closes #2729 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10479 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 21:10:00 +00:00
Tim Schaub
a5ca639c5b
As with r10477, this change simplifies the setGMapVisibility tests to make sure that repositionMapElements is getting called. These tests were periodically failing depending upon the order in which they run. This likely indicates we've got to do some more cleaning up in map.destroy or elsewhere (see #2493 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10478 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 20:21:30 +00:00
Tim Schaub
1d8773eab6
In practice, this allOverlays example displays the terms of service element. In this test, it appears that the google script is hiding it again after we make it visible - perhaps because it is not actually displayed. And this is not always consistent. I can get this test to pass by making the timeout shorter. In any case, a simpler test is to confirm that repositionMapElements is getting called (see #2493 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 18:05:42 +00:00
Tim Schaub
309d198e04
Removing stuff that was added twice in r10474 (see #2493 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 15:50:45 +00:00
ahocevar
64842fd711
add support for GMaps v3. Thanks tschaub for the big improvements to my original patch. p=tschaub,me, r=tschaub ( closes #2493 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10474 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 12:01:11 +00:00
Frédéric Junod
4d3a1eebf7
coding style: add braces around test, use {} instead of new Array(), remove unused variable
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10473 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 11:53:36 +00:00
Frédéric Junod
74a6f7e895
replace tabs with spaces
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-09 11:45:31 +00:00
Tim Schaub
e32d63d7b2
Correctly selecting url when an array is provided. Thanks cmoullet for the patch. r=me ( closes #2727 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10471 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 16:46:06 +00:00
Frédéric Junod
b81b05a9b5
remove tabs, remove unused variable
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10469 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 10:29:41 +00:00
Frédéric Junod
1c4afaaded
add missing semicolon.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10468 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 10:15:37 +00:00
Frédéric Junod
8c2caf91d1
remove wrong svn:mime-type. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10467 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 09:59:29 +00:00
bartvde
c4eaee5b5c
fix comment error in containsBounds non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10465 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 08:48:23 +00:00
bartvde
b428e58090
typo in previous commit
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10464 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 08:24:41 +00:00
bartvde
28a7776d04
fix wrong comment in Cluster Strategy non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10463 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-08 08:22:19 +00:00
Frédéric Junod
42b003669c
add missing semicolon.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10457 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-06 09:37:38 +00:00
Frédéric Junod
509042078e
update documentation link. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10456 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-06 08:16:09 +00:00
Frédéric Junod
d47944e4b7
remove unused variable and unreachable code, replace tab with space. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10452 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-04 19:28:20 +00:00
Frédéric Junod
de462bbe33
remove global and unused variable. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10451 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-03 21:14:00 +00:00
Tim Schaub
22aa4281fa
Making it more convenient to create WMTS layers from capabilities documents. The format now has a createLayer method that takes a capabilities response object and a layer configuration object. This returns a properly configured WMTS layer based on the layer and matrix definition found in the capabilities. Unless otherwise specified, the layer name will be derived from the advertised title, and the style identifier will be the advertised default. r=ahocevar ( closes #2676 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10449 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-02 16:11:37 +00:00
ahocevar
ef9afd22cb
change the SLDSelect control's default Polygon symbolizer to produce the same result as before r10430. r=elemoine ( closes #2712 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10446 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-01 14:30:57 +00:00
Frédéric Junod
ea183210fe
replace the deprecated OpenLayers.Util.getArgs with OpenLayers.Util.getParameters
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10445 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-01 13:22:38 +00:00
Frédéric Junod
72e2280c87
don't use the deprecated bind function
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10442 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-01 09:46:32 +00:00
Frédéric Junod
955ee1b1a9
fix token syntax in lang files. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10441 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-01 08:18:15 +00:00
Frédéric Junod
a9a9b6387e
remove tabs and trailing whitespace. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10439 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-07-01 07:33:50 +00:00
Tim Schaub
1f601390dd
Documentation tweak for the vector layer.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10438 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-30 19:48:29 +00:00
Frédéric Junod
40539ff6d3
remove setMap function from WMSGetFeatureInfo. r=ahocevar ( closes #2717 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10437 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-30 13:56:50 +00:00
Frédéric Junod
c8cad59575
remove unnecessary semicolon and unused variable. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10436 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-30 11:58:49 +00:00
bartvde
20a4025af0
Renderer: give featureId to eraseGeometry function, r=fredj ( closes #2693 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10435 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-30 10:49:06 +00:00
Frédéric Junod
e643531a0a
fix OverviewMap regression. r=elemoine ( closes #2137 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10434 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-30 09:06:27 +00:00
bartvde
0bc3e3c8b3
Layer.Vector's renderers array should be able to deal with function as well as strings so that people can use their own custom renderer in their own namespace, r=ahocevar,fredj ( closes #2669 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10432 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-29 11:53:59 +00:00
Frédéric Junod
08f506176b
use array join instead of string concat. r=ahocevar ( closes #2713 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10431 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-29 11:05:00 +00:00
ahocevar
2939bad8d0
fixed use of the "fill" and "stroke" symbolizer properties in Renderer and Format.SLD to match the documentation (i.e. false means to not apply a fill or stroke)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10430 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-29 08:21:26 +00:00
Frédéric Junod
0db8f59ae3
add missing semicolon. Non functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10429 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-28 08:41:43 +00:00
Frédéric Junod
d895af91a5
fix SVG tests in webkit
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10428 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-28 08:33:15 +00:00
Frédéric Junod
98941c9952
removed svn:executable property. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10427 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-28 07:23:16 +00:00
Éric Lemoine
0b9e0f50ab
revert [10347] which causes double requests in certain conditions, discussed in #2065 , r=ahocevar
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10426 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-28 07:16:37 +00:00
Éric Lemoine
60e869e295
Add Vincenty direct formula, and make the Vincenty functions part of the API, p=aabt, r=me ( closes #2692 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10425 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-24 09:05:36 +00:00
Frédéric Junod
ae472b69a2
syntax error. r=me
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10424 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-22 14:30:45 +00:00
Frédéric Junod
a8af8bceb5
Handler.RegularPolygon.clear: check if this.layer is set. r=bartvde ( closes #2701 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10423 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-22 14:10:43 +00:00
Frédéric Junod
5f6a2209ba
Handler.Box.destroy: destroy the dragHandler. r=bartvde ( closes #2697 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10422 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-22 14:07:32 +00:00
Éric Lemoine
fa1b7d2481
more tests for Format.Filter.v1, all pass in FF3, IE7 and Chromium6, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10421 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-22 07:08:20 +00:00
Éric Lemoine
9a2363d06b
Format.Filter.v1 may fail to read LowerBoundary and upperBoundary, r=bartvde
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10420 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-21 08:08:13 +00:00
Tim Schaub
e6b0ec0ee3
Adding an example to the WMTS constructor docs (as with the WMS docs).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10415 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-18 15:15:08 +00:00
Frédéric Junod
4bb7ccaf0a
remove redundant OpenLayers.Util.extend. r=elemoine ( closes #2137 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10408 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-17 13:04:16 +00:00
Éric Lemoine
c4fbe1c0b3
measure control - wrong measure when moving fast, r=fredj ( closes #2691 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10407 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-17 12:55:44 +00:00
Frédéric Junod
cd94a7f17d
don't fire measurepartial on first click. r=elemoine ( closes #2096 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10406 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-17 11:59:37 +00:00
bartvde
cca1395fc6
Geometry.Collection does not call parent destructor, so bounds are not reset, r=fredj ( closes #2688 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10405 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-16 14:25:15 +00:00
bartvde
eb4d5a2447
reverting r10372, leave #2619 for 3.0
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10402 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-16 05:58:08 +00:00
Frédéric Junod
98c7687033
removed svn:executable property. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10401 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-15 15:34:32 +00:00
Frédéric Junod
e6de46b9d3
call stop instead of duplicate the code. r=elemoine ( closes #2675 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10392 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-14 06:13:35 +00:00
Tim Schaub
f42bbd1dfc
Add WMTS capabilities parsing example (see #2637 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10391 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-12 18:46:33 +00:00
Tim Schaub
07ee9991be
Adjust attribution position on example (no functional change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10390 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-12 18:45:27 +00:00
Tim Schaub
fba8a99b9b
Additional documentation for the WMTS layer (see #2637 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10389 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-12 05:37:43 +00:00
Tim Schaub
d1e24bdcc0
Adding a WMTS layer and capabilities parser to work with OGC WMTS service implementations. Thanks August Town for this nice contribution. p=august,me r=me ( closes #2637 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10388 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-12 02:41:51 +00:00
Tim Schaub
f7113df376
Adding namespaces to versioned OWSCommon formats. Adding regExes to OWSCommon v1 prototype. r=bartvde ( closes #2671 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10387 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-11 14:38:42 +00:00
Frédéric Junod
35b8350aec
remove unneeded parseFloat from OpenLayers.LonLat.fromString. r=bartvde ( closes #2674 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-11 12:35:19 +00:00
Frédéric Junod
7177144816
nullify panTween on destroy. r=bartvde ( closes #2673 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10385 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-11 12:08:34 +00:00
Tim Schaub
71482163cf
Making it possible to use a custom SRS identifier for spherical mercator layers. r=bartvde ( closes #2665 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10384 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 21:37:33 +00:00
Éric Lemoine
d0a2edbebd
correct minor typo in the API docs, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10383 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 19:04:16 +00:00
Frédéric Junod
448373eb75
cache the WMSCapabilities format parser. r=bartvde ( closes #2666 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10382 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 14:57:44 +00:00
Frédéric Junod
1b5add6efe
removed svn:executable property. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10381 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 10:41:42 +00:00
Frédéric Junod
2b8e293d83
set copyright header. Non functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10380 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 10:38:34 +00:00
Frédéric Junod
fd6c16bb6c
Set the olCursorWait class when selecting by box and hover. r=elemoine ( closes #2664 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10379 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-08 07:56:32 +00:00
Frédéric Junod
a69a0d2164
make tests pass on FF with the 'file' protocol. r=elemoine ( closes #2660 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10378 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-07 14:43:53 +00:00
Frédéric Junod
ae5d20b39f
don't clone the size from map.getSize(). r=elemoine ( closes #2603 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10377 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-06 07:28:59 +00:00
bartvde
744ee039bd
Deprecate the theme map option, p=ahocevar, r=me ( closes #2619 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10372 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-04 19:24:10 +00:00
ahocevar
9bd7f02dbb
Added degrees symbol to Util.getFormattedLonLat. p=milesjordan, r=me ( closes #2654 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10368 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-06-03 07:08:46 +00:00
Éric Lemoine
88f2922f54
Layer.Vector fires featuresadded event with shapes vetoed by beforefeatureadded, p=timbonicus, r=me ( closes #2549 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10362 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-28 12:30:52 +00:00
pgiraud
8b0712bb24
added a single config option to allow several features as a result of a click (or 'zero extent' box), r=elemoine, ( Closes #2643 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10361 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-28 08:54:39 +00:00
Frédéric Junod
925b6fa206
add missing semi-colon, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10357 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-25 08:34:43 +00:00
bartvde
f9391dd158
add Raster to the list of SYMBOLIZER_PREFIXES, p=ahocevar, r=me ( closes #2642 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10350 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-21 07:35:26 +00:00
ahocevar
d57b603d07
Added parseFloat for quantity and opacity on read, as suggested in bartvde's review. With additional tests to show that everything works as suggested now. See #2642 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10349 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 21:57:13 +00:00
Éric Lemoine
5f96b1f914
do not store redundant data in the object created by WFS Capabilities format, r=tschaub ( closes #2640 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10348 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 20:05:52 +00:00
ahocevar
e4085bbdc6
Using the IE cache fix from XMLHttpRequest.js allows us to send asynchronous requests without a setTimeout handler. r=bartvde ( closes #2065 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10347 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 18:11:30 +00:00
ahocevar
91bceb273b
apply symbolizer defaults earlier. r=tschaub ( closes #2584 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10346 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 15:35:45 +00:00
bartvde
53b4356219
upgrade to XMLHttpRequest version 1.0.4 since we got permission from the author Sergey Ilinsky to relicense his library under the Apache license, r=elemoine,ahocevar ( closes #2625 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10345 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 08:53:12 +00:00
ahocevar
f52cd8972a
added partial support for RasterSymbolizer to Format.SLD. r=bartvde ( closes #2642 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10344 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-20 08:42:55 +00:00
Éric Lemoine
ef87d15cfe
fix indent, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10342 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-19 15:39:25 +00:00
bartvde
0f648dedf4
do not send request if abort has been called, r=elemoine ( closes #2065 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10341 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-19 12:51:09 +00:00
Éric Lemoine
1c9ba551a7
make WFSCapabilities format retrieve feature type prefix and namespace, r=bartvde ( closes #2640 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10340 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-18 14:27:27 +00:00
ahocevar
69b4a84381
replaced Renderer.Elements' minimumSymbolizer and Renderer.Canvas' symbolizer defaults with a new Renderer.defaultSymbolizer. r=elemoine ( closes #2584 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10316 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-12 20:58:13 +00:00
ahocevar
c4e779b992
give Style a unique id and a clone method. r=elemoine ( closes #2605 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-12 20:41:30 +00:00
bartvde
f95532ab6f
There can be more than one observedProperty per offering in SOS GetCapabilities, p=sonxurxo, r=me ( closes #2548 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10314 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-12 14:26:50 +00:00
Éric Lemoine
194c6adc4d
Protocol.HTTP - add @requires to XMLHttpRequest.js, reported by pwr in #2633 , no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10310 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-12 06:59:20 +00:00
ahocevar
489d3c47b6
Fixed tests. p=jorix, r=me ( closes #2506 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10309 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-11 21:56:21 +00:00
bartvde
a6cd2d51d5
remove text-transform uppercase css from getfeatureinfo-control example, since attributes are case-sensitive ( closes #2630 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10303 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-11 07:35:27 +00:00
bartvde
fd32f2e9dd
make Format.ArcXML tests pass in Safari, invalid XML documents are dealt with differently in Safari, r=elemoine ( closes #2626 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10302 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-11 07:17:48 +00:00
Éric Lemoine
a1f90c7ac8
fix and rewrite initResolutions, see < http://trac.openlayers.org/ticket/2427#comment:18 > for a detailed explanation on the changes brought by this changeset, r=ahocevar ( closes #2427 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10301 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-11 07:16:32 +00:00
bartvde
449bc859c4
Create Format for OWSContext, r=ahocevar ( closes #2063 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10300 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-11 06:51:21 +00:00
Frédéric Junod
e67c9411b4
add missing semicolons, use the filter variable in createSLD(). r=bartvde ( closes #2570 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10296 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-07 05:51:38 +00:00
ahocevar
c19a190905
Merge rules without creating a new rules object. r=tschaub ( closes #2622 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10295 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 20:56:35 +00:00
ahocevar
baa4e7469b
fixed scope inside handler. r=bartvde ( closes #2570 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10294 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 14:24:30 +00:00
bartvde
2d8981aed5
reducing number of sides for the circle RegularPolygon handler in the SLDSelect example so that the example works against demo.geoserver.org in Firefox as well, otherwise the urls are getting too long for Apache to handle
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10293 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 13:40:14 +00:00
bartvde
7c40667ad7
Create control to perform SLD selections on WMS layers, r=ahocevar ( closes #2570 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10290 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 12:53:43 +00:00
Frédéric Junod
3b0cd09aad
remove global variables. r=ahocevar ( closes #2620 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10286 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 07:58:12 +00:00
Frédéric Junod
57d3f26efc
fix loop, remove unneeded semicolon and unused variable. r=ahocevar ( closes #2621 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10285 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-06 07:53:23 +00:00
ahocevar
f38d5e0790
removed global variables. r=fredj ( closes #2604 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10280 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-04 14:51:10 +00:00
ahocevar
b0e726b988
now don't use getDimensions any more, but use offsetWidth and offsetHeight before like getDimension does if style.display is not none. r=elemoine,quietriver (pullup #2414 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10278 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-04 10:00:38 +00:00
ahocevar
f66607a6e8
reverted r10125, which does not fix the described issue, and store style.display instead (first patch attached to #2414 ). r=bartvde,elemoine (pullup #2414 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10276 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-04 09:41:25 +00:00
bartvde
c7e840876c
WFS 1.1 writer for GetFeature does not support resultType attribute, r=ahocevar ( closes #2449 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10269 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-03 19:20:40 +00:00
bartvde
4658d32b31
add support for WFS hit count (1.1) in WFST Format, r=ahocevar ( closes #2131 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10268 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-03 18:39:42 +00:00
Éric Lemoine
a5093a27fa
fix an error in the Layer.Vector docs, non-functional change, caught by pwr ( closes #2613 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10267 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-03 15:39:01 +00:00
Éric Lemoine
701896e0c3
Protocol.HTTP - fix a regression where update and delete never take feature.url into account if a url is set in the protocol options, p=pwr,me r=me,bartvde ( #2393 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10266 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-05-03 13:58:08 +00:00
crschmidt
cbfcf40e6a
Update copyright year to 2010
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-30 16:07:15 +00:00
bartvde
dc4d5036e4
Have NavigationHistory control deal with reprojection, r=ahocevar ( closes #1997 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-30 14:52:38 +00:00
bartvde
0bb5ab8191
Have Format.WFST support multiple typenames, r=ahocevar ( closes #1839 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-30 09:25:19 +00:00
bartvde
69cb8fbb5e
change APIComment for Fixed Strategy, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-28 14:40:39 +00:00
ahocevar
5a05b6c142
fixed a regression that caused incorrect positioning of rotated graphics when they are not rendered for the 1st time. r=elemoine ( closes #2596 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10258 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-28 06:53:20 +00:00
bartvde
6341e8e2b9
update news.txt
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10250 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-22 15:41:30 +00:00
ahocevar
aa246a1122
Fixed typo. Non-functional change (see #2581 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10216 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-15 14:47:39 +00:00
ahocevar
4f809a9714
Avoid duplicate feature requests for clicks, and make clear that the click handler takes precedence over the box handler. r=bartvde,pgiraud (pullup #2581 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10215 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-15 14:44:50 +00:00
Schuyler Erle
ca3ecfc5b1
New i18n file update from roberthl dated 2010-04-06. Closes #2582 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10208 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-14 19:16:23 +00:00
ahocevar
35aadaf0c8
Fixed regression parsing KML with CDATA blocks. r=bartvde (pullup #2398 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10200 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-12 10:55:07 +00:00
Frédéric Junod
674a414971
Use bracket notation for 'abstract'. r=bartvde (pullup #2569 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-08 13:24:16 +00:00
Frédéric Junod
be986a0243
Remove unused variable. r=bartvde (pullup #2558 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10182 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-08 13:20:09 +00:00
Tim Schaub
295363fe58
After r10021 we lost the ability to set the opacity of a Google layer. This makes layer.setOpacity work again by setting the opactiy of the shared GMap container. r=bartvde (pullup #2562 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10174 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-07 22:35:59 +00:00
Frédéric Junod
d5daa28fed
Renderer.VML: allow one character for labelAlign. p=avlee, r=bartvde,tschaub (pullup #2563 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10172 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-07 06:08:21 +00:00
Tim Schaub
69d8ac892f
Updating docs to indicate that the first argument to the map constructor can be a string or a dom element. ( closes #2564 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10170 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-06 23:19:02 +00:00
Tim Schaub
7b7c174cc7
Allow center to be provided to map constructor without layers. r=bartvde ( closes #2561 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10169 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-04-06 19:20:57 +00:00
Éric Lemoine
da2dffce1a
drawing features while the layer is not in the map may cause problem, r=pgiraud ( closes #2546 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10151 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-29 12:44:16 +00:00
Tim Schaub
20cbb95feb
Avoid pink in primary example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-25 17:07:21 +00:00
Tim Schaub
14ac071f20
Demonstrate the control of z-index in different render intents.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10144 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-25 17:04:26 +00:00
Tim Schaub
e7d3e64908
Adding an example of rule based style.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-24 18:27:57 +00:00
Tim Schaub
3de62b703a
Adding multi property to the DrawFeature control. If true, geometries will be cast to multi-part counterparts before features are added to the target layer. r=ahocevar ( closes #2542 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10142 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-23 17:49:13 +00:00
bartvde
ff8b356638
fix up Layer.Vector tests in IE which were broken as of r10039, r=elemoine ( closes #2465 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10141 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-23 08:19:11 +00:00
pgiraud
180eb8485f
let's remove unrequired tests, r=bartvde, ( Closes #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10140 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-22 16:44:16 +00:00
bartvde
48cc4b138b
reverting r10112 Spelling of API methods getURL and setUrl of imagelayers is inconsistent and confusing, see ticket:2354
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10139 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-22 07:29:35 +00:00
ahocevar
f4fbc96036
fixed KML parsing for cases where a line break is only before or after a CDATA block. r=bartvde ( closes #2398 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10138 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-21 21:10:33 +00:00
Tim Schaub
1f77d278ef
Demonstrating that graphicXOffset works the same in IE and FF.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10137 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-21 18:00:33 +00:00
ahocevar
7632e54a4d
fixed rotation center for non-square symbols in non-defs mode (Webkit). r=bartvde ( closes #2499 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10136 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 21:50:39 +00:00
ahocevar
35168dc219
fixing rotation so previously rotated geometries will be rotated back if the rotation symbolizer attribute is not set any more. r=bartvde ( closes #2500 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10135 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 21:33:36 +00:00
Tim Schaub
a5bb2b01b3
Adding tests for encoding & decoding URI components to avoid future regressions.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10134 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 03:46:49 +00:00
Tim Schaub
5038090d74
Being liberal in what we accept in query strings. A properly encoded '+' should be '%2B' in a URI component. A properly encoded ' ' (space) should be '%20'. When we encounter a '+', we can safely replace it with ' ' before properly decoding the remainder of the component. This follows the convention that '+' is used widely to represent a space in a URL. r=bartvde ( closes #2527 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10133 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 03:06:22 +00:00
Tim Schaub
fcfb22920b
Reverting r10130 to avoid double decoding (see #1704 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 02:48:55 +00:00
Tim Schaub
d324395de6
Test to demonstrate regression introduced in r10130 (see #1704 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10131 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-20 02:47:32 +00:00
bartvde
a1db2ca642
Malformed URI sequence in Firefox when using special characters in url, p=jaj@gecko.no, r=me ( closes #1704 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 20:57:37 +00:00
Frédéric Junod
1faed26393
extend Protocol.HTTP for MapFish and FeatureServer. p=elemoine, r=bartvde,me ( closes #2393 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10129 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 15:12:50 +00:00
Frédéric Junod
fe9aa59b91
remove unused mapRect variable, add missing semicolons, non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10128 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 13:34:45 +00:00
crschmidt
3304c6cb0e
"MousePosition control should support mouseOut event", r=bartvde,
...
initial patch cmoullet, (Closes #2404 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10127 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 13:34:14 +00:00
Frédéric Junod
cca74e7635
fix semicolons and remove a global var
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10126 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 13:22:56 +00:00
Frédéric Junod
27234b07ff
mark Element.getDimensions as deprecated and remove the workaround in Map.getCurrentSize. p=bbinet, r=me ( closes #2414 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10125 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 12:38:29 +00:00
bartvde
223547e227
fix up Format/CSWGetRecords/v2_0_2.html tests in IE6, non-functional change ( closes #2537 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10124 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 12:30:23 +00:00
bartvde
6ecdf6c1aa
fix up Control ScaleLine tests in IE6
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10123 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 11:52:42 +00:00
bartvde
1c51a13903
fix up tests for Google Layer if there is no valid key ( closes #2535 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10122 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 11:22:13 +00:00
bartvde
c1409ee57d
fix up ArcGIS93Rest Layer tests ( closes #2533 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10121 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 10:45:27 +00:00
bartvde
ba91df7f1b
fix up tests in Layer.html after clone method was changed, since the clone now represents the original in its current state, and not the state at creation, two tests had to be adapted, non-functional change ( closes #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10120 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 10:02:08 +00:00
Frédéric Junod
48ba06b294
remove unneeded layerswitcher div and add a transitionEffect
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10119 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 09:47:30 +00:00
Frédéric Junod
4ab6b7ec24
Layer.MapGuide.getURL: use map.getSize instead of map.getCurrentSize. r=bartvde ( closes #2532 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10118 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 09:38:46 +00:00
Éric Lemoine
76983744da
changes to WMSGetFeatureInfo so requests can be sent on click,
...
rightclick, and dblclick, r=bartvde (closes #2528 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10117 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 09:35:53 +00:00
Frédéric Junod
37e0c0b4f5
LinearRing.getCentroid: return null if the geometry has no components. r=pgiraud ( closes #2530 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10116 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 09:05:12 +00:00
bartvde
c54dc76d15
when select feature control is destroyed and layers parameter was an array, the root container is not moved correctly, p=jorix, r=ahocevar,me ( closes #2502 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10115 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 09:00:41 +00:00
Frédéric Junod
1757d4082e
deactivate on clear. r=bartvde ( closes #2471 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10114 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 08:46:36 +00:00
bartvde
fc4e05dd83
canvas and textAlign: middle not recognized, I made one change to original patch to not include the default value in LABEL_ALIGN since I did not see the purpose of adding that, p=fredj, r=me ( closes #2439 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10113 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 08:14:48 +00:00
bartvde
3e5bd85849
Spelling of API methods getURL and setUrl of imagelayers is inconsistent and confusing, p=marcjansen, r=me ( closes #2354 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10112 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-19 07:54:11 +00:00
Frédéric Junod
dc5fa3c612
add missing semicolon, remove global variables. r=bartvde ( closes #2529 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10111 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-18 13:30:33 +00:00
ahocevar
e7b0857e31
Give the ScaleLine control a geodesic option. Setting this to true will provide an accurate scale bar in Spherical Mercator maps. r=bartvde ( closes #1890 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10110 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-18 13:26:02 +00:00
bartvde
1dd852ef09
Layer.WFS missing OpenLayers.Util.upperCaseObject(params), p=pdziemiela, r=elemoine,me ( closes #2362 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10109 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-18 13:19:42 +00:00
ahocevar
a036ffff1b
reverted previous comment change - the comment was correct, we are dealing with kilometers here. non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10108 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 23:12:38 +00:00
bartvde
bc1246877e
use layer.filter in Strategy.Fixed, p=pspencer, r=tschaub ( closes #2152 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10107 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 21:22:51 +00:00
bartvde
e061da04c9
fix bug in panzoombar slider, p=sowee, r=me ( closes #2384 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10106 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 21:16:01 +00:00
bartvde
1d6c1f437e
change property zoomBarDiv to zoombarDiv to match the actual code in PanZoomBar, reported by Gerardo, non-functional change ( closes #2188 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10105 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 20:46:47 +00:00
bartvde
4e2d70b770
support pointRadius for canvas renderer, p=gregers, r=me ( closes #2126 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10104 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 20:31:58 +00:00
bartvde
90c6a020c7
add 2 more resolutions to Bing Maps, p=fredj, r=me ( closes #1893 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10103 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 20:21:38 +00:00
ahocevar
891b12160c
fixed comment - distVincenty returns meters, not kilometers. Non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10102 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-17 17:47:18 +00:00
bartvde
bc84b54343
bbox strategy should call loadend when aborting, p=fvanderbiest, r=me ( closes #2504 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10100 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-16 15:16:19 +00:00
Frédéric Junod
fd768cf170
fix all examples title. non-functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10098 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-12 07:44:02 +00:00
bartvde
6fa1a14456
Change domain name in ArcIMS samples, p=dzwarg, non-functional change ( closes #2514 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10097 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-11 17:15:25 +00:00
ahocevar
94c4837475
Fixed typo in LayerSwitcher. Thanks Pierre for the quick review response. r=pgiraud ( closes #2512 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10096 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-09 09:59:09 +00:00
ahocevar
3d4d2de615
added rotation to "select" intent - helps us to find renderer rotation issues
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10087 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-05 06:51:44 +00:00
ahocevar
22f0f933fb
Added Layer.Zoomify. This is a late follow-up on the FOSS4G 2009 sprint
...
in Sydney. Thanks Petr for the hard work on this. p=klokan, r=me (closes
#1285 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10086 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-04 08:41:18 +00:00
ahocevar
8adcc155fb
Added Map::addControls method. Yet another quality patch from Marc, with everything done right plus unit tests. p=marcjansen, r=me ( closes #2399 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10085 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-02 21:39:23 +00:00
Tim Schaub
a27c552554
Switching to a proxy that allows POST.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10084 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-03-01 17:12:00 +00:00
bartvde
ac60e4fcf6
load events not working properly in OpenLayers.Tile.Image.IFrame, r=fvanderbiest ( closes #2406 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10082 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-23 17:16:49 +00:00
Tim Schaub
09a858559b
Adding clone method to the Google layer. r=ahocevar ( closes #2473 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10081 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-20 20:14:53 +00:00
ahocevar
2eb866658a
fixed visibility issue with allOverlays:true. r=pgiraud ( closes #2328 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10079 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-17 18:12:29 +00:00
Frédéric Junod
876fdebec9
OpenLayers.Util.getParameters: decodeURIComponent the keys, not only the values. r=elemoine ( closes #2327 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10071 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-17 06:59:49 +00:00
Frédéric Junod
662564957c
Move the control.div styling from the code to style.css. r=elemoine ( closes #2476 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10070 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-16 08:21:25 +00:00
ahocevar
e21dc76468
hide Terms Of Use for invisible Google Layers using a negative offset,
...
because during GMap2 initialization, we don't have control over
style.display. r=fredj (closes #2328 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10069 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-16 08:05:52 +00:00
pgiraud
b165d015e1
adds a zoomBoxEnabled boolean option in Control.Navigation, r=ahocevar, ( Closes #2416 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10067 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 13:08:28 +00:00
pgiraud
7a546bf5c5
fixed the unit tests on OpenLayers.js (broken since r9935), patch from Andreas who found a nice and clean way to bypass the cache system on _getScriptLocation for the tests, r=me,fredj ( Closes #2389 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10066 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 12:41:23 +00:00
bartvde
5c03ebd729
change comment for maxFeatures in OpenLayers.Control.GetFeature
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10065 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 10:30:40 +00:00
pgiraud
7179166603
adds a new getVisibility method in the Feature.Vector class, used in the SelectFeature control this method now allows us to tell the select feature box handler wether to select or not the features, r=ahocevar, ( Closes #2418 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10064 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 09:05:49 +00:00
ahocevar
6b7fd781ee
fixed VML renderer so it does not change fillColor on node._style
...
anymore when rendering externalGraphic. r=fredj (closes #2485 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10063 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-15 08:19:37 +00:00
ahocevar
e17dc78e1d
now that we truncate instead of rounding, graphics with odd width are shifted .5 pixels to the left (to the right before that change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10061 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-13 17:31:13 +00:00
ahocevar
fbc9a6f43a
fixed regression with broken polygon fills. r=crschmidt ( closes #2465 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10049 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-11 15:57:26 +00:00
ahocevar
50f26e3313
Changing our layers' clone methods so they create a clone of the layer state at the time of clone creation, not at the time the original was created. r=tschaub ( closes #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10045 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 21:29:37 +00:00
Tim Schaub
83297678ba
Allowing layers, center, and zoom to be set in the layer constructor. r=ahocevar ( closes #2480 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10044 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 20:14:02 +00:00
ahocevar
2e47542fbe
give map::getResolution a fallback from baseLayer to the 1st layer if in allOverlays mode. r=tschaub ( closes #2479 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10043 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 19:05:58 +00:00
Tim Schaub
e5e4d49d33
Destroying what we create.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10042 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 18:43:20 +00:00
ahocevar
5050814fa4
remove acceptance test again, because this can easily be shown in a unit test instead (see #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10041 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 13:01:14 +00:00
ahocevar
15de885540
Acceptance test checking for proper clone() behavior (see #2477 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10040 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 12:53:45 +00:00
ahocevar
6811dc3745
Fix initial offset and visibility issues in VML renderer; also make sure that all floats are converted to integers (previously using toFixed(), now using (num | 0)). p=tschaub,me, r=tschaub,me ( closes #2465 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10039 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 07:04:31 +00:00
ahocevar
b19261d417
Update size of invisible Google layer before making it visible. r=tschaub ( closes #2475 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10038 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-10 06:58:21 +00:00
Tim Schaub
74aaf479a5
Making this closer to a positive assertion.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 23:01:47 +00:00
ahocevar
ec8e2146ec
manual test showing a regression (see #1797 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10036 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 20:24:59 +00:00
ahocevar
0af99e0de7
Give the GetFeature control a beforefeaturesselected and featuresselected event. p=komacke, r=me ( closes #2442 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10035 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 12:30:02 +00:00
bartvde
777ef007ad
Make Format.SLD work against ArcGIS Server, r=tschaub ( closes #2166 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10034 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 06:38:54 +00:00
bartvde
1b3af5d26d
add ability to write out a WFS Transaction without a geometry, r=tschaub ( closes #2033 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10033 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 06:26:06 +00:00
Éric Lemoine
07437865db
change da-DK.js to UTF-8, p=adube, r=me ( closes #2472 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10032 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-09 05:46:23 +00:00
Frédéric Junod
2ba1de77f8
add 2 fixed resolutions to the Google layer. r=bartvde ( closes #2429 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10031 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-08 15:35:31 +00:00
Frédéric Junod
d14f3c6c31
remove global and unused variable. r=bartvde ( closes #2459 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10030 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-06 14:47:19 +00:00
ahocevar
b2a1dee791
changing google.css so our maps are also terms of use compliant in IE. r=tschaub ( closes #2466 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10028 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 20:19:56 +00:00
Tim Schaub
db153e199a
Correctly parse feature attributes when the attribute name matches the feature type name. r=bartvde ( closes #2435 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10027 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 20:17:59 +00:00
Tim Schaub
2d61186deb
Respecting fractional zoom when desired. Allowing string argument to map.zoomTo. r=bartvde ( closes #2180 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10026 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 19:48:29 +00:00
Tim Schaub
52f34e0baf
Improving the PanZoomBar behavior so that when you click on the bar after dragging to the top, the map doesn't re-zoom on mouse up. r=me ( closes #1861 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10025 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 19:16:51 +00:00
bartvde
8521ebb7c0
Format.WMC: protect against MinScaleDenominator of 0, r=tschaub thanks tschaub for the updated patch, tests still pass in FF 3.5 and Safari 4 ( closes #2028 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10024 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 18:13:24 +00:00
Tim Schaub
36d96126eb
Ensuring that setVisibility is called during setBaseLayer for layers where visibility is true. (With allOverlays true, a layer doesn't have to be visible to beocome the base layer - twisted huh?) r=ahocevar ( closes #2290 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10023 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-05 16:38:34 +00:00
Tim Schaub
06d2b4229d
Making it so the Map constructor doesn't fail when the provided viewport element isn't displayed. r=ahocevar ( closes #2461 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10022 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-04 19:49:10 +00:00
Tim Schaub
929e6b323c
Reworking the Google layer so that a shared GMap object is used for all Google layers on a single map. This reduces the DOM overhead and gets rid of map resizing issues. Excellent solution by ahocevar. r=me,ahocevar ( closes #1797 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10021 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-04 19:18:53 +00:00
Tim Schaub
77ffdf7248
Give all elements position for IE.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10020 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-04 17:54:12 +00:00
Tim Schaub
37e881bc54
Making it so OpenLayers.Util.getResolutionFromScale returns undefined resolution when given a falsey scale. r=ahocevar ( closes #2464 , see #2462 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10019 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-04 17:02:23 +00:00
Tim Schaub
ae73ca0679
Including required stylesheet.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10018 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-04 00:25:19 +00:00
Tim Schaub
78a2289d6a
Update to multiple Google acceptance test to demonstrate issue with initially visible layer.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10017 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 23:55:04 +00:00
Tim Schaub
e3561c3ceb
Adding manual acceptance test for multiple Google layers (see #1797 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10016 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 18:35:38 +00:00
Tim Schaub
5c7d3e5632
Looks as if /proxy no longer supports POST.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10015 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 17:23:12 +00:00
Tim Schaub
a5848fc84d
Preserving center and scale when switching base layers. This improves behavior when the map wraps around the domain of the coordinate reference system or when changing between layers in different projections. r=ahocever ( closes #2457 ).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10014 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 17:09:17 +00:00
Tim Schaub
af1e754546
Keeping a reference to the event pane when a layer is removed from the map. The pane is set in initialize and set to null in destroy. r=ahocevar ( closes #2456 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10013 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 16:28:29 +00:00
ahocevar
ec455e81e1
fixed typo that broke fontColor rendering in VML.js. Thanks paco for spotting this. r=fredj ( closes #2231 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 14:43:19 +00:00
crschmidt
f927d79977
add 4-line OSM example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10010 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 12:22:40 +00:00
Frédéric Junod
c75e16e5f2
Parse the KML LabelStyle and use the color and opacity value. Create a parseKmlColor function to avoid code duplication. r=pgiraud ( closes #2413 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10007 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 10:23:19 +00:00
pgiraud
2100d63846
we were missing a break statement in the KML parseStyle method, tests are modified accordingly, r=fredj ( Closes #2448 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10006 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-03 09:35:45 +00:00
Frédéric Junod
6223d7fd82
Add a cumulative mode in MouseWheel handler. r=ahocevar ( closes #2450 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10002 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-02-01 08:42:17 +00:00
ahocevar
9b728d048d
fixed encoding issue in the example description (see #2433 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10000 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-31 14:23:47 +00:00
ahocevar
cb0dffc045
Created a TransformFeature control and added a documentDrag option to the DragFeature control. r=elemoine ( closes #2433 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9999 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-31 14:08:36 +00:00
Frédéric Junod
7a78237bdd
add missing semicolon
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9980 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-28 11:37:58 +00:00
Éric Lemoine
5edcc97240
cannot unselect on clickout when selecting by drawing a box, r=pgiraud ( closes #2204 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9979 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-28 08:07:09 +00:00
Frédéric Junod
153cba8147
New fontOpacity option for vector feature style. r=pgiraud ( closes #2438 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9978 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-27 15:31:53 +00:00
Frédéric Junod
86eb16a208
Use style.label as placemark name if available. r=pgiraud ( closes #2441 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9977 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-27 15:27:04 +00:00
Frédéric Junod
1f481f3d38
Don't create Folder name or description if foldersName or foldersDesc are null. r=pgiraud ( closes #2417 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9976 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-27 14:44:35 +00:00
Frédéric Junod
e5aab2453d
set a default EPSG:4326 externalProjection to the KML, OSM and GPX formats. r=pgiraud ( closes #2424 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9975 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-27 14:36:46 +00:00
Frédéric Junod
c1f9945838
Extract the kml outline attribute. r=pgiraud ( closes #2412 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9974 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-27 14:05:37 +00:00
Frédéric Junod
822e8f5485
don't calculateInRange if it's not needed. r=elemoine ( closes #2400 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9958 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-22 08:13:11 +00:00
Éric Lemoine
e562626f87
make OverviewMap.destroy more robust, r=fredj ( closes #2430 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9957 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-22 07:35:22 +00:00
Frédéric Junod
8cbac47177
Cast zoom level to integer. r=pgiraud ( closes #2180 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9955 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-20 11:05:42 +00:00
ahocevar
ca8222a13c
Rotate point geometries only. Committed version differs from the patch (=== instead of == for all geometry type checks). r=tschaub ( closes #2423 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9954 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-18 12:44:50 +00:00
ahocevar
da664350fe
fixed rotation for browsers that don't support defs/use. Committed version modified from patch version as suggested by tschaub. r=tschaub ( closes #2402 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9953 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-18 12:34:56 +00:00
Frédéric Junod
65bed91e4e
layer argument was undefined
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9950 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 13:03:42 +00:00
pgiraud
14749daa74
finally, this is the good version of the unit tests for the #2320 ticket, sorry for the noise
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9949 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 11:02:08 +00:00
pgiraud
5c397b8d0c
I forgot to ad the unit tests file in the commit for #2320
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9948 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 10:59:52 +00:00
Frédéric Junod
e8d8aa7d47
don't pass the layer to the feature constructor
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9947 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 10:24:06 +00:00
Frédéric Junod
9911bb55ce
fix tests for buggy webkit. (see #2402 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9946 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 10:00:46 +00:00
pgiraud
cca8894b91
added a slideFactor property in the PanPanel control patches from elemoine and me, r=bartvde ( closes #2320 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9945 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-13 08:40:41 +00:00
Frédéric Junod
311f47da78
Missing semicolon.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9944 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-12 10:20:41 +00:00
Frédéric Junod
eda2a80187
comment fix, no functional changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9943 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-11 09:00:44 +00:00
ahocevar
88b05f55a1
Give Layer.Vector a proper clone() method. r=crschmidt ( closes #2391 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9942 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-09 12:01:45 +00:00
Tim Schaub
44ba385429
Removing any onImageLoadError class name from images when they successfully load. r=ahocevar ( closes #2407 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9940 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-08 21:14:04 +00:00
ahocevar
9066c0e960
workaround for webkit versions that have problems with defs/use. r=crschmidt ( closes #2402 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9937 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-08 16:00:56 +00:00
Frédéric Junod
c64c2e4296
Cache the function result if scriptLocation is ''. r=elemoine ( closes #2389 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9936 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-07 08:26:29 +00:00
Frédéric Junod
871a790f3f
cache the result of the OpenLayers._getScriptLocation function. r=ahocevar ( closes #2389 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9935 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-07 07:22:05 +00:00
ahocevar
8a74ad8ed5
longer timeout to avoid failing test on slow machines
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9934 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-06 16:46:53 +00:00
Tim Schaub
bae2fa59ed
Document rotation property for point symbolizers.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9932 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-05 22:13:29 +00:00
ahocevar
f6b00d7ced
re-added the layer prefix property that got lost with r9883. r=bartvde ( closes #2283 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9931 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2010-01-04 17:59:24 +00:00
Éric Lemoine
2619586558
add missing semi-colon, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9930 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-27 22:23:28 +00:00
Éric Lemoine
442d760fe5
featuresremoved event is called with zero lenght array if layer.selectedFeature is supplied to layer.removeFeatures, p=igrcic, r,t=me ( closes #2379 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9929 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-27 22:16:56 +00:00
Éric Lemoine
be246326ee
test that "featuresremoved" listeners are passed the expected features when all the features of the layer are being removed, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9928 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-27 22:05:10 +00:00
Éric Lemoine
52e055294f
reorg of test_Layer_Vector_removeFeatures, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9927 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-27 21:44:13 +00:00
bartvde
fcc2057b42
forgot the actual example, should have gone in with r9920
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9921 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-23 11:35:57 +00:00
bartvde
728fcdcda2
adding example for using the Sensor Observation Service client, r=ahocevar ( closes #2333 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9920 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-23 11:35:26 +00:00
bartvde
3a6ac9b83f
add Protocol for Sensor Observation Service r=ahocevar ( closes #2373 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9912 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-21 14:37:08 +00:00
bartvde
2c23d9ff25
add parser for Sensor Observation Service GetFeatureOfInterest method, r=ahocevar ( closes #2347 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9911 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-21 14:31:32 +00:00
Tim Schaub
e99979ffe5
Adding a missing verb.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9909 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-19 00:07:25 +00:00
Tim Schaub
e95b023b5e
Unconfusing NaturalDocs by putting 'Note:' on a separate line.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9908 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-19 00:06:17 +00:00
Tim Schaub
2ddb4c1927
Doc menu update (futile, I know).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9905 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-17 22:41:02 +00:00
Tim Schaub
7bbacbc7cc
Marking events.on and events.un as part of the API. Adding examples for both. If this is not the concensus (that these are part of the API) revert this change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9904 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-17 22:20:49 +00:00
Frédéric Junod
793396a4cb
add missing requires (OpenLayers.Format.WMSCapabilities namespace)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9903 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-17 14:18:36 +00:00
Éric Lemoine
321a237d2f
overview map control destroys drag handler too late, r=ahocevar ( closes #2383 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9902 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-17 08:23:38 +00:00
Tim Schaub
f54fd67504
Adding an Atom parser. Thanks sgillies for the patch (and patience). r=me ( closes #1366 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9901 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-17 00:38:13 +00:00
crschmidt
2449b7029c
GML v3 is also a dependancy.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9900 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 20:48:55 +00:00
crschmidt
3ee6c4663c
add missing requires statement.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9899 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 20:39:33 +00:00
bartvde
cc4b914fff
add format for Sensor Observation Service GetObservation operation, r=ahocevar ( closes #2372 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9898 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 15:29:41 +00:00
bartvde
b948eb163b
adding parser for Sensor Observation Service (SOS) GetCapabilities interface, r=ahocevar ( closes #2337 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9897 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 14:25:08 +00:00
ahocevar
f5ff990898
removed redundancy (1.0.0 leftover) when parsing srs. r=bartvde ( closes #2283 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9896 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 12:23:27 +00:00
bartvde
31189f1e45
add WMS 1.3 GetCapabilities parser, r=ahocevar ( closes #2294 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9894 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-16 10:24:12 +00:00
bartvde
e9264d89eb
rewrite WMS GetCapabilities parser, tests now pass in IE, r=ahocevar ( closes #2283 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9883 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-13 15:43:15 +00:00
ahocevar
e6f4a27b93
fixed tests by pulling the geoserver example into the main html.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9882 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-10 22:11:16 +00:00
ahocevar
30b936399a
fixed dtd url to avoid failing tests in IE.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9881 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-10 15:13:42 +00:00
Frédéric Junod
6770cffdac
form.method is upper case in chrome and lower case in FF.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9880 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-10 07:38:59 +00:00
bartvde
fdb924ebfb
make WMSGetFeatureInfo Control WMS 1.3 compatible, r=ahocevar ( closes #2355 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9879 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 19:08:55 +00:00
ahocevar
f28ebc2a02
added required layer url to fix failing test.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9878 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 17:38:42 +00:00
ahocevar
fe126f123f
fixed failing test by parseFloat'ing the frame styles
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9877 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 17:29:21 +00:00
Tim Schaub
11924d0d0f
Only zoom by integer values with changes in the mouse wheel. r=bartvde ( closes #2376 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9876 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 15:34:19 +00:00
bartvde
711d412f88
WMSGetFeatureInfo control: add support for mutiple WMS services, r=ahocevar ( closes #2091 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9874 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 14:29:48 +00:00
Éric Lemoine
b655b14f01
NavigationHistory - move the code for getting the current state from an anonymous function to a method of the class, r=bartvde ( closes #2377 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9867 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 11:51:55 +00:00
Tim Schaub
42f06c259b
Separating docs from shortdesc.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9866 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 04:36:22 +00:00
Tim Schaub
03a6de0fb7
Removing this for now. Resurrect it if someone can get this service working with GetFeature requests via POST.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9865 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 04:26:14 +00:00
Tim Schaub
e6c6f93477
Going with one WFS-T example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9864 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 04:13:21 +00:00
Tim Schaub
e0be3f2e65
Updating the wfs-states example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9863 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 04:04:52 +00:00
Tim Schaub
e10e39b19c
Putting the canvas renderer bit in its own example. Using the Vector layer for WFS. Extracting the relevant code and providing an easy to open link for viewing the source.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9862 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 03:11:13 +00:00
Tim Schaub
a23f2229cf
Taking down the openmnnd.html example since http://prototype.openmnnd.org/ says it is no longer maintained.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9861 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-09 02:10:47 +00:00
Frédéric Junod
4ff1ece2e4
Use array.indexOf native function when available. p=arno, r=ahocevar
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9859 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-04 08:07:53 +00:00
Frédéric Junod
610c2b9933
method is upper case in code, update test (error reported by chrome)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9858 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-12-04 07:53:41 +00:00
bartvde
ec3d804af4
make OpenLayers.Layer.WFS and OpenLayers.Layer.GML deprecated and provide instructions on what to do now
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9849 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-30 10:15:16 +00:00
Éric Lemoine
40206dc8cf
a change to Util.getParameters, which accidentaly slipped in [9757], makes the tests fail, reverting that change. Please join me in saying thanks to our unit tests for catching this :-) r=ahocevar ( closes #2357 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9848 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-29 21:47:16 +00:00
bartvde
e60dee85b9
Feature.destroy does not remove marker from layer, p=gregers, r=me ( closes #2181 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9847 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-27 15:54:03 +00:00
bartvde
95055aa457
Bad Encoding in Catalan translation breaks IE6, p=edgemaster, r=me ( closes #2161 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-27 13:44:37 +00:00
bartvde
0038def935
use setVisibility instead of directly setting the visibility property, p=sbenthall ( closes #2111 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9845 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-27 13:31:25 +00:00
Éric Lemoine
5018aaa4ba
provide full names of loadURL and parseXMLString in the API docs, no functional change, thanks David Potts for spotting this
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9843 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-25 15:08:02 +00:00
pgiraud
7b9de2be30
typo in the doc comments, no functional changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9842 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-24 17:29:59 +00:00
Éric Lemoine
9e81d4d332
the WFS 1.0 standard does not support specifying the SRS name (srsName) in GetFeature requests, but GeoServer has specific support for this, this patch introduces a boolean option (add srsNameInQuery) to force the addition of srsName, initial patch from fvanderbiest, r=bartvde ( closes #2228 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9838 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-23 15:56:56 +00:00
Tim Schaub
d9a982f169
Exposing the documentDrag property on the Navigation control. r=ahocevar ( closes #39 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9805 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-18 05:42:17 +00:00
bartvde
081ce883fb
create an option to cancel adding a layer, r=tschaub ( closes #2121 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9802 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-17 07:34:51 +00:00
Tim Schaub
f57e19ae2d
Parse gml:boundedBy elements on features as feature.bounds instead of geometry.bounds. This fixes issues when GML comes without a geometry and it is a more correct representation of the element. r=bartvde ( closes #2255 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9801 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-16 22:25:46 +00:00
bartvde
10920f6f93
add parsing of boundedBy in Format.WMSGetFeatureInfo, r=elemoine ( closes #2329 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9800 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-16 10:44:02 +00:00
ahocevar
ebc5d7c021
added option to the MouseWheel handler to trigger up/down events only
...
when wheel is released. r=elemoine (closes #2345 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9799 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-16 10:38:26 +00:00
bartvde
33e39a205a
fix up Graticule test in IE, missing var keyword
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9796 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-12 19:28:11 +00:00
bartvde
12c83b533d
adding limited support for reading SimpleData from KML ExtendedData SchemaData, keeping structure the same as current ExtendedData support, patch=joh, r=me ( closes #2062 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9795 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-12 15:28:20 +00:00
pgiraud
1b95a25ee1
adds the ability for the user to give map options when reading a WMC document, those options are taken into account with higher priority\n this patch also introduces the new util method isElement, r=me,elemoine, thanks Eric ( Closes #2339 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9794 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-12 13:43:40 +00:00
ahocevar
c9df8f4d43
Added documentDrag option to the DragPan control and Drag handler.
...
When set to true, this allow pan-dragging while outside the map.
Thanks vmx for the initial patches. r=vmx, bartvde (closes #39 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9791 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-10 11:14:28 +00:00
bartvde
01debb1c53
Create a possibility to refresh a layer every N seconds: OpenLayers.Strategy.Refresh, excellent patch by krisgeus, r=me ( closes #2317 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9790 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-09 14:43:58 +00:00
bartvde
e77a804559
add setLayer function to SelectFeature control so that we can change the layer attached to the control on the fly, r=ahocevar ( closes #2340 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9789 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-08 16:58:33 +00:00
crschmidt
5fd5085eba
forgot to make a variable global.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9779 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-03 15:28:33 +00:00
crschmidt
7907a81ae5
Add dynamic text layer example, with BBOX strategy, SelectFeatureControl,
...
and popups.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9778 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-03 15:26:49 +00:00
bartvde
e003972959
Have Layer.WMS support WMS version 1.3 with the axis order sequence, r=elemoine,crschmidt,ahocevar ( closes #2284 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9775 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-03 14:01:51 +00:00
Éric Lemoine
1e87b26029
provide slideFactor default value in the doc, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9774 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 16:15:14 +00:00
Éric Lemoine
4ca45ced61
the broken.img is no longer used by the library, remove it, thanks rdewit for catching that ( closes #2318 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9773 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 13:54:54 +00:00
pgiraud
6f17fa1c9a
give the radio buttons for the baselayers in the layer switcher control a name depending on the layerswitcher, this avoids problems with several maps and several layer switchers in the same page, r=bartvde ( Closes #2331 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9772 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 12:24:03 +00:00
Éric Lemoine
6568eb4d8a
do not change the src of broken images, as this prevents from being able to right-click on the image and see the server error, p=rdewit, r=me ( closes #2318 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9771 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 09:55:18 +00:00
bartvde
d9fd39d547
make spatial filter configurable for OpenLayers.Control.GetFeature, p=rdewit, r=me ( closes #2325 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9770 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-11-02 07:12:53 +00:00
bartvde
cf4c14a1e4
clean up duplicate code block from the fix for ticket 2256
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9769 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-30 17:23:47 +00:00
bartvde
5119ffa50e
GetFeature doesn't handle Handler.Box case when result of user interaction is a pixel, patch by bjornharrtell, r=me ( closes #2256 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9768 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-30 14:28:54 +00:00
Éric Lemoine
6839605b0f
theme LayerSwitcher with CSS, r=ahocevar, p=tmcw,me ( closes #1632 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9767 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-29 15:45:27 +00:00
Éric Lemoine
ab42111aac
code cleanup - remove unused variables and declare local variables, p=avlee, r=me ( closes #2326 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9766 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-27 12:15:22 +00:00
Éric Lemoine
316136b346
[9732] broke CSW GetRecords tests, this commit fixes them, patch from bbinet
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9765 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-27 11:04:04 +00:00
ahocevar
4e6c3b1f3e
reverted change from r9754 because it breaks applications that register an event before the marker is drawn (see #2258 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9764 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-26 20:41:56 +00:00
ahocevar
dbcab22339
fixed memory leak in the PanZoom control. Thanks rcoup for the patch and the test. p=rcoup, r=me ( closes #2323 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9763 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-25 17:36:10 +00:00
ahocevar
56382e8e49
Manual memory leak tests that should have been committed with r9759 and r9760. Thanks rcoup for setting them up. (see #2170 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9761 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-25 01:41:12 +00:00
ahocevar
c67d1f5952
2170_tileEvents.html: fixed memory leak with tile events. p=rcoup, r=me (see #2170 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9760 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 09:27:14 +00:00
ahocevar
ee737577f7
2170_anonfuncs.diff: created functions returning true and false instead of using anonymous functions all over. p=rcoup, r=me (see #2170 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9759 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 09:23:24 +00:00
ahocevar
f000057659
making pink tiles a css matter. p=rdewit, r=me ( closes #2318 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9758 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 05:57:41 +00:00
ahocevar
6d43a28da6
added Graticule control and Util.getFormattedLonLat function. Thanks madair for this excellent patch. p=madair, r=me ( closes #1083 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9757 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 05:36:34 +00:00
ahocevar
a864838e96
call layer.getImageSize with the tile bounds to support layer implementations
...
with different tile sizes at the extent edges. p=klokan, r=me (closes #2324 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9756 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 05:11:51 +00:00
ahocevar
839348a3b2
added labelXOffset and labelYOffset symbolizer properties. Thanks madair for the original patch, and thanks jlacroix for turning it into symbolizer properties so nicely. p=jlacroix, r=me ( fixes #2312 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9755 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 04:41:36 +00:00
ahocevar
fd514e8435
fixed memory leak in Marker.js. With manual test. p=rcoup, r=me ( closes #2258 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9754 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 04:21:02 +00:00
ahocevar
6c213ba86b
removed empty file
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9753 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 03:30:30 +00:00
Éric Lemoine
6e508f5cd6
Save strategy should preserve feature.url when transforming, p=pwr,me, r=me ( closes #2215 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9752 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-24 01:55:55 +00:00
bartvde
caff5d5261
give PanZoomBar control an option to force fixed zoomlevels even if the map has fractionalZoom, patch by marcjansen, r=me, ( closes #2288 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9751 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-23 23:31:15 +00:00
Schuyler Erle
4031b304a6
Merge r9745 through r9748. i18n updates from translatewiki.net. Closes #2310 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9750 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-20 23:43:26 +00:00
pgiraud
5b3f6f68d3
added some css to actually show how to customize the panPanel and zoomPanel example look and feel
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9737 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-09 14:02:47 +00:00
bartvde
13c5f5ac4c
clean up unused code in Format.WMC.v1, correct minor spelling mistake, non functional change, see ticket:2251 for details
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9736 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-09 09:55:04 +00:00
Éric Lemoine
9711381289
remove an inrelevant comment, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9735 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 20:59:04 +00:00
ahocevar
e264e8c6c4
added Layer.WMS.Post for WMS request params exceeding the maximum url length for GET requests. Thanks ingo for this excellent work! It is an honor to commit such a high quality patch. p=ingo, r=elemoine,me ( closes #2224 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9734 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 18:13:55 +00:00
Tim Schaub
6dabe0646e
Adding some serious enhancements to the WMC format. With this, OL map and layer objects can be created from WMC context objects and vice versa. Thanks for the great patch bbinet. r=me ( closes #2251 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9733 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 17:24:54 +00:00
Tim Schaub
039618366f
Reading and writing the 'escapeChar' attribute for Filter Encoding 1.1.0. r=ahocevar ( closes #2301 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9732 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 17:02:54 +00:00
Tim Schaub
bff91d251c
The attribution control no longer shows duplicate attribution text. r=crschmidt ( closes #2300 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9731 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 17:00:40 +00:00
ahocevar
ab2b2356f1
"Create an urlAppend function that appends strings to urls and handles ? and & appropriately". r=crschmidt ( closes #2297 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9730 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 16:48:50 +00:00
crschmidt
3e0b053009
Fix for Missing @requires directive in Layer/XYZ.js results in broken custom
...
singlefile-builds, (closes #2299 ), thx marcjansen.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9729 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 14:29:18 +00:00
crschmidt
0cced02fec
add requirement for format/text ( Closes #2298 ), thx marcjansen.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 14:04:53 +00:00
ahocevar
e13078b64a
removed duplicate definition of unselectAll. Thanks fredj for finding this one. r=tschaub ( closes #2229 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9727 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 12:58:15 +00:00
ahocevar
fa324ec7f3
fixed regression with style missing in graphicRotate method. r=tschaub ( closes #2198 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9726 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-08 12:49:27 +00:00
bartvde
5a9e1fe0b4
allow WFS protocol to use a different outputFormat, for instance json, patch by rdewit, r=me ( closes #2107 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9725 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-07 18:21:59 +00:00
ahocevar
7919d2a314
removed duplicate inclusion of OpenLayers/Format/SLD/v1.js
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9723 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-07 13:54:50 +00:00
Éric Lemoine
b2056fd141
fix documentation, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9721 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-06 19:41:20 +00:00
Tim Schaub
d1cecf3be1
Adding an option to avoid duplicate attribution.
...
Thanks Marc Jansen for this nice contribution. Without wanting
to gush, I think this should be a model contribution because:
1. it is a simple change
2. with a nice example that clearly demonstrates the benefit
3. it includes tests!
4. and Marc wrote a note to the dev list with links to the ticket
r = me (closes #2266 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9720 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-06 18:46:06 +00:00
bartvde
11b38e5419
Format.WFST.v1: Query writer can be removed, r=tschaub ( closes #2249 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9719 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-06 17:15:19 +00:00
bartvde
10398c5865
GetFeatureInfo control does not send required FORMAT parameter, r=tschaub ( closes #2201 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9718 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-06 17:10:32 +00:00
ahocevar
2c2bf63c3f
removed trailing commas to fix example for IE.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9708 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-06 08:12:04 +00:00
Tim Schaub
f7143f7e02
Deal with dash arrays that come in with extra spaces at the end. r=ahocevar ( closes #2271 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9707 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 22:36:51 +00:00
Tim Schaub
7e821da0b5
Write out stroke dash style and linecap in SLD. r=ahocevar ( closes #2270 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9706 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 22:34:16 +00:00
Tim Schaub
a84e06a075
WMSCapabilities format should call initialize on the XML format. r=crschmidt ( closes #2269 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9705 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 22:32:25 +00:00
Tim Schaub
8c094a8977
Use a unique id for the map viewport. r=crshmidt ( closes #2259 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9704 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 22:29:01 +00:00
bartvde
79aad5a1b4
When writing a WMC, bounds should not be rounded to a predefined precision, original patch by bbinet, r=me ( closes #2242 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9703 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 14:30:00 +00:00
Éric Lemoine
86bd389152
allow protocols to be configured with a default filter, p=aabt, r=me ( closes #2292 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9702 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 12:14:37 +00:00
Éric Lemoine
2633f9ba88
GeoJSON input should accept 3D coords, p=sgillies, r=me ( closes #2070 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9700 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 09:21:07 +00:00
Éric Lemoine
5fad952e8a
add formats for CSW GetRecords and GetDomain requests, p=bbinet, r=me ( closes #2132 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9699 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-05 08:15:48 +00:00
ahocevar
3fa2971816
some love for the ve example: removed non-existent WMS layer, show animationEnabled option, fixed marker addition/removal.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9698 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-01 20:08:11 +00:00
ahocevar
d7a37c67b7
make selectors for Save button more specific so they also work in a Panel with displayClass set to olControlEditingToolbar. Non-functional change ( fixes #2287 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9697 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-01 19:54:18 +00:00
ahocevar
449ea29086
added option to turn of animation. r=crschmidt,tschaub ( closes #2286 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-01 19:47:31 +00:00
Frédéric Junod
8c3562e3ad
onMapResize takes no parameters, no functionnal changes
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9695 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-01 09:39:23 +00:00
Frédéric Junod
e0167bdeec
Update the VirtualEarth layer size when the map is resized. r=ahocevar, p=Matthew D. Diez ( closes #2285 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9694 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-10-01 09:37:27 +00:00
crschmidt
7a9e54afdc
change docs slightly. report by jeff adams. ( Closes #2276 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-21 18:22:40 +00:00
Tim Schaub
6c4556666e
WMSCapabilities inherits from and requires XML (no functional change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9681 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-18 18:29:20 +00:00
Tim Schaub
8c3b6cc4b5
As with Google and VE, we should pull in SphericalMercator here. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9679 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-18 16:47:52 +00:00
Paul Spencer
6088de516c
( Closes #2146 ) enhance createLiterals to merge context, attributes and pass attribute name through to context functions
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9676 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-17 17:17:11 +00:00
ahocevar
507fd0b86d
change getDateExtent() so it does not break when the layer has features without geometry. p=fvanderbiest, r=me ( closes #2267 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9674 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-17 13:08:52 +00:00
Paul Spencer
3fcda4df56
( Closes #2148 ) enable vector features to be selectable from their text node. r=ahocevar
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9671 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-17 12:05:38 +00:00
Tim Schaub
21b680868f
Spelling correction in Google example.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9670 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-16 02:13:15 +00:00
Tim Schaub
4102871392
As we do for the other proprietary providers, let's pull in SphericalMercator with VE. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9668 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-16 00:15:39 +00:00
ahocevar
93eccfc003
Fix for rendering custom symbols with aspect ratio differnt than 1.
...
r=pgiraud (closes #1836 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9665 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-14 10:25:54 +00:00
Tim Schaub
7f240d3ba9
Adding more complete WMS capabilities parsing. Thanks trondmm for the comprehensive patch. Some minor changes by me - including leaving the srs member value an object. r=me ( closes #2164 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9664 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-11 22:48:56 +00:00
Tim Schaub
912a12c0b8
Typos that IE doesn't like (no functional change).
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9660 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-11 20:23:48 +00:00
Tim Schaub
361f6065a7
Adding a runner for WMS capabilities parsing benchmarks.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9659 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-11 20:02:21 +00:00
Tim Schaub
f8c2889947
Adding more extensive parsing of WFS capabilities documents. Thanks fvanderbiest for the great patch. r=me ( closes #2245 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-11 19:17:10 +00:00
Frédéric Junod
bdabaa86f9
fix comment, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9656 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-11 08:12:24 +00:00
Éric Lemoine
e6a2c4c7de
tests on GetFeature control fail, thanks fvanderbiest for the initial
...
patch, non-functional change (closes #2261 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9650 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-10 06:50:45 +00:00
Tim Schaub
9945381043
Making invisible the factbook-overlay as it is not working.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9646 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-08 17:09:04 +00:00
crschmidt
9970eaff16
add events to strategy.save: start, success, fail. r=elemoine, ( Closes #1902 )
...
(It is possible Save may need extension for additional events; this should be
a new ticket.)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9645 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-08 13:06:15 +00:00
ahocevar
19057eedd8
Replaced the no longer existent Boston Freemap with the tiger-ny demo that ships with GeoServer. Thanks to Billy Thoen for making us aware of this issue.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9641 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-03 14:28:27 +00:00
Éric Lemoine
ef1952e953
make WFS protocol and format more robust, r=ahocevar ( closes #2237 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9636 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-09-02 06:17:19 +00:00
Tim Schaub
f3f6974eb6
Adding back the WMS overlay. No functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9631 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-25 20:05:18 +00:00
Tim Schaub
8e73b3f8db
Avoid pink tiles on example.html.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9630 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-24 20:22:28 +00:00
Frédéric Junod
b9bcc0b7f8
use OpenLayers.Protocol.Response.success function, r=elemoine ( closes #2227 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9623 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-19 06:34:54 +00:00
Éric Lemoine
f587b05d35
in OpenLayers.Request call the "complete", "success" and "failure" callbacks from within a separate method, this allows executing the callbacks from outside and at the time it lmakes the most sense to the application, p=fvanderbiest, r=me ( closes #2218 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9621 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-13 19:47:08 +00:00
Éric Lemoine
d83376de64
add changelayer event to mergeNewParams function, r=bartvde ( closes #2179 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9618 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-13 06:31:47 +00:00
Frédéric Junod
2b9bd25530
trigger an event when the layer's opacity change. r=elemoine ( closes #2112 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9616 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-10 06:10:29 +00:00
Tim Schaub
c1a0d405e4
Proper handling of null and undefined attribute values in WFS transactions. r=ahocevar ( closes #2222 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9615 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-07 22:35:55 +00:00
bartvde
5964a8db60
fix up sequence of elements in Web Map Context 1.1 Format when writing, thanks trondmm for the catch and initial patch, r=tschaub ( closes #2174 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9614 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-07 15:59:43 +00:00
ahocevar
01d4330c81
In standalone mode, allow only dragging of sketch vertices or the point
...
selected for modification. Thanks tschaub for the improved patch.
r=tschaub (closes #2219 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9613 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-05 23:33:26 +00:00
Éric Lemoine
868f886cad
make the point1 and point2 variables local to the getSortedSegments method, no functional change, p=igrcic ( closes #2217 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9612 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-08-05 07:28:08 +00:00
Schuyler Erle
0f35a3a434
Applying bobkare's patches to Norwegian language support from #2212 . Closes #2212 .
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9605 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-31 18:38:15 +00:00
Schuyler Erle
ed6790e652
Merged from roberthl's branch again. This time all tests pass. ;)
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9604 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-31 16:34:04 +00:00
ahocevar
77ea74cc2c
added getBounds() to mockup geometry. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9601 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-30 22:27:23 +00:00
crschmidt
e5a577b062
larger, not smaller
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9597 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-30 14:43:31 +00:00
crschmidt
f0c5e94403
Add better documentation for the 'ratio' property of WFS layers.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9596 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-30 14:36:44 +00:00
Éric Lemoine
6012498ae8
in the select-feature.html example, when checkboxes are changes, reactivate the select control only if the "box" property changes, we do not need to reactivate the control when the "clickout" property changes, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9595 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-29 06:31:35 +00:00
Tim Schaub
6f18a6abd0
Stopping double clicks on the panel control. Thanks for the patch sbenthall. r=me ( closes #2069 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9594 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-29 04:20:57 +00:00
ahocevar
1f3d495a12
fixed docs for clickTolerance, which also affects hover requests. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9593 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-28 14:39:58 +00:00
ahocevar
8fdd423104
provide a standalone mode for the ModifyFeature control. Thanks tschaub
...
for the fix in deactivate() and the tests. r=tschaub (closes #2199 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9591 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-27 18:00:36 +00:00
Tim Schaub
7b90863198
Instead of storing the geometry on all nodes (increasing memory drain) we only store what the indexer needs. The bounds bottom is only used in the compare method when checking for z and y ordering. r=ahocevar ( closes #2198 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9590 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-27 16:50:33 +00:00
Tim Schaub
8b741bc666
Adding an autoActivate property for controls. If this is set to true, the control will be activated when it is added to a map. This is true for the Navigation, NavigationHistory, KeyboardDefaults, and Panel controls. False for others. r=elemoine ( closes #2200 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9589 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-24 21:58:39 +00:00
Tim Schaub
1afb016408
Unmixing tabs and spaces. Non-functional change. Four spaces for tabs.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9588 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-24 19:50:45 +00:00
Éric Lemoine
f7a2efe2bf
make updateSize not call setCenter if map has no center, and remove unused code, r=tschaub ( closes #2105 ) ( closes #2114 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9587 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-24 12:49:13 +00:00
Éric Lemoine
1faae2a2a2
allow proxy host function, r=tschaub ( closes #2128 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9586 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-24 12:44:33 +00:00
Tim Schaub
f838aa3a03
Ensure that sld elements are written in the sld namespace. r=bartvde ( closes #2087 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9584 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-23 20:53:14 +00:00
crschmidt
2564da4403
Revert r9582, which breaks OpeNLayers trunk. Tickets 2158 and 2159 need to
...
be reopened.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9583 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-23 16:08:33 +00:00
Schuyler Erle
547371f107
Merge r9410 and r9520 from
...
source:/sandbox/roberthl/openlayers/lib/OpenLayers/Lang. These patches import
the latest work from the MediaWiki translation team, and only impact the
language files. This closes #2158 and #2159 .
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9582 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-23 15:29:19 +00:00
ahocevar
82cbb8c7cb
fixed getParameterString to handle null/undefined values correctly. r=elemoine ( closes #2157 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9573 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 21:11:03 +00:00
bartvde
2c8ec98643
correctly parse ScaleHint values from WMS GetCapabilities response, thanks elemoine for the testcase, r=elemoine ( closes #2150 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9571 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 12:32:31 +00:00
bartvde
f4d60b89a8
add parsing of layer name in WMS DescribeLayer format, r=elemoine ( closes #2027 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9570 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 12:18:02 +00:00
Éric Lemoine
feb29516b3
WMSGetFeatureInfo: add beforegetfeatureinfo event, p=fvanderbiest, r=me ( closes #2127 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9569 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 09:07:37 +00:00
Éric Lemoine
4e77c9648a
add missing semi-colons, no functional change
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9568 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 08:53:00 +00:00
Éric Lemoine
7c4f85ffd5
Undocumented property 'filter' in Layer.Vector assumed in BBOX Strategy, initial patch from rdewit, no functional change ( closes #2061 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9567 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-20 08:42:42 +00:00
Tim Schaub
cb71201350
Different layer order.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9551 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-14 16:18:47 +00:00
Tim Schaub
1b4d654ff8
Demonstrating the use of the rebranded Virtual Earth API.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9550 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-14 16:03:07 +00:00
Tim Schaub
ca23e49707
Add an example that demonstrates the use of a popup with the WMSGetFeatureInfo control.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9549 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-07-10 17:43:37 +00:00
Tim Schaub
d6d824b389
Typo in docs. Non-functional change.
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9528 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-26 15:15:28 +00:00
Tim Schaub
1e35173c2b
If the pan tween is playing when the map is destroyed, stop the tween. r=pspencer ( closes #2156 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9526 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-26 01:01:00 +00:00
ahocevar
9d74c087ce
added parsing of Attribution, KeywordList and MetadataURL to
...
WMSCapabilities. Thanks tschaub for the improvements to my original
patch. r=tschaub (closes #2145 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9499 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-23 20:34:27 +00:00
ahocevar
253a8bbaf7
added extractStyles:true for KML input
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9480 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-16 14:17:00 +00:00
ahocevar
ef739e42c3
Support for IE8 standards mode. Thanks ahayes, crschmidt, pspencer and madair, who all provided patches and valuable research to make this happen. r=crschmidt,ngerber999,Quelbs,ksgeograf (pullup #1910 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9476 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-13 08:55:44 +00:00
crschmidt
3fd553cdf4
Fix two missing semicolons. Thanks to ksgeograf for the catch. No functional
...
change. (Pullup #2134 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9475 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 20:06:12 +00:00
crschmidt
8765b0199f
Commit bug for missing 'exact' in ArcXML format parser, from dzwarg. Includes
...
manual test. Thanks! (Pullup #2117 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9474 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 20:03:12 +00:00
ahocevar
be1d375bf7
How and where do I create tickets for IE7 bugs? No idea, so we are fixing it here. r=crschmidt (pullup #2135 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9473 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 15:45:49 +00:00
ahocevar
a20a209f0e
changed wfs url to a working one
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9468 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 09:02:41 +00:00
ahocevar
cad1839201
Updated server url. Thanks akrherz for making us aware of the new url ( closes #2129 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9467 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-12 06:54:25 +00:00
ahocevar
81ea635430
satisfy Opera 9.27 by escaping curly braces in regular expression. r=crschmidt (pullup #2103 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9466 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-11 17:24:48 +00:00
ahocevar
d6a3c508a1
Fixed the scope of onSelect, onUnselect,... when scope is not specified.
...
r=crschmidt (pullup #2115 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9419 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-06-01 16:27:02 +00:00
ahocevar
553f05d293
Another fix for the problem with resized Google layers that were previously invisible. Has the GMaps API changed in the meantime? At least this fix (listening for the "load" event) feels like it makes more sense than the previous one (listening for the "tilesloaded" event). r=pgiraud ( closes #1797 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9418 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-29 07:59:10 +00:00
Tim Schaub
94437d3e5f
Making createUrlObject more reliable. Tests demonstrate what to expect. r=elemoine (pullup #2060 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9413 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-27 17:49:05 +00:00
crschmidt
ebaa5066fc
Fix a broken aspect of my change to the ArcXML code when cleaning it up:
...
missed an 'arcxml' -> 'response' change. Caught by dzwarg, r=me, (Pullup #2110 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9412 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-26 16:59:40 +00:00
ahocevar
2bf02bda35
Better fix for SVG rendering issues when redrawing complex graphics. Thanks tschaub for the investigation and the original patch which pointed me into the right direction. r=tschaub (pullup #2101 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9405 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 22:02:05 +00:00
Tim Schaub
52a4d4f8cc
Making it so createUrlObject casts all urls to absolute ones first. r=crschmidt (pullup #2060 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9404 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 18:27:26 +00:00
Tim Schaub
d178a7675b
Using util method for array indexOf in TMS layer. r=crschmidt (pullup #2100 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9403 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 14:52:38 +00:00
Tim Schaub
16715f41f6
Using the cross-browser util method for array indexOf in the TileCache layer. r=crschmidt ( closes #2099 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9402 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 14:50:43 +00:00
Tim Schaub
e946b0a7eb
Store a reference to the bound mouse cache clearer so we can unregister it as a listener later. This solves an issue with slider events on the PanZoomBar. r=crschmidt (pullup #2054 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9401 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 00:20:36 +00:00
Tim Schaub
6b6ca2a125
Take care not to clobber any previously set window.$ value. IE, in its mysterious ways, sets $ to undefined if we have a conditional 'var $ = somefunc;' expression - even if the condition evaluates to false. Problem does not occur if expression is 'window.$ = somefunc;'. This makes OL play nicely with jQuery (among others) in IE. r=crschmidt (pullup #1391 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9400 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-21 00:17:20 +00:00
Tim Schaub
5f0d573ff5
Trivial change. Removing string concatenation. Reportedly changes things in minified build in IE6. (pullup #2093 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9386 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-18 19:49:10 +00:00
crschmidt
51b5095d48
Committing an updated fix for #1906 . This fixes a 2.7->2.8 regression in
...
particular behavior with regard to determining the size of a popup. thanks
to the absolutely tireless work of gregers on this issue! Also, in case
anyone was wondering? Browsers suck. (Pullup #1906 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9384 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-15 15:36:21 +00:00
Éric Lemoine
b768574d72
when allOverlays is true a hidden layer can cause a WFS request, testsed by bartvde, r=tschaub ( closes #2072 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9370 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-12 06:18:00 +00:00
ahocevar
0ec407ca04
use event-based checkResize not only for invisible layers, but also for layers that have not finished loading. r=pgiraud (pullup #2075 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9362 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-05-07 07:49:38 +00:00
Tim Schaub
5a8b116d10
To abort loading of any previous image when we destroy the image tile, we set the src to the location of blank.gif. r=crschmidt (pullup #1978 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9334 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-30 22:07:26 +00:00
ahocevar
b98dba227e
Fix GMap initialization sequence when resizing previously invisible
...
layers. r=tschaub (pullup #1797 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9333 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-30 21:52:08 +00:00
crschmidt
6785e06150
Fix broken comma (Pullup #2066 )
...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9328 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-29 11:41:00 +00:00
ahocevar
51b1937aa6
fix for urls with same host in createUrlObject in IE. r=tschaub (pullup
...
#2060 )
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9320 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2009-04-27 20:57:14 +00:00