|
89 | 89 | ] |
90 | 90 | }, |
91 | 91 | "expansion": { |
92 | | - "properties": {"algorithm": "unidirectional_dijkstra"}, |
93 | 92 | "type": "FeatureCollection", |
94 | 93 | "features": [ |
95 | 94 | { |
96 | 95 | "type": "Feature", |
97 | 96 | "geometry": { |
98 | | - "type": "MultiLineString", |
99 | | - "coordinates": [ |
100 | | - [[0.00027, -0.00017], [0.00027, 0.0]], |
101 | | - [[0.00027, -0.00017], [0.00027, -0.00035]], |
102 | | - [[0.00027, -0.00035], [0.00027, -0.00017]], |
103 | | - [[0.00027, 0.0], [0.00027, -0.00017]], |
104 | | - [[0.00027, -0.00017], [0.00053, -0.00017]], |
105 | | - [[0.00027, -0.00017], [0.0, -0.00017]], |
106 | | - [[0.0, -0.00017], [0.00027, -0.00017]], |
107 | | - [[0.00053, -0.00017], [0.0008, -0.00017]], |
108 | | - [[0.0008, -0.00017], [0.00053, -0.00017]], |
109 | | - [[0.00053, -0.00017], [0.00027, -0.00017]], |
110 | | - [[0.00053, -0.00017], [0.0008, 0.0]], |
111 | | - ], |
| 97 | + "type": "LineString", |
| 98 | + "coordinates": [[8.512978, 47.380938], [8.512694, 47.380651]], |
112 | 99 | }, |
113 | | - "properties": { |
114 | | - "distances": [20, 20, 40, 40, 30, 30, 60, 60, 90, 120, 80], |
115 | | - "durations": [0, 0, 29, 29, 1, 1, 30, 2, 31, 33, 5], |
116 | | - "costs": [0, 0, 1, 1, 1, 1, 2, 2, 3, 4, 11], |
| 100 | + "properties": {"duration": 0, "distance": 0, "cost": 0}, |
| 101 | + }, |
| 102 | + { |
| 103 | + "type": "Feature", |
| 104 | + "geometry": { |
| 105 | + "type": "LineString", |
| 106 | + "coordinates": [[8.512694, 47.380651], [8.512589, 47.380545]], |
117 | 107 | }, |
118 | | - } |
| 108 | + "properties": {"duration": 4, "distance": 14, "cost": 8}, |
| 109 | + }, |
| 110 | + { |
| 111 | + "type": "Feature", |
| 112 | + "geometry": { |
| 113 | + "type": "LineString", |
| 114 | + "coordinates": [[8.512694, 47.380651], [8.512978, 47.380938]], |
| 115 | + }, |
| 116 | + "properties": {"duration": 7, "distance": 37, "cost": 8}, |
| 117 | + }, |
| 118 | + { |
| 119 | + "type": "Feature", |
| 120 | + "geometry": { |
| 121 | + "type": "LineString", |
| 122 | + "coordinates": [[8.512978, 47.380938], [8.513163, 47.381124]], |
| 123 | + }, |
| 124 | + "properties": {"duration": 11, "distance": 62, "cost": 14}, |
| 125 | + }, |
| 126 | + { |
| 127 | + "type": "Feature", |
| 128 | + "geometry": { |
| 129 | + "type": "LineString", |
| 130 | + "coordinates": [[8.512589, 47.380545], [8.512461, 47.380427]], |
| 131 | + }, |
| 132 | + "properties": {"duration": 7, "distance": 30, "cost": 16}, |
| 133 | + }, |
| 134 | + { |
| 135 | + "type": "Feature", |
| 136 | + "geometry": { |
| 137 | + "type": "LineString", |
| 138 | + "coordinates": [[8.512461, 47.380427], [8.512249, 47.380203]], |
| 139 | + }, |
| 140 | + "properties": {"duration": 15, "distance": 60, "cost": 28}, |
| 141 | + }, |
| 142 | + { |
| 143 | + "type": "Feature", |
| 144 | + "geometry": { |
| 145 | + "type": "LineString", |
| 146 | + "coordinates": [[8.513163, 47.381124], [8.513588, 47.381568]], |
| 147 | + }, |
| 148 | + "properties": {"duration": 23, "distance": 121, "cost": 28}, |
| 149 | + }, |
| 150 | + { |
| 151 | + "type": "Feature", |
| 152 | + "geometry": { |
| 153 | + "type": "LineString", |
| 154 | + "coordinates": [[8.513588, 47.381568], [8.513632, 47.381613]], |
| 155 | + }, |
| 156 | + "properties": {"duration": 24, "distance": 127, "cost": 35}, |
| 157 | + }, |
| 158 | + { |
| 159 | + "type": "Feature", |
| 160 | + "geometry": { |
| 161 | + "type": "LineString", |
| 162 | + "coordinates": [[8.513632, 47.381613], [8.514038, 47.382042]], |
| 163 | + }, |
| 164 | + "properties": {"duration": 34, "distance": 184, "cost": 48}, |
| 165 | + }, |
| 166 | + { |
| 167 | + "type": "Feature", |
| 168 | + "geometry": { |
| 169 | + "type": "LineString", |
| 170 | + "coordinates": [[8.512249, 47.380203], [8.51156, 47.379499]], |
| 171 | + }, |
| 172 | + "properties": {"duration": 33, "distance": 154, "cost": 49}, |
| 173 | + }, |
| 174 | + { |
| 175 | + "type": "Feature", |
| 176 | + "geometry": { |
| 177 | + "type": "LineString", |
| 178 | + "coordinates": [[8.512978, 47.380938], [8.512871, 47.380983]], |
| 179 | + }, |
| 180 | + "properties": {"duration": 17, "distance": 47, "cost": 644}, |
| 181 | + }, |
| 182 | + { |
| 183 | + "type": "Feature", |
| 184 | + "geometry": { |
| 185 | + "type": "LineString", |
| 186 | + "coordinates": [[8.512871, 47.380983], [8.512795, 47.381015]], |
| 187 | + }, |
| 188 | + "properties": {"duration": 21, "distance": 54, "cost": 663}, |
| 189 | + }, |
| 190 | + { |
| 191 | + "type": "Feature", |
| 192 | + "geometry": { |
| 193 | + "type": "LineString", |
| 194 | + "coordinates": [[8.513632, 47.381613], [8.513528, 47.381658]], |
| 195 | + }, |
| 196 | + "properties": {"duration": 31, "distance": 136, "cost": 667}, |
| 197 | + }, |
| 198 | + { |
| 199 | + "type": "Feature", |
| 200 | + "geometry": { |
| 201 | + "type": "LineString", |
| 202 | + "coordinates": [[8.512795, 47.381015], [8.512679, 47.381069]], |
| 203 | + }, |
| 204 | + "properties": {"duration": 27, "distance": 65, "cost": 673}, |
| 205 | + }, |
| 206 | + { |
| 207 | + "type": "Feature", |
| 208 | + "geometry": { |
| 209 | + "type": "LineString", |
| 210 | + "coordinates": [[8.512679, 47.381069], [8.512116, 47.381319]], |
| 211 | + }, |
| 212 | + "properties": {"duration": 56, "distance": 122, "cost": 712}, |
| 213 | + }, |
119 | 214 | ], |
| 215 | + "properties": {"algorithm": "dijkstras"}, |
120 | 216 | }, |
121 | 217 | "trace_attributes": { |
122 | 218 | "shape": "qekg}Aq|hqOhIvcBjHo@`]iCFnBbCSh@AlACz@CTCdCvc@vCnl@j@`PjAnTDp@HlBLrBBZpB`b@lBb]~AfZx@`MxWeEDv@FnAFzALz@f@Gt@GzPniBPrC|@Od@MvLgDdWmGjG{C~@v@TpB^?t@CjBMj@I@}@L]RQhAcAxCr@nCx@nCN~UpHrEv@rSrEbZhGFbV", |
|
1101 | 1197 | "preference": "shortest", |
1102 | 1198 | }, |
1103 | 1199 | "expansion": { |
1104 | | - "expansion_properties": ["distances", "durations", "costs"], |
1105 | | - "intervals": [60], |
1106 | | - "locations": [(0.00026949361342338066, -0.00017966240895360996)], |
| 1200 | + "expansion_properties": ["distance", "duration", "cost"], |
| 1201 | + "intervals": [30], |
| 1202 | + "locations": [(8.512516, 47.380742)], |
1107 | 1203 | "profile": "auto", |
1108 | 1204 | }, |
1109 | 1205 | "trace_attributes": { |
|
1249 | 1345 | "units": "km", |
1250 | 1346 | }, |
1251 | 1347 | "expansion": { |
1252 | | - "expansion_properties": ["distances", "durations", "costs"], |
1253 | | - "contours": [{"time": 1.0}], |
1254 | | - "locations": [{"lon": 0.00026949361342338066, "lat": -0.00017966240895360996}], |
| 1348 | + "expansion_properties": ["distance", "duration", "cost"], |
| 1349 | + "contours": [{"time": 0.5}], |
| 1350 | + "locations": [{"lon": 8.512516, "lat": 47.380742}], |
1255 | 1351 | "costing": "auto", |
1256 | 1352 | "action": "isochrone", |
1257 | 1353 | }, |
|
0 commit comments