Vsevolod Novikov
Vsevolod Novikov
@mjjbell > "ways": [ 5, 5 ], Sure, every pair of sequentially neighbor nodes will have a separate member in the ways array of the annotations: ``` ... "nodes": [1,...
@jcoupey @mjjbell > UPDATE 2: RAM consumption usage for `osrm-routed` on europe-210208 with the same setup is 26,2G for `master` and 29G for this PR, so it's more than a...
Hi @eveyeti , > c++: fatal error: Killed signal terminated program cc1plus > compilation terminated. I don't know exactly, but usually such a problem means not enough memory to compile....
@jcoupey @mjjbell I've implemented skipping osm way ids in memory. The extractor now can skip storing OSM Way IDs, the `--skip-osm-ways` optional parameter of the extractor turns the feature on....
@frodrigo , > Since this feature requires more memory than previous and not required in main use case. It is not preferable to have an option to enable it, rather...
@jcoupey > > there is interest in an alternative file loading mechanism that reduces memory footprint without a performance penalty > > That's a very interesting prospect indeed, which goes...
> I agree that this should be opt-in rather than opt-out (that was the initial proposal in #5325). > I expect most users will use the default processing setup, so...
Actually it can be localized by the Django i18n subsystem using translation files, as well as "Bounding Box" title. It looks like a Django-way. https://github.com/nnseva/django-leaflet-admin-list/blob/a5607faf67a23f6b4dc86842faabefb2a76a4f27/leaflet_admin_list/filters.py#L32
Hi people, I would like to implement this feature, but I need to have some explanations. Unfortunately, there is no enough documentation about the internal structure of the program data....
Great @danpat, As I understand, the following code: ``` const auto source_node_id = reversed_source ? source_node.reverse_segment_id.id : source_node.forward_segment_id.id; const auto source_geometry_id = facade.GetGeometryIndex(source_node_id).id; ``` gets the `source_geometry_id` of the first...