Re: [mkgmap-dev] Building's border line

2019-02-07 Thread demon.box
Gerd Petermann wrote
> No idea if it can help here

Hi Gerd, I just tried but unfortunately there is no difference It's
really a pity... :-((

Thanks.

--enrico





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Building's border line

2019-02-06 Thread demon.box
Ok thanks very much Gerd!

the   --x-no-mergeshapesit's new for me... please can you explain it to
me with examples?

Thanks a lot.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Building's border line

2019-02-06 Thread demon.box
Hi, escuse me, in my own style I make a border line around the buildings but
it not always follow exactly the bulding...

 

 

What can I do? There is an option of mkgmap to reduce this problem?

Thanks very much.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Relation type=area

2018-02-28 Thread demon.box
Hi Gerd, thanks very much for your answer but what a pity... it means that at
the moment (12 years after the birth of the OSM) there is not yet a shared
way to map or even to render large stairways with mkgmap.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Relation type=area

2018-02-28 Thread demon.box
Hi, excuse me, I mapped some large steps-area with this proposed scheme

https://wiki.openstreetmap.org/wiki/Relations/Proposed/Area

like a relation with type=area and this is an example

https://www.openstreetmap.org/relation/8013769

but with mkgmap I can not render it in any way What can I do?

There is a way to render it like a simple polygon?

Thanks very much.

--enrico



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] expression not-contained

2017-12-14 Thread demon.box
Hi Gerd, finally I understand!

The problem it's not the blank but my code:

This don't work:
set route_ref1='$(route_ref1), ${ref|not-contained:, :route_ref1}' |
'${ref}';

This work perfectly (also with blank):
set route_ref1='$(route_ref1), ${ref|not-contained:, :route_ref1}' |
'$(route_ref1)' | '${ref}';

Thanks very, very, very much ;-)

--enrico





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] expression not-contained

2017-12-13 Thread demon.box
Hi Gerd, it's very very strange but this is the result without not-contained:

<http://gis.19327.n8.nabble.com/file/t339261/2.jpg> 

*relations*
type=route & route=hiking{ 
apply { 
set route_ref1='$(route_ref1), ${ref}' | '${ref}';
set route_name='$(route_name), ${name|not-contained:, 
:route_name}' |
'$(route_name)' | '${name}'
}
}

how can you see the label start with 362, 363, 3, 3
so finally I think that the problem is *not-contained* command... but I
still don't understand what is it...
any ideas?
thanks.
--enrico

Gerd Petermann wrote
> Hi Enrico,
> I used echotags like this
> highway=path {name '${route_ref1|highway-symbol:oval}
> ${route_name}';echotags "2"}
> [0x10e15 resolution 24]
> 
> The result:
> Way 189126509 [highway=path, mkgmap:label:1=3, 363, 362 Sentiero 122ª
> Brigata Garibaldi, Lumezzane (Pieve) - San Bernardo - Corna di Sonclino,
> Lumezzane (Pieve) - Grassi - Corna di Sonclino, route_name=Sentiero 122ª
> Brigata Garibaldi, Lumezzane (Pieve) - San Bernardo - Corna di Sonclino,
> Lumezzane (Pieve) - Grassi - Corna di Sonclino, route_ref1=3, 363, 362] 2
> 
> So, your problem is not related to not-contained. I am not sure what you
> can use with highway symbols,
> maybe Garmin doesn't allow lists of values?
> 
> Gerd
> 
> 
> Von: mkgmap-dev <

> mkgmap-dev-bounces@.org

> > im Auftrag von demon.box <

> e.rossini73@

> >
> Gesendet: Mittwoch, 13. Dezember 2017 19:23:01
> An: 

> mkgmap-dev@.org

> Betreff: Re: [mkgmap-dev] expression not-contained
> 
> Hi Gerd, I'm sorry but I see this in MapSource
> 
> <http://gis.19327.n8.nabble.com/file/t339261/1.jpg>;
> 
> how can you see only ref 3 is displayed
> I don't understand...
> Thanks.
> --enrico
> 
> 
> 
> 
> --
> Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
> ___
> mkgmap-dev mailing list

> mkgmap-dev@.org

> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
> ___
> mkgmap-dev mailing list

> mkgmap-dev@.org

> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Re: [mkgmap-dev] expression not-contained

2017-12-13 Thread demon.box
Hi Gerd, I'm sorry but I see this in MapSource

 

how can you see only ref 3 is displayed
I don't understand...
Thanks.
--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] expression not-contained

