Package | net.systemeD.potlatch2 |
Class | public class TagViewer |
Inheritance | TagViewer ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined by | ||
---|---|---|---|
mapFeatures : MapFeatures | TagViewer |
Method | Defined by | ||
---|---|---|---|
addNewTag():void
| TagViewer | ||
addToRelation():void
| TagViewer | ||
changeFeatureType(event:Event):void
| TagViewer | ||
createRelationMenu(button:PopUpButton):void
Create relation actions menu
| TagViewer | ||
loadFeatures():void
| TagViewer | ||
openDescription():void
Open up a new browser page, showing the help page as defined in Map Features XML file .
| TagViewer | ||
openEntityPage():void
Open up a new browser page showing OSM's view of the current entity.
| TagViewer | ||
selectAdvancedPanel():void
| TagViewer | ||
selectRelationMenu(event:MenuEvent):void
Do the action selected in the relation actions menu
| TagViewer | ||
TagViewer | |||
togglePanel():void
| TagViewer | ||
updateRelationMenu(event:Event):void
Enable 'add selection to...' entry only if some of the selection isn't in the relation.
| TagViewer |
mapFeatures | property |
public var mapFeatures:MapFeatures
addNewTag | () | method |
public function addNewTag():void
addToRelation | () | method |
public function addToRelation():void
changeFeatureType | () | method |
public function changeFeatureType(event:Event):void
Parameters
event:Event |
createRelationMenu | () | method |
public function createRelationMenu(button:PopUpButton):void
Create relation actions menu
Parametersbutton:PopUpButton |
loadFeatures | () | method |
public function loadFeatures():void
openDescription | () | method |
public function openDescription():void
Open up a new browser page, showing the help page as defined in Map Features XML file .
openEntityPage | () | method |
public function openEntityPage():void
Open up a new browser page showing OSM's view of the current entity.
selectAdvancedPanel | () | method |
public function selectAdvancedPanel():void
selectRelationMenu | () | method |
public function selectRelationMenu(event:MenuEvent):void
Do the action selected in the relation actions menu
Parametersevent:MenuEvent |
setEntity | () | method |
public function setEntity(entities:Array, layer:MapPaint = null):void
Parameters
entities:Array |
|
layer:MapPaint (default = null )
|
togglePanel | () | method |
public function togglePanel():void
updateRelationMenu | () | method |
public function updateRelationMenu(event:Event):void
Enable 'add selection to...' entry only if some of the selection isn't in the relation. Called each time the menu is clicked.
Parametersevent:Event |