Module:CarouselMap/config/OpenHistoricalMap/doc

From OpenStreetMap Wiki
Jump to navigation Jump to search

This module defines the places featured in the slippy map in the "OpenHistoricalMap" article.

Adding a new place

Please contribute new entries for places that are well-mapped, well-known, or both. Each entry looks like this:

		{
			name = "Metro Manila",
			description = {
				en = "The Intramuros quarter of Manila as of 1900.",
			},
			latitude = 14.5902,
			longitude = 120.9768,
			zoomLevel = 15,
			date = "1900-01-01",
			layer = "historic",
		},

The layer property should be set to historic, and the date property should be set to a valid ISO 8601-1 date (no EDTF).

See also