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
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