MapView

Molecule

Leaflet-based interactive map. Tooltip-enabled markers, predefined zones (polygon), route lines (polyline), and click-to-add marker mode.

Tam özellik — işaretçi + zone + rota

Preview
Code
<%- include('modules/ui/MapView/MapView', {
  center:  [41.015, 28.979],
  zoom:    6,
  height:  400,
  markers: CITIES,
  zones:   ZONES,
  routes:  ROUTES,
}) %>

Tıkla-ekle işaretçi modu

Preview
Code
<%- include('modules/ui/MapView/MapView', {
  center: [39.5, 35.0],
  zoom:   5,
  height: 360,
}) %>

Yalnız zone ve rota

Preview
Code
<%- include('modules/ui/MapView/MapView', {
  center: [39.5, 35.0],
  zoom:   5,
  height: 360,
  zones:  ZONES,
  routes: ROUTES,
}) %>
Source modules/ui/MapView/MapView.ejs