/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/map.py
ViewVC logotype

Log of /branches/WIP-pyshapelib-bramz/Thuban/Model/map.py

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2835)

Revision 2734 - (view) (annotate) - [select for diffs]
Modified Thu Mar 1 12:42:59 2007 UTC (18 years ago) by bramz
File length: 10294 byte(s)
Diff to previous 2569
made a copy

Revision 2569 - (view) (annotate) - [select for diffs]
Modified Thu Feb 17 11:02:28 2005 UTC (20 years ago) by jan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 10294 byte(s)
Diff to previous 2564
Fixed doc-strings to comply with coding_guidelines.


Revision 2564 - (view) (annotate) - [select for diffs]
Modified Wed Feb 16 23:14:35 2005 UTC (20 years ago) by jan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 10187 byte(s)
Diff to previous 1388
(Map, Map.Destroy, Map.RemoveLayer, Map.ClearLayers,
Map.Layers, Map.HasLayers, Map.MoveLayerToTop,
Map.RaiseLayer, Map.LowerLayer, Map.MoveLayerToBottom,
Map.ProjectedBoundingBox, Map.GetProjection): Improved/added
doc string.
(Map.BoundingBox): Removed superfluous test for label_layer
and improved doc string.
(Map.TreeInfo): Added label_layer and improved sdo string.


Revision 1388 - (view) (annotate) - [select for diffs]
Modified Thu Jul 10 14:53:15 2003 UTC (21 years, 8 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 9153 byte(s)
Diff to previous 1099
(Map.SetProjection): Send the old
        projection as an argument to listeners of the MAP_PROJECTION_CHANGED
        event.


Revision 1099 - (view) (annotate) - [select for diffs]
Modified Fri May 30 06:28:02 2003 UTC (21 years, 9 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 9109 byte(s)
Diff to previous 991
(Map.TopLayer, Map.BottomLayer): Renamed
        to MoveLayerToTop and MoveLayerToBottom respectively. Fixes
        RTBug #1907.


Revision 991 - (view) (annotate) - [select for diffs]
Modified Thu May 22 16:51:44 2003 UTC (21 years, 9 months ago) by frank
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 9097 byte(s)
Diff to previous 931
(Map.TopLayer(), Map.BottomLayer()): New, place
	layer at top/bottom of layer stack.


Revision 931 - (view) (annotate) - [select for diffs]
Modified Tue May 20 15:23:18 2003 UTC (21 years, 9 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 8107 byte(s)
Diff to previous 882
(Map.BoundingBox): Fix typo in comment.


Revision 882 - (view) (annotate) - [select for diffs]
Modified Fri May 9 16:34:28 2003 UTC (21 years, 10 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 8107 byte(s)
Diff to previous 707
Explicit imports.


Revision 707 - (view) (annotate) - [select for diffs]
Modified Wed Apr 23 08:44:34 2003 UTC (21 years, 10 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 8053 byte(s)
Diff to previous 559
(Map.GetProjection): New. Returns the map's projection.


Revision 559 - (view) (annotate) - [select for diffs]
Modified Wed Mar 26 11:05:33 2003 UTC (21 years, 11 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7992 byte(s)
Diff to previous 546
(Map): Forward LAYER_CHANGED messages.


Revision 546 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 09:44:20 2003 UTC (21 years, 11 months ago) by jonathan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7951 byte(s)
Diff to previous 374
(Map): Rename messages and use new, more specific, messages.


Revision 374 - (view) (annotate) - [select for diffs]
Modified Mon Jan 27 14:20:02 2003 UTC (22 years, 1 month ago) by jan
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7635 byte(s)
Diff to previous 319
Replace user string by _() for i18n.


Revision 319 - (view) (annotate) - [select for diffs]
Modified Fri Sep 13 14:21:24 2002 UTC (22 years, 5 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7598 byte(s)
Diff to previous 298
(Map.forwarded_channels): Forward the
CHANGED channel too.
(Map.__init__): Call the Modifiable constructor as well.


Revision 298 - (view) (annotate) - [select for diffs]
Modified Fri Aug 30 17:40:52 2002 UTC (22 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7529 byte(s)
Diff to previous 249
(Map.CanRemoveLayer): New method to
determine whether a given layer can be deleted.


Revision 249 - (view) (annotate) - [select for diffs]
Modified Tue Jul 30 14:17:33 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 7219 byte(s)
Diff to previous 245
(Map.ClearLayers): New method to delete all
layers.
(Map.Destroy): Destroy the label_layer as well and call the
inherited Desatroymethod first so that no more messages are
issued.
(Map.RaiseLayer, Map.LowerLayer): Only issue LAYERS_CHANGED
message if the stacking order actually has changed. Add
doc-strings.
(Map.BoundingBox): Correct the doc-string.
(Map.AddLayer, Map.RemoveLayer, Map.Layers, Map.HasLayers)
(Map.ProjectedBoundingBox, Map.SetProjection): Add doc-strings.


Revision 245 - (view) (annotate) - [select for diffs]
Modified Mon Jul 29 13:37:55 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 5828 byte(s)
Diff to previous 231
(Map.subscribe_layer_channels)
(Map.unsubscribe_layer_channels): Put the code that (un)subscribes
to a layer's channels into separate methods.
(Map.RemoveLayer, Map.AddLayer): Call the new methods
(Map.Destroy): Unsubscribe from a layer's channels before
destroying it.


Revision 231 - (view) (annotate) - [select for diffs]
Modified Fri Jul 19 15:13:05 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 5479 byte(s)
Diff to previous 217
	* Thuban/Model/map.py (Map.TreeInfo): Deal better with empty maps.


Revision 217 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 10:50:40 2002 UTC (22 years, 7 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 5429 byte(s)
Diff to previous 178
* Thuban/UI/tree.py (color_string): Removed. No longer used.
(SessionTreeCtrl.update_tree, SessionTreeCtrl.add_items): Split
update_tree into update_tree and add_items. The tree now uses a
more generic way to display the contents of the tree.
(SessionTreeCtrl): Add a doc string explaining the TreeInfo method

* Thuban/Model/layer.py (Layer.TreeInfo),
Thuban/Model/extension.py (Extension.TreeInfo),
Thuban/Model/map.py (Map.TreeInfo),
Thuban/Model/session.py (Session.TreeInfo):
Add TreeInfo methods to implement the new tree view update scheme


Revision 178 - (view) (annotate) - [select for diffs]
Modified Wed May 15 14:02:20 2002 UTC (22 years, 9 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 4801 byte(s)
Diff to previous 63
	* Thuban/Model/map.py (Map.BoundingBox): Add doc-string. Deal with
	the layer's bbox being None.


Revision 63 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 12:20:02 2001 UTC (23 years, 5 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 4372 byte(s)
Diff to previous 6
	* Thuban/Model/map.py (Map.Destroy): Unsubscribe the label_layer
	messages


Revision 6 - (view) (annotate) - [select for diffs]
Added Tue Aug 28 15:41:52 2001 UTC (23 years, 6 months ago) by bh
Original Path: trunk/thuban/Thuban/Model/map.py
File length: 4296 byte(s)
import all the source files


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26