2017-12-13 Thread demon.box
Hi Gerd, this is the way:

https://www.openstreetmap.org/way/189126509

and this is my style for the test:

*lines*
highway=path {name '${route_ref1|highway-symbol:oval} ${route_name}'}
[0x10e15 resolution 24]

*relations*
type=route & route=hiking{ 
apply { 
set route_ref1='$(route_ref1), ${ref|not-contained:, 
:route_ref1}' |
'${ref}';
set route_name='$(route_name), ${name|not-contained:, 
:route_name}' |
'$(route_name)' | '${name}'
}
}

please can you try this code?
thanks very much.
--enrico







--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] expression not-contained

2017-12-13 Thread demon.box
Hi Gerd, I tried this code:

set route_ref='$(route_ref);${ref|not-contained:;:route_ref}' |
'$(route_ref)' | '${ref}';

without space but unfortunately the result is the same:

input->  ref3   362363

output  -> route_ref3

why? I don't understand...
what can I do?
thanks.
--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] expression not-contained

2017-12-12 Thread demon.box
hi, in my style, in "relations" I have this code:

set route_ref1='$(route_ref1), ${ref|not-contained:, :route_ref1}' |
'${ref}';

and I have a way that is member of 3 relations with ref 3, 362 and 363

it seems like the command not-contained process only the first character
because the result for
route_ref1 is only 3 instead 3, 362, 363

it's a bug of mkmap or it's something desired and known?

thanks

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] expression in style

2017-11-30 Thread demon.box
Hi, I have this expression in my relations style:

(...) & !(route_name=$name)

but I would like to turn this expression into

"route_name does not contain the name value"

how can I do this?

Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
ligfietser wrote
> My maps also have multiple labels and the same issues. 

  




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
Hi Gerd, I would tell you that Garmin fully and perfectly supports (=display)
what I want and MapSource/BaseCamp too and in my opinion, it looks very good
;-)

The only problem is the order of display of the 2 lines in some cases but I
don't understand why

I don't understand if this problem depends on the id number of the object...

Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box


oh, at this moment only my map looks like that but unfortunately with the
strange problem as above...
it's strange... 
what do you thing about this strange problem? I'm really the only one that
use 2 lines for labels?

thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
Hi Gerd but with addlabel fuction the result is label1+label2 etc.

I mean if I have this:

name1=Via Maniva(name of the way)
name2=Sentiero Brigata Fiamme Verdi Ermanno Margheriti(name of the
relation)

I would have a rendering like this on the way object:

line1 Via Maniva
line2 Sentiero Brigata Fiamme Verdi Ermanno Margheriti

with addlabel function the result is:

line1 Via Maniva (Sentiero Brigata Fiamme Verdi Ermanno
Margheriti)

please, what do you think?

thanks

--enrico





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
... very interesting!!!

Well, I don't mind the --route option...
So how would you create 2 labels for each way instead of two ways?

Thanks a lot.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
ok but this 2 ways:

Via Ermanno Margheriti
http://www.openstreetmap.org/way/301439666

Via Maniva
http://www.openstreetmap.org/way/304137562

are members of the the same 2 relation and I don't understand why the mkgmap
(e.g. with --preserve-element-order) put "Via Maniva" for first and "Via
Ermanno Margheriti" for second...

thanks

--enrico



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
Hi Gerd, thanks very much for your attention and patience... ;-)

I'm testing this 3 ways:

Via Ermanno Margheriti
http://www.openstreetmap.org/way/301439666

Via Maniva
http://www.openstreetmap.org/way/304137562

Via Trento
http://www.openstreetmap.org/way/304455618

This is my only simply style for this test:

lines
=
highway=* & name=* & (route_name=* | ref=*) {name '${name}'} [0x09
road_class=0 road_speed=1 resolution 24 continue]

highway=* & 
route_type ~ '.*hiking.*'
{name 
'${route_ref1|highway-symbol:oval} ${route_name}' | 
'${route_ref1|highway-symbol:oval}' | 
'${route_name}'} 

(highway=secondary | highway=secondary_link) & surface=asphalt
{name 
'${ref|highway-symbol:hbox} ${route_name}' | 
'${ref|highway-symbol:hbox}'} 
[0x04 road_class=2 road_speed=2 resolution 22 continue]


name=* {name '${name}'}


relations
=
type=route & (route=hiking) { 
apply { 
set route_type='$(route_type), ${route}' | '${route}';
set route_ref1='$(route_ref1), ${ref}' | '${ref}';
set route_name='$(route_name) | ${name}' | '${name} 
(${alt_name})' |
'${name}'
}
}


and this is the result with --preserve-element-order option:

Via Ermanno Margheriti
 

Via Maniva
 

Via Trento
 

and this is the result without --preserve-element-order option:

Via Ermanno Margheriti
 

Via Maniva
 

Via Trento
 

Finally I mean... how can I display the name always for first?

THANKS.

--enrico







--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-27 Thread demon.box
Hi Gerd,

I did a lot of tests but in the end I concluded that it seems to me that
mkgmap behaves differently with the same tags. 
I mean that having the same identical tags that differ only for the tag
name, sometimes the tag name is put first and sometimes per second, I do not
understand why... 
is it for the preserve-element-order option? depends on the order of objects
id? 
what do you think about it?
thanks

--enrico



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] element type definition as variable

2017-11-25 Thread demon.box
ok, thanks very much Gerd!

excuse me but I have another question for you... ;-)

with my style I display before the name tag of the road and then (with the
"continue" command) I display the name of the relation on the the same
highway but why I have 2 different result in MapSource?

 

 

I mean why in the image n. 1 the first line is the name of the relation and
the second line is the name of the highway but in the image n. 2 the first
line is the name of the highway and the second is the name of the relation?

what can I make to have always the name of the highway for first line and
the name of the relation in the second line?

THANKS.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] element type definition as variable

2017-11-23 Thread demon.box
Hi, excuse me, for example if I have this in my lines style:

highway=residential [0x01]

how can I make "0x01" a variable?

I mean, I would to do that:

surface=asphalt-> var=0x01
surface=gravel  -> var=0x02

highway=residential [var]

It's possible? How?
Thanks very much.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] line draw order

2017-11-02 Thread demon.box
Hi, excuse me, but I don't understand

With these style in lines:

waterway=river [0x1000B resolution 24]
highway=tertiary [0x3 road_class=4 road_speed=7 resolution 24]

I have this result:

 

where the road cross the river

but with this style in lines:

waterway=river [0x1000B resolution 24]
highway=tertiary [0x5 road_class=4 road_speed=7 resolution 24]

(I have only changed the tertiary type from 0x3 to 0x5)
I have this result:

 

where the river cross the road...

I use these options:

add-pois-to-lines
preserve-element-order
remove-short-arcs
latin1
lower-case
check-styles
route
index
name-tag-list=name:it,name
adjust-turn-headings
merge-lines
pois-to-areas-placement="building=entrance"
split-name-index
housenumbers

why is there this difference only changing the road type from 0x3 to 0x5?

how can I make the 0x5 (road) type cross the 0x1000B (river)?

thanks.

--enrico





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] 2 points attached

2017-10-11 Thread demon.box
...ok I found the solution!

The solution of this "problem" is the

--pois-to-areas-placement

option ;-))

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] 2 points attached

2017-10-10 Thread demon.box
Hi, excuse me I would understand why if I have a polygon (building) with a
node on the external line the rendering of the tag refer to all the polygon
result attached to the external node

I mean, this is the result:

 

 

and this is the rendering without any nodes on the external line:

 

How can I avoid that these 2 object of the second image looks like attached?

Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Expression

2017-10-06 Thread demon.box
Gerd Petermann wrote
> I think that would be
> name=* & !(name ~ 'ABC.*')

Yes, it's perfect !!
Thanks ;-)

--enrico





--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Expression

2017-10-06 Thread demon.box
Thanks Gerd,

name ~ 'ABC.*'

works well ;-)

And if I would to find all the name that NOT start with "ABC" instead?

Thanks a lot.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Expression

2017-10-05 Thread demon.box
Hi, in my style file I have these expression (and it works fine):

name ~ '.*ABC.*'

that means if it "name" contains "ABC" but if I would to find out when name
starts with "ABC" how can I explain it?

Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] nodes on a way/polygon

2017-10-04 Thread demon.box
Yes I understand you ;-)

Well, there is a very, very old discussion about the opportunity to map for
example a guidepost wall_mounted directly attached or not to the polygon of
the building.

If you can add this control I will find the numerical entity of these 2
method of mapping.

