OpenLayers OpenLayers

Ticket #104 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

overview map

Reported by: anonymous Assigned to: crschmidt
Priority: critical Milestone: 2.2 Release
Component: general Version:
Keywords: Cc:
State:

Description

to show where on earth we are!

Attachments

overviewmap.patch (15.7 kB) - added by crschmidt on 10/07/06 21:44:47.
overviewmap.2.patch (28.9 kB) - added by crschmidt on 10/09/06 15:58:18.
no conflicts against r1702
overviewmap.3.patch (28.9 kB) - added by crschmidt on 10/09/06 15:59:14.
previous patch was reversed

Change History

08/10/06 02:36:29 changed by euzuro

  • status changed from new to closed.
  • resolution set to fixed.

zoom to full extent

08/10/06 02:37:09 changed by euzuro

  • status changed from closed to reopened.
  • resolution deleted.

doh! is this a suggestion to do a widget like gmaps' in the corner?

08/16/06 00:10:29 changed by euzuro

  • milestone deleted.

08/16/06 00:41:21 changed by crschmidt

  • milestone set to 2.2 Release.

10/02/06 11:33:42 changed by crschmidt

10/06/06 15:20:52 changed by sderle

  • owner set to crschmidt.
  • status changed from reopened to new.

10/06/06 16:36:12 changed by crschmidt

Working in a sandbox: source:/sandbox/crschmidt/overviewmap/ . Safari doesn't work: IE6/7, Firefox, and Opera do. Need to write tests and document well the fact that it doesn't work in Safari before going any farther.

10/07/06 21:44:47 changed by crschmidt

  • attachment overviewmap.patch added.

10/07/06 21:45:22 changed by crschmidt

Tests and docs written. New patch attached.

Erik or Schuyler, can you please take a look at this and give it a pass to be merged back to trunk?

10/07/06 21:52:24 changed by crschmidt

  • keywords set to +review.
  • status changed from new to assigned.

10/09/06 15:58:18 changed by crschmidt

  • attachment overviewmap.2.patch added.

no conflicts against r1702

10/09/06 15:59:14 changed by crschmidt

  • attachment overviewmap.3.patch added.

previous patch was reversed

10/09/06 16:09:19 changed by sderle

  • keywords deleted.

Tests pass, advertised functionality works. Please commit to trunk.

10/09/06 16:29:58 changed by crschmidt

  • status changed from assigned to closed.
  • resolution set to fixed.

10/09/06 17:21:05 changed by tschaub

Looks like I neglected to create a class name for the mapDiv. With the new CSS stuff, the overview map height/width could be controlled by the user.

Don't have an update to create patches with at this point, but this would mean replacing these two lines:

        this.mapDiv.style.width = '180px';
        this.mapDiv.style.height = '90px';

with something like

        this.mapDiv.className = 'olControlOverviewMapMapDiv';

(or some other ghastly name)

It still makes sense to have the overflow and position set in the js, but height/width can be pulled out (I think).