Namespace: ol maps.nyc.gov

nyc.ol

Source:

Classes

Drag
Draw
FeatureTip
Locate
Locator
Popup

Namespaces

control
geoserver
layer
source

Members

(static, constant) CENTER :ol.Coordinate

Type:
  • ol.Coordinate
Source:

(static, constant) EXTENT :ol.Extent

Type:
  • ol.Extent
Source:

(static) FeatureEventType :string

Enumeration for feature event types
Type:
  • string
Properties:
Name Type Description
ADD string The addfeature event type
CHANGE string The changefeature event type
REMOVE string The removefeature event type
Source:

Type Definitions

Feature

The object returned by events fired by nyc.ol.Draw and nyc.ol.geoserver.GetFeature
Type:
  • Object
Properties:
Name Type Description
feature ol.Feature
wkt string
Source:

FeatureEvent

Event object
Type:
  • Object
Properties:
Name Type Description
feature nyc.ol.Feature The event data
type nyc.ol.FeatureEventType The event type
Source: