Published
Edited
Sep 7, 2018
1 fork
4 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
matchUrl = server + 'match/geom?lengthTolerance=0.25' + '&ignoreDirection=true&bearingTolerance=' +35 + '&searchRadius=' + 25 + '&auth=' + apiKey
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ssSL3layerfail = L.geoJson(ssSL3failed, {weight: 2, color: '#de2d26'}).bindPopup('Failed to Match Speed Limits')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
sl2layer = L.geoJson(speedlimits2, {
weight: 2,
color: '#fdb863',
onEachFeature: function(feature, layer) {
layer.bindPopup("<b>GEO_ID:</b> " + feature.properties.geo_id);
}
})
Insert cell
ssSL2layer = L.geoJson(ssSL2, {
weight: 2,
color: '#e66101',
onEachFeature: function(feature, layer) {
layer.bindPopup("<b>SS ID:</b> " + feature.properties.segments[0].referenceId + "<br><b>Match Score:</b> " + feature.properties.score);
}
})
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more