[mkgmap-dev] motor_vehicle=*

2014-04-02 Thread GerdP
Hi all, the default style contains this line: motor_vehicle=* { add mkgmap:car='${motor_vehicle}' } My understanding is that motor_vehicle includes mkgmap:truck, mkgmap:car, mkgmap:bus, mkgmap:taxi, mkgmap:emergency, and mkgmap:delivery, not just mkgmap:car. So motor_vehicle=no means something

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Marko Mäkelä
Hello Mark, > + new AccessMapping("motor_vehicle", RoadNetwork.NO_CAR), > > That's not enough because if motor_vehicle=no, you also want stop > psv/taxi/emergency/hgv. I see, although I would not stop emergency. In which order will the access tags be processed then? What would happ

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Johann Gail
motor_vehicle is not understood by mkgmap >>> Actually, why not? If my memory serves right, mkgmap understands >>> motorcar and motorcycle (and maps them to the same access bit), but >>> why not motor_vehicle? For example in my understanding, tractors >>> are covered by motor_vehicle bu

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Mark Burton
Hello Marko, + new AccessMapping("motor_vehicle", RoadNetwork.NO_CAR), That's not enough because if motor_vehicle=no, you also want stop psv/taxi/emergency/hgv. It's more like: String mv = way.getTag("motor_vehicle"); if(accessExplicitlyDenied(mv)) { way.addTag("motorcar", "no"

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Marko Mäkelä
Hi Johann, Martin, Mark, all, First, sorry for the duplicate post. I had to switch outgoing mail servers, and did not realize that my first attempt at sending the message was queued. motor_vehicle is not understood by mkgmap Actually, why not? If my memory serves right, mkgmap understands

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Martin Simon
2010/2/21 Mark Burton : > > Hi Marko, > >> > motor_vehicle is not understood by mkgmap >> >> Actually, why not? If my memory serves right, mkgmap understands >> motorcar and motorcycle (and maps them to the same access bit), but why >> not motor_vehicle? For example in my understanding, tractors ar

Re: [mkgmap-dev] motor_vehicle

2010-02-21 Thread Johann Gail
> >> motor_vehicle is not understood by mkgmap >> > > Actually, why not? If my memory serves right, mkgmap understands > motorcar and motorcycle (and maps them to the same access bit), but why > not motor_vehicle? For example in my understanding, tractors are > covered by motor_vehic

Re: [mkgmap-dev] motor_vehicle

2010-02-20 Thread Mark Burton
Hi Marko, > > motor_vehicle is not understood by mkgmap > > Actually, why not? If my memory serves right, mkgmap understands > motorcar and motorcycle (and maps them to the same access bit), but why > not motor_vehicle? For example in my understanding, tractors are > covered by motor_vehic

Re: [mkgmap-dev] motor_vehicle

2010-02-20 Thread Marko Mäkelä
Hello Mark, > motor_vehicle is not understood by mkgmap Actually, why not? If my memory serves right, mkgmap understands motorcar and motorcycle (and maps them to the same access bit), but why not motor_vehicle? For example in my understanding, tractors are covered by motor_vehicle but not

Re: [mkgmap-dev] motor_vehicle

2010-02-20 Thread Marko Mäkelä
Hello Mark, > motor_vehicle is not understood by mkgmap Actually, why not? If my memory serves right, mkgmap understands motorcar and motorcycle (and maps them to the same access bit), but why not motor_vehicle? For example in my understanding, tractors are covered by motor_vehicle but not