I would make this for the future discussion about that.

If you would kindly add this feature I would be very grateful and happy!

Thanks very much.

--enrico



--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] nodes on a way/polygon

2017-10-04 Thread demon.box
it's a kind of my test to find which (some types of) nodes are mapped
directly attached on a way/polygon

but there's no way to do that?

thanks

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] nodes on a way/polygon

2017-10-04 Thread demon.box
hi, how can I find with my points style files, if a node is (or not) attached
on a way or on a polygon?

there's a way to do that?

I mean for example something like this:

information=guidepost & support=wall_mounted & (((way/polygon=true)))
[0x7018 resolution 12]

thanks!

--enrico






--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] type() function

2017-09-19 Thread demon.box
...yes ;-)

I put his on my points file:

tourism=picnic_site & mkgmap:area2poi=false [0x7018 resolution 12]

why I would to render only 

tourism=pic_site as node and not as area (polygons)

but it doesn't work why?

Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] type() function

2017-09-19 Thread demon.box
Hi, escuse me, I found this in the style-manual.pdf:

type() x x x Retrieves the type of the OSM element: node, way,
relation.

but I don't understand how I can put this on my style

For example, I would to know if an OSM element is a node with this function.

I put this in my points file but it doesn't work...

tourism=picnic_site & type()=node [0x7018 resolution 12]

Any suggestions?
Thanks.

--enrico




--
Sent from: http://gis.19327.n8.nabble.com/Mkgmap-Development-f5324443.html
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] "mirror" problem with GPS

2016-04-01 Thread demon.box
Hi, excuse me, do you think there is a reason why this line (0x10505) it's ok
in MapSource and BaseCamp:

 

but on my GPS Garmin Oregon 600 it's appear exactly mirrored??

 

I tried with others element type definition but it doesn't work.

I noticed the same problem with the OMM map by Felix (ExtremeCarver).

Any ideas?

Thanks.

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/mirror-problem-with-GPS-tp5871069.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] strange problem: addr:housenumber added to highway name

2016-03-19 Thread demon.box
Hi, I found this very strange "problem"...
At this point:

https://www.openstreetmap.org/#map=19/45.55617/10.31230

there is ad amenity=restaurant with addr:housenumber=52 and it's added to
the highway name...!

it's happen with my rendering:

 

 

but also with the OMM by Felix:

 

 

it tried many times deleting and re-creating the highways, or deleting and
re-creating the amenity=restaurant point but nothing changes...

of course if I delete the addr:housenumber the problem it's solved but it'
very very strange.

escuse me, what do you think about it?

thanks.

-enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/strange-problem-addr-housenumber-added-to-highway-name-tp5870145.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] strange problem: addr:housenumber added to highway name

2016-03-18 Thread demon.box
thanks very much!  

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/strange-problem-addr-housenumber-added-to-highway-name-tp5870145p5870156.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] address search

2016-01-29 Thread demon.box
WOW  WONDERFUL!!!

Thanks very very much  ! Now I did it 

THANKS A LOT.

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/address-search-tp5866219p5866279.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] address search

2016-01-29 Thread demon.box
hi this is my string for generating map:

start /low /b /wait java -enableassertions -Xmx1000m -jar ..\bin\mkgmap.jar
--country-name="%country%" --family-id=%FID% --mapname=66%FID%001
--overview-mapname=66%FID%000 --series-name="OSM_%date%"
--family-name="OSM_%date%" --index --housenumbers
--style-file=..\bin\styles\ --style=%style% --name-tag-list=name:it,name
--description="%country%" --route -c ..\bin\template_basic.args -c
template.args %TypFileToAdd%

thanks.

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/address-search-tp5866219p5866230.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] address search

2016-01-29 Thread demon.box
ok thank, I try to use the default-style address section but the result it's
like that:

 

why I have this?

Via Luigi Gadola, Osm, ABC

why  , Osm, ABC ??

thanks

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/address-search-tp5866219p5866225.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] address search

2016-01-29 Thread demon.box
hi, excuse me, how can I have in MapSource an address search result like this
(open mtb map)?

 

with my compiled map I have only this result:

 

there's only the addr:street tag without addr:city and addr:country

how can I make this in my style rules?

thanks!

--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/address-search-tp5866219.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Error creating image

