Modify this to store a complete Point Feature in this position to mirror a waypoint entry. The only difference between a standalone waypoint marker entry and this copy will be the presence of the gpxx_routepointextension coordinate array.
e.g.:
"geometry" : {
"coordinates" : [
[
-83.92005443573,
35.466550939862,
null,
{
"name" : "Unnamed",
"properties" : {
"cmt" : "This is a comment about the Deal's Gap Start Point",
"name" : "Deals Gap Start"
"link" : [
{
"href" : "http://dealsgap.com "
}
],
"desc" : "This is a test of the deals gap start waypoint",
"extensions" : {
"gpxx_routepointextension" : [
[
-83.920013,
35.466556
],
[
-83.920028,
35.467197
],
Currently, an abbreviated properties object is included as the fourth position in the route coordinates array.
This is proving to be inconvenient.
Modify this to store a complete Point Feature in this position to mirror a waypoint entry. The only difference between a standalone waypoint marker entry and this copy will be the presence of the gpxx_routepointextension coordinate array.
e.g.: