Class: BaseLayer maps.nyc.gov

nyc.ol.layer.BaseLayer

new BaseLayer(optionsopt)

Class that extends ol.layer.Tile to create the NYC base map layer
Parameters:
Name Type Attributes Default Description
options Object <optional>
nyc.ol.layer.BaseLayer.DEFAULT_OPTIONS Constructor options
Source:
See:

Extends

  • ol.layer.Tile

Members

(static, constant) BASIC_OPTIONS :Object

The tile options used to create the New York City base map tile layer
Type:
  • Object
Source:

(static, constant) BASIC_URLS :Array.<string>

The URL of the New York City base map tiles
Type:
  • Array.<string>
Source:

(static, constant) DEFAULT_OPTIONS :Object

The default tile options used to create the New York City base map tile layer
Type:
  • Object
Source:
See:

(static, constant) EXTENT :ol.Extent

The extent of the New York City base map tiles
Type:
  • ol.Extent
Source:

(static) IMAGE_EXTENSION :string

The file extension of the New York City base map tiles
Type:
  • string
Source:

(static, constant) ORIGIN :ol.Coordinate

The origin of the New York City base map tiles
Type:
  • ol.Coordinate
Source:

(static, constant) ORTHO_OPTIONS :Object

The tile options used to create the New York City ortho image tile layer
Type:
  • Object
Source:
See:

(static, constant) ORTHO_URLS :Array.<string>

The URL of the New York City ortho image tiles
Type:
  • Array.<string>
Source:

(static, constant) RESOLUTIONS :Array.<number>

Resolutions for zoom levels 0 - 10
Type:
  • Array.<number>
Source:

(static, constant) TILE_SIZE :number

The size of the New York City base map tiles
Type:
  • number
Source: