Mars Shaded Colour MOLA Elevation

This basemap is a single shared color-coded raster data layer based on MOLA dataset.

How to Use

XYZ raster tiles URL

Copy and paste the following URL in your javascript code using web clients such as Leaflet, Google Maps, or OpenLayers.

http://s3-eu-west-1.amazonaws.com/whereonmars.cartodb.net/mola-color/{z}/{x}/{y}.png

Note that you can fetch individual layer or a group of layers for this basemap. For example, you can fetch only tiles related to the nomenclature labels, and lay it on top of a single-layer raster basemap available for this planetary body. Learn more about how to fetch CARTO XYZ Tiles for Named Maps.

Examples

var map = L.map('map');

var baselayer = new L.tileLayer('http://s3-eu-west-1.amazonaws.com/whereonmars.cartodb.net/mola-color/{z}/{x}/{y}.png', {
			zoom: 3,
			tms: true,
		}).addTo(map).setZIndex(0);
var map = new ol.Map({
  target: 'map',
	layers: [
	          new ol.layer.Tile({
	            source: new ol.source.XYZ({
	              url: 'http://s3-eu-west-1.amazonaws.com/whereonmars.cartodb.net/mola-color/{z}/{x}/{y}.png'
	            })
	          })
	        ],
  view: new ol.View({
    center: [0,0],
    zoom: 4
  })
});

Data Layers

This basemap is composed of the following datasets:

No items found.

Vector datasets are styled, using the CartoCSS styling language, according the following CARTO MapConfig file:

view more
view less