Commit f3b1cc9 1 parent 864196b commit f3b1cc9 Copy full SHA for f3b1cc9
File tree 1 file changed +114
-14
lines changed
projects/national_capital_region
1 file changed +114
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " FeatureCollection" ,
3
3
"features" : [
4
+ {
5
+ "type" : " Feature" ,
6
+ "properties" : {
7
+ "name" : " Trailhead - Visitor Center"
8
+ },
9
+ "geometry" : {
10
+ "coordinates" : [
11
+ -77.39467069614142 ,
12
+ 39.37707330098331
13
+ ],
14
+ "type" : " Point"
15
+ }
16
+ },
17
+ {
18
+ "type" : " Feature" ,
19
+ "properties" : {
20
+ "name" : " Trail to 14th New Jersey Volunteers Monument" ,
21
+ "url" : " /mono/planyourvisit/junction-trail.htm" ,
22
+ "image" : " /common/uploads/grid_builder/mono/crop1_1/DD79CB06-E14D-EDED-8461CCED96EA1DB7.jpg"
23
+ },
24
+ "geometry" : {
25
+ "coordinates" : [
26
+ [
27
+ -77.39178470374331 ,
28
+ 39.371563519175965
29
+ ],
30
+ [
31
+ -77.39182638986047 ,
32
+ 39.37147328802456
33
+ ],
34
+ [
35
+ -77.3918847504245 ,
36
+ 39.3713508312762
37
+ ],
38
+ [
39
+ -77.3919403319137 ,
40
+ 39.37132075414647
41
+ ],
42
+ [
43
+ -77.39127418440293 ,
44
+ 39.370687402346135
45
+ ],
46
+ [
47
+ -77.39123388782316 ,
48
+ 39.37064213036783
49
+ ],
50
+ [
51
+ -77.39118998180633 ,
52
+ 39.37061778568503
53
+ ],
54
+ [
55
+ -77.3911422143645 ,
56
+ 39.370623616758536
57
+ ],
58
+ [
59
+ -77.39110347051512 ,
60
+ 39.37064060906235
61
+ ],
62
+ [
63
+ -77.39102045826337 ,
64
+ 39.370706318531006
65
+ ],
66
+ [
67
+ -77.39097981849913 ,
68
+ 39.3707518242195
69
+ ],
70
+ [
71
+ -77.39094452089338 ,
72
+ 39.3708273515752
73
+ ],
74
+ [
75
+ -77.39092874880558 ,
76
+ 39.37089537621921
77
+ ],
78
+ [
79
+ -77.39095155948456 ,
80
+ 39.370982744715946
81
+ ],
82
+ [
83
+ -77.39100161793802 ,
84
+ 39.371040062996855
85
+ ],
86
+ [
87
+ -77.39106592423549 ,
88
+ 39.37109792469562
89
+ ],
90
+ [
91
+ -77.39119347492374 ,
92
+ 39.37112762095842
93
+ ],
94
+ [
95
+ -77.39135432393108 ,
96
+ 39.371147037566146
97
+ ],
98
+ [
99
+ -77.39146723232867 ,
100
+ 39.37114714252978
101
+ ],
102
+ [
103
+ -77.39157441178308 ,
104
+ 39.37113174677194
105
+ ],
106
+ [
107
+ -77.39184674809508 ,
108
+ 39.37105777087331
109
+ ],
110
+ [
111
+ -77.39210450758601 ,
112
+ 39.37093045972398
113
+ ]
114
+ ],
115
+ "type" : " LineString"
116
+ }
117
+ },
4
118
{
5
119
"type" : " Feature" ,
6
120
"properties" : {
86
200
],
87
201
"type" : " LineString"
88
202
}
89
- },
90
- {
91
- "type" : " Feature" ,
92
- "properties" : {
93
- "name" : " Trailhead - Visitor Center"
94
- },
95
- "geometry" : {
96
- "coordinates" : [
97
- -77.39467069614142 ,
98
- 39.37707330098331
99
- ],
100
- "type" : " Point"
101
- },
102
- "id" : 1
103
203
}
104
204
]
105
205
}
You can’t perform that action at this time.
0 commit comments