2015-02-17 Thread demon.box
Thanks very much GerdP, I solve the problem uninstalling all the Java
components and reinstalling only Java 1.8.0_31 (32bit instead 64bit).
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Error-creating-image-tp5833599p5833858.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Error creating image

2015-02-15 Thread demon.box
Hi, recently during the mkgmap image creation often I have this error, always
the same:

(...)
exception_access_violation (0xc005) at pc=0xa3805120, pid=3164,

problematic frame

C 0xa3755120
(...)

java version 1.8.0_31
mkgmap 3447

but the strange thing is that after the error if I restart it (without any
changhes) the creation of the image ends correctly!
I mean, for example:

start1 = ERROR
start2 = ERROR
start3 = OK

without any changes..!!!

This is my mkgmap command:

*start /low /b /wait java -enableassertions -Xmx3000m -jar ..\bin\mkgmap.jar
--country-name="%country%" --family-id=%FID% --mapname=66%FID%001
--overview-mapname=66%FID%000 --series-name="OSM_%date%"
--family-name="OSM_%date%" --style-file=..\bin\styles\ --style=%style%
--name-tag-list=name:it,name --description="%country%" --route -c
..\bin\template_basic.args -c template.args %TypFileToAdd%*

Have you any idea, what is wrong?
Thanks.
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Error-creating-image-tp5833599.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
yes you'are right, I'm interested to straight out the line "Via Ronchi Di San
Francesco Di Paola".
would be great if you'll find something to do this.
THANKS.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831971.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
ah ok, I understand but I'm sure that I'm using your mkgmap.jar (I rename
the normal version)



--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831965.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
yes I use your patched binary because it accept the new options but I see the
same img file size... and the same rendered result.

 




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831958.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
ok I found the problem with my style... sorry again.
then I make some test but unfortunately I can't find any difference with
many values of the new options...
thanks
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831940.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
sorry, thanks very much for your patience, now I understand, it's just
because the new 3 options are usable alternatively, right?

I make some test but the new mkgmap ignore my style for lines, why?

 





--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831936.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
sorry, how can I apply your patch?
thanks very much.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831926.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
ehm, I don't know how to modify the java source and compile my own library...



--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831910.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] FW: Lines distorted

2015-01-30 Thread demon.box
Hi GerdP, excuse me, how I can concretely apply the
MAX_DIFF_ANGLE_STRAIGHT_LINE = 3 parameteres?
Thanks.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5831842p5831907.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Lines distorted

2015-01-29 Thread demon.box
Excuse me, there are a method (option of mkgmap, etc.) to reduce the lines
distorted?

from OSM

 

rendered for MapSource

 

Thanks very much.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Lines-distorted-tp5831842.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Map to Garmin

2014-09-14 Thread demon.box
SOLUTION:
wrong fid in style.typ

in MapSource nothing change
in Garmin change everything!!!

Thanks
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Map-to-Garmin-tp5817396p5817401.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Map to Garmin

2014-09-14 Thread demon.box
Hi, in the latest days I have this strange problem:
when I see my map in MapSource I see that:

 

but when I transfer the map on my Garmin Oregon 600 I see that:

 

it looks like the Garmin ignore my style.typ.
What can I do?
The mkgmap and the splitter are the latest release.
Thanks!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Map-to-Garmin-tp5817396.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] mkgmap:label

2014-04-27 Thread demon.box
Hi Andrzej, I'm sure that in the images posted are displayed 2 labels of the
same object.
What a pity that we can not assign a secondary label...

Thanks.
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/mkgmap-label-tp5804224p5804325.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] mkgmap:label

2014-04-26 Thread demon.box
The images posted are from MapSource not from my GPS.
I don't understand why on the same way the order of this labels change
depending on the point.
Thanks.
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/mkgmap-label-tp5804224p5804248.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] mkgmap:label

2014-04-26 Thread demon.box
Hi, in the lines rules I have this:


highway=* & name=* {set name_orig='${name}'}

