afischerdev
afischerdev
The rules are still the same: the timeout is 60 seconds and a client can top this by using this parameter 'maxRunningTime'. E.g. Locus added maxRunningTime=600
May be not in total. When searching for long routes you will get big export files. This could break the size of the Android service interface (I don't know, may...
Please use only the short form; ``` ... JDBC="jdbc:postgresql://localhost/osm?user=postgres&password=xyz&ssl=false" ${JAVA} -cp ../postgresql-42.6.0.jar:../brouter.jar -Ddeletetmpfiles=true -DuseDenseMaps=true btools.mapcreator.OsmFastCutter ../lookups.dat nodetiles waytiles nodes55 waytiles55 bordernids.dat relations.dat restrictions.dat ../all.brf ../trekking.brf ../softaccess.brf ../planet-new.osm.pbf $(JDBC) rm ../planet-latest.osm.pbf...
I'm sorry for the delay. It's not that I haven't heard the wishes. But all my resources are in the 'final stages' for the 1.6.4 library. And usually I want...
What did you do for that? I had some time in longer train runs. So I started investigation on this issue as well.
@EssBee59 Thanks for the description. I started an other way - the BRouter classic way. Ground class is an ExtraDataCollector. It contains the definition we like to collect e.g. natural=wood...
Thanks for update and for the report, sounds good. I'm still fixed on the Dreieich test data. But I'm not happy with it. At the end all needed points are...
I'm now prepared to use database export/import. The import for BRouter is file based, so no extra library is needed and the database generation of import files could be placed...
> Could this be a way to proceed? Yes, I think so. A bounding box for the database generation is needed. I already have a database function for the BRouter...
Thanks for the files. You didn't use an extra index is that correct? My focus at the moment is to reduce database size (brouter.style imports only used columns) and make...