OpenLayers OpenLayers

root/branches/openlayers/2.0


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1374 [1374] 08/25/06 14:35:16 crschmidt Make the xhtml page valid.
(edit) @1373 [1373] 08/25/06 14:23:55 crschmidt Commit XHTML patch. Closes #177.
(edit) @1367 [1367] 08/25/06 07:55:45 crschmidt Document restriction on when to add permalink control.
(edit) @1366 [1366] 08/24/06 22:08:20 crschmidt Commit r1365 against 2.0, rather than sandbox.
(edit) @1360 [1360] 08/24/06 11:20:48 crschmidt (continuation of r1359) -- tschaub points out that zoomBox and …
(edit) @1359 [1359] 08/24/06 11:19:18 crschmidt --
(edit) @1358 [1358] 08/24/06 11:07:18 crschmidt If we turn on the zooming tool, then click on the panzoombar in …
(edit) @1357 [1357] 08/24/06 10:52:39 crschmidt When you click and don't drag, we zoom in, but we want to set …
(edit) @1356 [1356] 08/24/06 10:21:45 crschmidt Change zoomBox function to be a 'zoom in' if the user draws a very small …
(edit) @1355 [1355] 08/24/06 10:08:18 crschmidt Map should change zoom level to maximum for the baseLayer when the …
(edit) @1354 [1354] 08/24/06 09:35:55 crschmidt Add tests for MouseToolbar. This is relatively minimal compared to …
(edit) @1353 [1353] 08/24/06 01:59:12 crschmidt Dragging stopped by Event.stop call when it shouldn't have been -- no …
(edit) @1352 [1352] 08/24/06 01:49:02 crschmidt Because we've removed the ruler button, its image no longer needs …
(edit) @1350 [1350] 08/24/06 01:19:20 crschmidt console.log is NOT VALID JAVASCRIPT. Soon I will need to just create a …
(edit) @1348 [1348] 08/24/06 01:11:28 crschmidt Restore maxZoomLevel functionality, removoed between rc1 and rc2 by Erik. …
(edit) @1347 [1347] 08/24/06 01:01:10 crschmidt If we choose to switch to a mode via the toolbar, don't leave that …
(edit) @1346 [1346] 08/24/06 00:21:27 sderle Replicating r1345 in 2.0 branch.
(edit) @1343 [1343] 08/23/06 17:05:15 crschmidt Before, this example only worked on OpenLayers.org.
(edit) @1342 [1342] 08/23/06 17:04:14 crschmidt And it helps if you do the order of operations right so that the …
(edit) @1341 [1341] 08/23/06 16:59:37 crschmidt KaMap used to round its tiles. This dropped out. This was bad, since it …
(edit) @1340 [1340] 08/23/06 16:55:04 crschmidt Commit r1337 to 2.0 branch.
(edit) @1339 [1339] 08/23/06 16:39:22 crschmidt Until we have line drawing, there's no need for ruler-ing. It's confusing …
(edit) @1338 [1338] 08/23/06 16:37:16 crschmidt If we're zooming with this tool, we only want to actually change the zoom …
(edit) @1334 [1334] 08/22/06 15:45:28 crschmidt Add news.txt to store release notes, which will contain information …
(edit) @1333 [1333] 08/22/06 14:56:12 crschmidt A number of tests were not working as expected in IE. Specifically: * …
(edit) @1332 [1332] 08/22/06 14:37:05 crschmidt IE will not catch events on a div which has no content in it. (Why? Who …
(edit) @1331 [1331] 08/22/06 13:33:12 crschmidt IE treats non-assigned zIndex values as 0. children of an element with a …
(edit) @1330 [1330] 08/22/06 10:23:23 crschmidt In order to set the status of an element before it's added ot the DOM in …
(edit) @1329 [1329] 08/22/06 09:09:53 crschmidt If a mouseup is not preceeded by a mousedown *inside the layerswitcher*, …
(edit) @1328 [1328] 08/22/06 07:42:25 crschmidt FireFox apparently doesn't return any text with node.text, but it doesn't …
(edit) @1327 [1327] 08/22/06 07:33:45 crschmidt WFS Feature wasn't properly processing nodes. Let's see if this helps at …
(edit) @1326 [1326] 08/22/06 07:16:13 crschmidt WFS was not requesting correct URL.
(edit) @1325 [1325] 08/21/06 20:25:17 euzuro redefining isBaseLayer is not necessary -- it inherits from …
(edit) @1324 [1324] 08/21/06 20:23:43 euzuro make an accessor for setting isBaseLayer, because we need to trigger the …
(edit) @1323 [1323] 08/21/06 19:04:40 euzuro fix for #197
(edit) @1322 [1322] 08/21/06 16:22:35 crschmidt Mention GeoRSS version support.
(edit) @1321 [1321] 08/21/06 15:34:15 crschmidt If Google fails to load before OpenLayers, occasionally dragging is not …
(edit) @1320 [1320] 08/21/06 15:20:52 crschmidt Sometimes we call moveTo on a tile before we've actually created an image, …
(edit) @1319 [1319] 08/21/06 15:18:47 crschmidt unregister allows you to specify a function. remove does not. I can't …
(edit) @1318 [1318] 08/21/06 13:17:04 crschmidt Buffer set to 1 on WFS layer, since we don't have as much cause to prevent …
(edit) @1317 [1317] 08/21/06 12:03:52 crschmidt Typo in change created around r1200 broke WFS.
(edit) @1316 [1316] 08/19/06 11:57:14 crschmidt Post-drag 'click' events aren't really clicks. Don't let them fall through …
(edit) @1315 [1315] 08/19/06 11:03:45 crschmidt Stop click events from falling through to the map.
(edit) @1314 [1314] 08/19/06 11:01:58 crschmidt Let's trap all these events. Tested by bitner on IRC in IE (thanks!) and …
(edit) @1313 [1313] 08/19/06 10:05:39 crschmidt Add example for setting an extent with visual annotation via Boxes layer.
(edit) @1312 [1312] 08/19/06 09:59:39 crschmidt Further documentation on the special casing Layer.WMS does.
(edit) @1311 [1311] 08/19/06 02:13:28 euzuro update example for r1310
(edit) @1310 [1310] 08/19/06 02:13:09 euzuro allow 'auto' for minResolution if minExtent is set
(edit) @1309 [1309] 08/19/06 01:37:07 euzuro just like r1308, we update virtual earth to use min/max zoomlevel, and …
(edit) @1308 [1308] 08/19/06 01:23:45 euzuro allow google layer to be configured with min/max zoomLevels. update …
(edit) @1307 [1307] 08/19/06 01:18:24 euzuro update to example.
(edit) @1306 [1306] 08/19/06 01:00:54 euzuro put zoombar slider at the correct zoom level on first draw (not just …
(edit) @1305 [1305] 08/19/06 00:47:12 euzuro real fix for #189 -- event wasnt being triggered, and wihtout the clone(), …
(edit) @1304 [1304] 08/18/06 23:53:50 euzuro fix for #180 -- check zoomlevel bounds before calling setCenter()
(edit) @1303 [1303] 08/18/06 23:43:35 euzuro remove extraneous comment
(edit) @1302 [1302] 08/18/06 22:09:29 euzuro Remove the concept of min/max zoom level from Map. Replace it with concept …
(edit) @1301 [1301] 08/18/06 22:07:26 euzuro allow whirlwind to have options. otherwise no way to set tilesize
(edit) @1300 [1300] 08/18/06 21:45:47 crschmidt Make OpenPlans TIGER WMS proxy not a base layer in this example, so you …
(edit) @1299 [1299] 08/18/06 13:36:50 euzuro added problem/challenge text to test page
(edit) @1298 [1298] 08/18/06 13:30:58 euzuro example to help fix #186
(edit) @1296 [1296] 08/17/06 16:27:41 euzuro rollback 1295 -- prematurely committed
(edit) @1295 [1295] 08/17/06 16:22:47 euzuro coding standards, adding jsdoc comments, small code reorganization in svn …
(edit) @1294 [1294] 08/17/06 15:34:10 euzuro add comment
(edit) @1291 [1291] 08/17/06 15:19:21 euzuro update parameter name for parallelism with the rest of the …
(edit) @1290 [1290] 08/17/06 15:14:50 euzuro when merging new params to untitled layer, we need to uppercase them for …
(edit) @1289 [1289] 08/17/06 15:12:52 euzuro removing alpha nuller from the destroy broke tests. sorry
(edit) @1288 [1288] 08/17/06 14:53:57 euzuro the 'alpha' property belongs to Layer, and it's a boolean so no need to …
(edit) @1287 [1287] 08/17/06 14:17:48 euzuro remove unused getTile() method and related tests
(edit) @1286 [1286] 08/17/06 14:15:29 euzuro mark a few functions as private
(edit) @1285 [1285] 08/17/06 13:43:27 euzuro add comments for spiralTileLoad() function
(edit) @1284 [1284] 08/17/06 13:36:17 euzuro move baselayer functions down and separated from private layer functions
(edit) @1283 [1283] 08/17/06 13:20:30 euzuro protect viewport-lonlat translation functions in the case no baselayer is …
(edit) @1282 [1282] 08/17/06 12:41:17 euzuro superfluous comment
(edit) @1281 [1281] 08/17/06 12:21:51 euzuro getResolution() is only to be called on a baselayer, so no need to ask the …
(edit) @1280 [1280] 08/17/06 12:15:45 euzuro always get the resolution from the map -- this grid might not be the base …
(edit) @1279 [1279] 08/17/06 12:13:55 euzuro use official map.getResolution() function here, do not bypass and go …
(edit) @1278 [1278] 08/17/06 08:27:36 crschmidt sbp points out that multiple perl calls are unneccesary. merging them all …
(edit) @1277 [1277] 08/17/06 08:13:27 crschmidt We no longer define units/resolution on the kamap object.
(edit) @1276 [1276] 08/17/06 08:13:03 crschmidt changeParams changed to mergeNewParams in 2.0
(edit) @1275 [1275] 08/17/06 01:52:07 euzuro update map resize functionality to deal with google layer. if ve had a …
(copy) @1272 [1272] 08/16/06 22:54:54 crschmidt Branch OpenLayers for 2.0 release.
copied from trunk/openlayers:
(edit) @1271 [1271] 08/16/06 22:51:56 crschmidt MouseToolbar typo in docs.
Note: See TracRevisionLog for help on using the revision log.