highway=* & route_type ~ '.*hiking.*' {name
'${route_ref1|highway-symbol:oval} ${route_name|not-equal:route_ref1}
[${name|not-equal:route_name}]' | '${route_ref1|highway-symbol:oval}
${route_name|not-equal:route_ref1}' | '${route_ref1|highway-symbol:oval}' |
'${ref|highway-symbol:oval} ${route_name}' | '${route_name}
[${name|not-equal:route_name}]' | '${route_name}' }

name_orig=* {set mkgmap:label:3='${name_orig}'} 

name=* {name '${name}'}

With the first line I preserve the name of the way and with the second line
I set the tag name with the relation information.
With the third line I would add the name_orig always like the second label
but sometimes I see first and sometimes I see like second line... I don't
understand why.

 

 

How can I set the second label always a the same position?
Thanks very much.
--enrico 



--
View this message in context: 
http://gis.19327.n5.nabble.com/mkgmap-label-tp5804224.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
Wow, with your modifications (I understand than the difference is the
sequence of lines) the problem is solved as can you see below:

 

Thanks very much!!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738p5803790.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
Ok, thanks for your kindness, here can you find my complete style:

http://dropcanvas.com/7x3um   

and these are the 3 ways id:

268146389
268146383
268146390 

Thanks a lot!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738p5803781.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
Yes, sure, I delete ONLY the finalize section from the style and the rest is
the same but how can you see the result is very different.

This is my command:

start /low /b /wait java -enableassertions -Xmx1000m -jar ..\bin\mkgmap.jar
--country-name="%country%" --family-id=%FID% --mapname=66%FID%001
--overview-mapname=66%FID%000 --series-name="OSM_%date%"
--family-name="OSM_%date%" --style-file=..\bin\styles\ --style=%style%
--name-tag-list=name:it,name --description="%country%" -c
..\bin\template_basic.args -c template.args %TypFileToAdd%

This is in the "options" file:
levels = 0:24, 1:22, 2:20, 3:18, 4:16

What is the WrongAngleFixer? What can I do?
Thanks!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738p5803770.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
I make some test:

with mkgmap release 3211:

 


with an old mkgmap release 2889 and the same style rules:

 

I don't understand




--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738p5803764.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
Hi GerdP, no it isn't caused by different points in the map but I'm sure that
is it 
just a matter of different type files... I don't understand what cause it.
Have you got any ideas?
Thanks.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738p5803745.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Different rendering

2014-04-21 Thread demon.box
Excuse me, why this different rendering between Extreme Carver's Map (Open
Mtb Map) and my map?

ExtremeCarver:
 

My Map
 

This are the only to lines of the style "lines"

highway=footway & surface=concrete [0x10406 road_class=0 road_speed=1]
highway=steps [0x0d road_class=0 road_speed=0 resolution 24]

I rendered the map with the latest mkgmap release 3211.
What can I do?
Thanks!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Different-rendering-tp5803738.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Distorted lines

2014-03-05 Thread demon.box
So I have only to use this mkgmap.jar (mkgmap-high-prec-coord-r3078) instead
of the "official" 3072 release?
There isn't any particular option to set?
What is exactly the benefit?
Thanks very much.
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5775761p5798603.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Distorted lines

2014-03-04 Thread demon.box
Excuse me, please what exactly I have to do against distorted lines?
THANKS.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Distorted-lines-tp5775761p5798543.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Possible solution for deformed polygons

2013-11-23 Thread demon.box
...very interesting! I'll stay tuned... 
Thanks!
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Possible-solution-for-deformed-polygons-tp5786064p5786945.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Multiple relations

2013-11-08 Thread demon.box
Thanks very much but I understand that is not possible delete the name tag of
an highway.
I mean if an highway has a tag name=xxx MapSource will display xxx and if it
has not a name tag MapSource will display "Sconosciuto".
ciao
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Multiple-relations-tp5784555p5784717.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


Re: [mkgmap-dev] Multiple relations

2013-11-06 Thread demon.box
Thanks very much!
Now I have the view in MapSource like I need but there is still a thing...
 

How can you see the image attached MapSource display tha name of the highway
(not the name of the route relation) if there is one or the label
"Sconosciuto" if there isn't.
I would delete (I don't want to see it). It is possibile?
Thanks!
--enrico



--
View this message in context: 
http://gis.19327.n5.nabble.com/Multiple-relations-tp5784164p5784287.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev


[mkgmap-dev] Multiple relations

2013-11-05 Thread demon.box
Hi, there is a way in the style to display every route relations on the same
highway segment on separate lines?
I mean, on a highway segment that have more than one route relation I would
see (on MapSource or BaseCamp) something like this:

Route number 1
Route number 2
ecc.

Thanks very much.
--enrico




--
View this message in context: 
http://gis.19327.n5.nabble.com/Multiple-relations-tp5784094.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
___
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev