Lenox Hill Hospital Emergency Department

const style = “standard-light”

const envId = “69b32254-f410-4fbe-8354-85cecbffabbc”

const map = new maplibregl.Map({
container: “pdir-map-element”,
style: `https://freshpaint-hipaa-maps.com/${envId}/${style}/style-descriptor`,

center: [-73.9608921, 40.7739303],

// Zoom levels (rough descriptions):
// 15 : a close street view
// 13 : city neighborhoods
// 11 : entire region (Chicagoland)
zoom: 13,

// Stop scroll
cooperativeGestures: true,
});

// This adds a toolbar for zooming an panning:
// + : zoom in
// – : zoom out
// compass for rotating (e.g. north facing up or south facing up)
map.addControl(new maplibregl.NavigationControl(), … Continue reading Lenox Hill Hospital Emergency Department