Geojson multiline

2 layers

HTML

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css">
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet-src.js"></script>
<div id="map" ></div>

CSS

#map {
    height: 400px;
}

JavaScript

var france = {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
          "type": "MultiLineString",
          "coordinates": [[[2.2438195,
              48.8914243],
              [2.2438188,
                  48.8914235],
              [2.2438183,
                  48.8914230],
              [2.2438177,
                  48.8914225],
              [2.2438170,
                  48.8914220],
              [2.2438163,
                  48.8914216],
              [2.2438156,
                  48.8914212],
              [2.2438148,
                  48.8914209],
              [2.2438139,
                  48.8914206],
              [2.2438130,
                  48.8914203],
              [2.2438121,
                  48.8914201],
              [2.2438112,
                  48.8914199],
              [2.2438102,
                  48.8914198],
              [2.2438092,
                  48.8914197],
              [2.2438082,
                  48.8914196],
              [2.2438072,
                  48.8914196],
              [2.2438062,
                  48.8914197],
              [2.2438052,
                  48.8914197],
              [2.2438042,
                  48.8914198],
              [2.2438032,
                  48.8914200],
              [2.2438022,
                  48.8914202],
              [2.2438080,
                  48.8914280]],
              [[2.2438195,
                  48.8914243],
                  [2.2438193,
                      48.8914239],
                  [2.2438191,
                      48.8914237],
                  [2.2438191,
                      48.8914234],
                  [2.2438190,
                      48.8914232],
                  [2.2438190,
                      48.8914229],
                  [2.2438190,
                      48.8914227],
                  [2.2438190,
                      48.8914224],
                  [2.2438190,
                ...