protomaps-leaflet
Version:
Vector tile rendering and labeling for [Leaflet](https://github.com/Leaflet/Leaflet).
35 lines (34 loc) • 866 B
JavaScript
export const light = {
earth: "#FFFBF6",
glacier: "#ffffff",
residential: "#F4F4F8",
hospital: "#FFF6F6",
cemetery: "#EFF2EE",
school: "#F7F6FF",
industrial: "#FFF9EF",
wood: "#F4F9EF",
grass: "#EBF9E3",
park: "#E5F9D5",
water: "#B7DFF2",
sand: "#ebebeb",
buildings: "#F2EDE8",
highwayCasing: "#FFC3C3",
majorRoadCasing: "#FFB9B9",
mediumRoadCasing: "#FFCE8E",
minorRoadCasing: "#cccccc",
highway: "#FFCEBB",
majorRoad: "#FFE4B3",
mediumRoad: "#FFF2C8",
minorRoad: "#ffffff",
boundaries: "#9e9e9e",
mask: "#dddddd",
countryLabel: "#aaaaaa",
cityLabel: "#6C6C6C",
stateLabel: "#999999",
neighbourhoodLabel: "#888888",
landuseLabel: "#898989",
waterLabel: "#41ABDC",
naturalLabel: "#4B8F14",
roadsLabel: "#888888",
poisLabel: "#606060",
};