Leaflet plugins

These maps have extras added.

{
  "markers": [
    {"lat": 37.7749, "lng": -122.4194, "popup": "<h3>San Francisco</h3>"},
    {"lat": 37.8044, "lng": -122.2712, "popup": "<h3>Oakland</h3>"},
    {"lat": 37.3382, "lng": -121.8863, "popup": "<h3>San Jose</h3>"},
    {"lat": 37.8716, "lng": -122.2727, "popup": "<h3>Berkeley</h3>"},
    {"lat": 37.4419, "lng": -122.1430, "popup": "<h3>Palo Alto</h3>"},
    {"lat": 37.3861, "lng": -122.0839, "popup": "<h3>Mountain View</h3>"},
    {"lat": 37.3541, "lng": -121.9552, "popup": "<h3>Santa Clara</h3>"},
    {"lat": 37.5485, "lng": -121.9886, "popup": "<h3>Fremont</h3>"},
    {"lat": 37.6688, "lng": -122.0808, "popup": "<h3>Hayward</h3>"},
    {"lat": 37.9358, "lng": -122.3477, "popup": "<h3>Richmond</h3>"},
    {"lat": 37.9102, "lng": -122.0652, "popup": "<h3>Walnut Creek</h3>"}
  ]
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "tileLayer": {
    "provider": "CartoDB.Positron"
  },
  "geoSearch": true,
  "fullscreenControl": true,
  "markers": [
    {"lat": 37.7749, "lng": -122.4194, "popup": "<h3>San Francisco</h3>"}
  ]
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "heatmap": true,
  "heatmapData": [
    [37.7749, -122.4194, 0.8],
    [37.7649, -122.4294, 0.7],
    [37.7849, -122.4094, 0.6],
    [37.7699, -122.4154, 0.5],
    [37.7789, -122.4204, 0.9],
    [37.7719, -122.4234, 0.8],
    [37.7729, -122.4264, 0.7],
    [37.7739, -122.4274, 0.6],
    [37.7759, -122.4284, 0.4]
  ],
  "heatmapOptions": {
    "radius": 25,
    "blur": 15,
    "maxZoom": 17
  }
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "routing": true,
  "routingWaypoints": [
    {"lat": 37.7749, "lng": -122.4194},
    {"lat": 37.8044, "lng": -122.2712}
  ]
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "awesomeMarkers": true,
  "markers": [
    {
      "lat": 37.7749,
      "lng": -122.4194,
      "awesomeIcon": {
        "name": "coffee",
        "prefix": "fa",
        "markerColor": "red",
        "iconColor": "white"
      },
      "popup": "<h3>Coffee Shop</h3>"
    },
    {
      "lat": 37.7849,
      "lng": -122.4294,
      "awesomeIcon": {
        "name": "utensils",
        "markerColor": "green"
      },
      "popup": "<h3>Restaurant</h3>"
    },
    {
      "lat": 37.7649,
      "lng": -122.4094,
      "icon": "awesome:home:blue",
      "popup": "<h3>Home</h3>"
    }
  ]
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "markers": [
    {"lat": 37.7749, "lng": -122.4194, "popup": "<h3>San Francisco</h3>"},
    {"lat": 37.8044, "lng": -122.2712, "popup": "<h3>Oakland</h3>"}
  ],
  "buttons": [
    {
      "icon": "fa-home",
      "title": "Reset View",
      "onClick": "resetView"
    },
    {
      "icon": "fa-location-arrow",
      "title": "Locate Me",
      "onClick": "locateMe"
    }
  ]
}
{
  "mapOptions": {
    "center": [37.7749, -122.4194],
    "zoom": 12
  },
  "drawTools": true,
  "drawOptions": {
    "draw": {
      "circle": false
    }
  }
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.