[GraphHopper] One Project
Quinton Anderson
quintona at gmail.com
Tue Apr 30 01:09:42 UTC 2013
Thanks Peter,
In the foot flag encoder, I assume these comments are the wrong way around?
/**
* Separate ways for pedestrians.
*/
public boolean isAllowedHighway(String highwayValue) {
return allowedHighwayTags.contains(highwayValue);
}
/**
* Some ways are okay but not separate for pedestrians.
*/
public boolean isSaveHighway(String highwayValue) {
return saveHighwayTags.contains(highwayValue);
}
On 30 Apr 2013, at 6:55 AM, Peter K wrote:
> Hi all,
>
> the sub-projects 'web' and 'android' are now in the core:
> https://github.com/graphhopper/graphhopper/
>
> * Different branches are now easier to handle between the subprojects
> as they should be always in-sync.
> * The startscript is now named graphhopper.sh, no need for script
> duplication (e.g. in web/)
> * I've added a CONTRIBUTORS.txt file
> * Also with the new tools subproject some development stuff is moved
> out of the core (e.g. the web ui instead of the MiniGraphUI is now default)
> * The tools subproject has a bzip2 decompressor which will in the
> future make it easier and faster to import data directly from an URL
> * Now it is easy to start the web service or do an import:
> ./graphhopper.sh web <your-osm-file>
> ./graphhopper.sh import <your-osm-file>
>
> Drawback: several links are pointing into the nirvana and the properties
> for the web subproject have changed
> Let me know if something is broken! For now only the master branch has
> this structure, the 0.1 branch will follow.
>
> Regards,
> Peter.
>
> _______________________________________________
> GraphHopper mailing list
> GraphHopper at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/graphhopper
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20130430/1079c008/attachment-0001.html>
More information about the GraphHopper
mailing list