User:RobLa/sandbox/Lewiston Hill KML
Appearance
< User:RobLa | sandbox
{
"type" : "FeatureCollection",
"features" : [
{
"type" : "Feature",
"properties" : {
"name" : "Lewiston Hill",
"stroke" : "#ff0000",
"stroke-opacity" : 1,
"stroke-width" : 3
},
"geometry" : {
"type" : "LineString",
"coordinates" : [
[-117.016, 46.433], [-117.005, 46.439], [-117.013, 46.444], [-117.003, 46.455], [-117.009, 46.456], [-117.014, 46.451], [-117.020, 46.457], [-117.003, 46.461], [-117.018, 46.459], [-117.020, 46.463]
]
}
}
]
}