[GraphHopper] One Project
Peter K
peathal at yahoo.de
Tue Apr 30 07:49:40 UTC 2013
Thanks Quinton, fixed!
> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/graphhopper/attachments/20130430/8adf4df3/attachment-0001.html>
More information about the GraphHopper
mailing list