Commit Graph

6049 Commits

Author SHA1 Message Date
Petr Pridal fd14df352b JSDoc documentation generator with plovr by "make jsdoc" 2012-06-19 16:13:00 +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