Class: AcrGisCache maps.nyc.gov

nyc.ol.source.AcrGisCache

new AcrGisCache(options)

Class for source that provides tiles from an ArcGIS Server tile cache
Parameters:
Name Type Description
options nyc.ol.source.AcrGisCache.Options Constructor options
Source:

Extends

  • ol.source.TileImage

Type Definitions

Options

Object type to hold constructor options for nyc.ol.source.AcrGisCache
Type:
  • Object
Properties:
Name Type Attributes Description
imageExtension string The image extension for tiles
url string <optional>
The base URL for tiles
urls Array.<string> <optional>
An array of base URLs for tiles
Source:
See: