Lenox Hill Hospital Emergency Department

OapMaps.init({ proxyUrl: “https://oap-prod-maps-proxy-rakvtqapla-ue.a.run.app” });

map = new maplibregl.Map(OapMaps.mapOptions(“pdir-map-element”, {

// Latitude and longitude of the map’s origin
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,
}));

OapMaps.initTracking(map);

// This adds a toolbar for zooming an panning:
// + : zoom in
// – : zoom out
// compass for rotating (e.g. … Continue reading Lenox Hill Hospital Emergency Department