Basemap Support

Work in progress

This page is a work in progress and requires review. Please file an issue if information or coding is missing, incorrect or out of sync with the main repository (ramp-pcar/ramp-pcar).

Supported Formats

RAMP currently supports tile basemaps served from an ESRI ArcGIS REST service.

The first basemap loaded will dictate the projection and zoom levels of the RAMP viewer. Basemaps in different tile projections, zoom levels, and tile sizes are supported, but the site will need to do a breif reload when changing to a different tile schema. This is because the ESRI map object locks its schema when the map is initialized; the reload allows the map to re-initialize in the new tile schema.

Future versions of RAMP may support other formats, such as tiles from Google Maps or OpenLayers.

See the basemaps section of the configuration page to learn more about how to add basemaps to RAMP.

Back To Top

Basemap Sources

ESRI Public Tiles
ESRI provides a number of worldwide tile sets in Web Mercator Auxilliary Sphere projection. Sets include topographic, satellite imagery, street map, shaded relief, physcial, ocean, and terrain.

Note that these tiles use a special projection, in which documentation is very sparse in the ESRI Javascript API. Tiles must use the following spatial reference definition to avoid issues (in particular, printing issues with WMS layers).

{
    wkid: 102100,
    latestWkid: 3857	
}
Natural Resources Canada Public Tiles
NrCan provides Canadian tile sets in both Web Mercator Auxilliary Sphere and Canada Atlas Lambert projections. Tiles are provided in both English and French versions. Sets include topographic, road network, text labels, water bodies, and provinces.

Back To Top

Date modified: