Commit Graph

993 Commits

Author SHA1 Message Date
crschmidt 2ee5996d54 Authors file updated with Tim's name.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1266 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-17 01:44:55 +00:00
crschmidt d567b523c4 Commit documentation for remaining layers.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1265 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 23:23:19 +00:00
crschmidt c932a87d3f Fix missed change in KaMap. Tests now all pass.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 23:00:47 +00:00
crschmidt e955fcc6da We now have a concept of scale with the map, so we no longer need to depend on this being specific to KaMap.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1263 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 22:56:47 +00:00
euzuro 2f2dcf2f09 remove old dragging code from gmaps -- eventpane does all this for us
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1262 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 22:13:12 +00:00
crschmidt e76f87e0df Commit Commercial layer documentation, Grid/HTTPRequest Docs, and WMS docs. Almost there.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1261 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 21:55:25 +00:00
euzuro 5c4a35b840 give BaseLayers madrid and barcelona
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1260 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 21:39:58 +00:00
euzuro 7bf1112c81 remove reproject() method which was sort of silly anyways -- i think the ve/goog marker misplacement problem was that the layercontainerdiv was not being correctly reset on a changebaselayer. so im changing the setbaselayer() to auto call setCenter() with a new zoom (by nulling the zoom beforehand and passing in the current zoom).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 21:36:23 +00:00
crschmidt 1d31d524d0 Add Layer documentation.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1258 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 20:48:21 +00:00
euzuro ef83f182ca do not mess with DEFAULT_PARAMS -- in mozilla, where the tests get called in the opposite order, this was bombing.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1257 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 20:45:57 +00:00
euzuro 31df492761 r1255 broke a test. fixed.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1256 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 19:21:21 +00:00
euzuro 748234606e it's redundant for applyDefaults() to return anything. thx tschaub
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1255 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 19:16:46 +00:00
crschmidt 65f9ae8eac Commit documentation for tile classes.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1254 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 19:15:34 +00:00
crschmidt 584bbd59a1 Document OpenLayers.Marker
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1253 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 18:44:46 +00:00
crschmidt d7b1483089 Document OpenLayers.Icon.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1252 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 18:44:28 +00:00
euzuro 0f9a02bf61 no longer need to worry about grid moving around when it's invisible.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 18:14:10 +00:00
euzuro 4f3641606b baselayer needs to do a total redraw
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1250 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 18:13:23 +00:00
crschmidt bd25727b27 Document AJAX helper functionality.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1249 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:41:54 +00:00
euzuro f98ac685d1 kill the double-click event after we have dealt with it
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1248 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:34:39 +00:00
crschmidt 7da2079736 Documentation for Control classes.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1247 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:28:52 +00:00
euzuro c2355d207c make sure scroll only scrolls if it was done over the map, and also stop event propagation so that the window doesnt scroll too
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1246 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:24:55 +00:00
crschmidt 2e3ff459b2 Change Scale control to use getScale() from map.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1245 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:19:28 +00:00
euzuro 5a68e0ffe0 stop using deprecated functions in examples and tests
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1244 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:11:24 +00:00
euzuro c5223b4579 make marker fall *exactly* on barcelona. set the icon up with calculateOffset() function so it looks right
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1243 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:09:14 +00:00
euzuro 0637223342 make ve take up whole screen width
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1242 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 17:08:11 +00:00
euzuro f5ee80907c use default wheel functions that i created earlier
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1241 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 16:53:41 +00:00
euzuro f24f01a1cc add an example with wms, google, and ve layers all together
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1240 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 16:07:31 +00:00
euzuro 15d3d9fc21 do not update invisible baselayers as the user navigates around. only update them when they are made visible.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1239 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 15:53:33 +00:00
crschmidt d828dd8f81 Enable Spiral Tile Loading In KaMap.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1237 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 15:34:59 +00:00
euzuro 6735fb0b2a make google example bigger and reinstate ability to add a marker
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1236 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 15:05:04 +00:00
euzuro 1393fb43f8 put @requires statements inside JSDOC comment block
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1235 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 14:50:34 +00:00
crschmidt 2376bfe291 This is only neccesary because of the naming scheme, not because it actually
needs any functionality from WMS.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 13:30:10 +00:00
crschmidt 07751a7206 Fix @require: to @requires
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1233 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 13:27:56 +00:00
crschmidt 6e14190463 Remove broken requires statement.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1232 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 13:22:55 +00:00
euzuro 7e312bf596 if zoom hasnt changed, use PanToLatLong() instead of setCenter()
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 05:59:37 +00:00
euzuro 208957ade6 there has never been a VELatLongBounds... at least not that we know of. this code was just brought over from google.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1230 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 05:49:07 +00:00
euzuro c7cb7744e7 if we are going subclass from EventPane, then there is no need to bother with catching VE events...
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1229 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 05:48:09 +00:00
euzuro f3c12c729d remove deprecated methods for 2.0 release. Documentation available at ReleaseNotes2.0
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 02:26:12 +00:00
euzuro 3f19fdd490 fix for #168 - getScale() thanks for great patch from Tim Schaub
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1227 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 01:09:42 +00:00
euzuro 1baadf57ac make the same change as in r1209 to wms-untiled. make baselayeredness based on transparency (as it was before)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1226 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 01:04:07 +00:00
euzuro f904f2ed15 add an informational comment and do a little coding standards cleanup. no functional change here
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1225 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-16 00:33:25 +00:00
crschmidt 930055ac19 With the IE fix, Untiled WMS is no longer a lost cause. bring it into the
single file build.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1224 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 21:14:24 +00:00
crschmidt 44b695666f Document OpenLayers.Map class.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 20:02:10 +00:00
crschmidt f56824a778 Add support for Google Layer to MVS.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1222 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 18:07:43 +00:00
crschmidt 8255997bc7 Add a key for localhost, for those of us developing on a localhost setup, so
that it can just be grabbed from here.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1221 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 18:05:28 +00:00
crschmidt cbd921f643 Add the ability to add a 'marker=true' option to URL queries, so that you
can have a marker at your center point, a la gmaps.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1220 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 17:48:07 +00:00
crschmidt ae02671983 Don't ever return NaN from getLayerContainerPxFromViewPortPx, since that
can cause problems in multiple different layers -- instead, just return 
null, which is handled more gracefully.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1219 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 16:11:58 +00:00
crschmidt cbde344ad0 Add non-stringified condition, courtesy of tschaub pointing out the error
of my ways :)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1218 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 15:38:26 +00:00
crschmidt 4b7b1cb700 Untiled WMS defaults to not having a base layer, which doesn't work so much
with the whole 'only layer in the example' thing. (Working on fixing #137 .)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1217 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 14:22:31 +00:00
crschmidt d11ddfbb87 Change OpenLayers.ProxyHost in Subversion to be null. This means that Ajax
requests will 'just work' if the file is loaded locally (which was only the
case before when using relative URLs). It also means that the examples better
document how to set ProxyHost, since they no longer depend on an undocumented
setting.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1216 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-08-15 14:11:58 +00:00