You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ondemand elevation fetching added
* On demand elevation tile fetching
* Changes after review v1
* Changes after review v2. Some more tests added
* Changes after review v3
* Parallel call removed from sample.cc. get_files removed from sample.cc. Tests added
* Public methods for setting endpoints removed
* New tests addded
* Changes after review v4
* Additional methods
* Build method changed
* filesystem.h is changed
* New tests added
* Method make_single_url moved from class tile_getter_t and become class helper funciton.
* flag for storing archived elevation tiles removed
* Unnecessary comments removed.
* Local host returned to any in tile_server
* * get_hgt_file_name become util function
* get_no_data_value become util function
* cache_ become smart pointer
* make_single_point_url moved from tilegetter to curl_tilegetter
* Sample code thread synchronisation changed
* Synchronizaton changed in source method
* Test with hash check added
* Fixed: Synchronization issue
Added: addtional tests to elevation_builder
* Added: openssl lib dependencies
* Change: file comparison algorithm in elevation_builder.cc
* Comments removed
* Change: boost -> cxxopt in valhalla_add_elevation.cc
* Added: additional checks
* Code corrected after review v5
* Code correction after review v6
* Lock added to get method in sample
* Update CHANGELOG.md
* Update scripts/valhalla_build_config
Co-authored-by: Pavel Merkis <[email protected]>
* Update src/mjolnir/elevationbuilder.cc
Co-authored-by: Pavel Merkis <[email protected]>
* Update src/mjolnir/elevationbuilder.cc
Co-authored-by: Pavel Merkis <[email protected]>
* Update src/skadi/sample.cc
Co-authored-by: Pavel Merkis <[email protected]>
* Code correction after review v7
* Returned to const ref
Co-authored-by: Pavel Merkis <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@
62
62
* ADDED: New options to control what fields of the pbf are returned when pbf format responses are requested [#3207](https://github.com/valhalla/valhalla/pull/3507)
63
63
* CHANGED: Rename tripcommon to common [#3516](https://github.com/valhalla/valhalla/pull/3516)
64
64
* ADDED: indoor routing - data model, data processing. [#3509](https://github.com/valhalla/valhalla/pull/3509)
'elevation': 'Location of srtmgl1 elevation tiles for using in valhalla_build_tiles'
335
+
'elevation': 'Location of elevation tiles',
336
+
'elevation_url': 'Http location to read elevations from. this address is used if elevation tiles were not found in the elevation directory. Ex.: http://<your_valhalla_tile_server_host>:<your_valhalla_tile_server_port>/some/Optional/path/{tilePath}?some=Optional&query=params. Valhalla will look for the {tilePath} portion of the url and fill this out with an elevation path when it makes a request for that particular elevation'
335
337
},
336
338
'loki': {
337
339
'actions': 'Comma separated list of allowable actions for the service, one or more of: locate, route, height, optimized_route, isochrone, trace_route, trace_attributes, transit_available, expansion, centroid, status',
0 commit comments