GeoMOOSE.MapSource.Vector

Basic class for sketch and WFS-T Layers.

Summary
GeoMOOSE.MapSource.VectorBasic class for sketch and WFS-T Layers.
Variables
clusteringEnabledSet to “true” when we have added clustering to the style.
displayInLayerSwitcherOverrriden from the base class to not display by default.
Functions
constructorCreates a new Vector Layer
saveCalled after any changes.
printGet a print represetnation for the vectors.

Variables

clusteringEnabled

clusteringEnabled: false

Set to “true” when we have added clustering to the style.

displayInLayerSwitcher

displayInLayerSwitcher: false

Overrriden from the base class to not display by default.

Functions

constructor

editable: true, constructor: function(mapbook_entry)

Creates a new Vector Layer

Parameters

mapbook_entryXML fragment defining the MapSource

save

save: function()

Called after any changes.

print

printable: true, /* this can be printed */ print: function()

Get a print represetnation for the vectors.  This means we need to send the shape and a collection of applicable styles.

clusteringEnabled: false
Set to “true” when we have added clustering to the style.
displayInLayerSwitcher: false
Overrriden from the base class to not display by default.
editable: true, constructor: function(mapbook_entry)
Creates a new Vector Layer
save: function()
Called after any changes.
printable: true, /* this can be printed */ print: function()
Get a print represetnation for the vectors.
Close