Re: [mkgmap-dev] mkgmap 3313 bug: POI names missing

2014-07-05 Thread Bernd Weigelt
Am Samstag, 5. Juli 2014, 11:13:57 schrieb Bernhard Hiller:
> When creating maps with current (3313) version of mkgmap, POIs do not
> have proper names on an Oregon 600. Instead, the category of the POI -
> as used in the style file - is shown (e.g. "Pharmacy" instead of the
> name of the pharmacy).
> When using an old version of mkgmap (2815? file date 24 Nov 2013), the
> names are shown - see screenshots.
> The file size of the map of Bavaria is 207 MB with the old version, and
> some 170 MB with the new version...
> I include my points file.
> Thanks for your hints,
> Bernhard


add something like this to end of 'points'. 'lines', 'polygons'

| 
| # The finalizer section is executed for each element when a rule with an 
| element type matches
| 
| name=* { name '${name}' }


this is from my 'point'

| 
| # The finalizer section is executed for each element when a rule with an 
| # element type matches
| 
| 
| include '../inc/roadspeed' ;
| 
| include '../inc/access' ;
| 
| name=* { name '${name}' }
| 
| include '../inc/address' ;
| 
| include '../inc/phone' ;
| 
| highway=* & ref=* { addlabel '${ref}' }
| highway=* & int_ref=* { addlabel '${int_ref}' }
| highway=* & nat_ref=* { addlabel '${nat_ref}' }
| highway=* & ref_ref=* { addlabel '${reg_ref}' }

Bernd
-- 
amarok2 now playing:




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


Re: [mkgmap-dev] mkgmap 3313 bug: POI names missing

2014-07-05 Thread Bernd Weigelt
Am Samstag, 5. Juli 2014, 11:31:52 schrieb Bernd Weigelt:

Please ignore this part of the previuos mail, C&P error ;-)


> this is from my 'point'
> 
> | 
> | # The finalizer section is executed for each element when a rule with an 
> | # element type matches
> |
> | 
> | 
> |
> | include '../inc/roadspeed' ;
> |
> | 
> |
> | include '../inc/access' ;
> |
> | 
> |
> | name=* { name '${name}' }
> |
> | 
> |
> | include '../inc/address' ;
> |
> | 
> |
> | include '../inc/phone' ;
> |
> | 
> |
> | highway=* & ref=* { addlabel '${ref}' }
> | highway=* & int_ref=* { addlabel '${int_ref}' }
> | highway=* & nat_ref=* { addlabel '${nat_ref}' }
> | highway=* & ref_ref=* { addlabel '${reg_ref}' }

-- 
amarok2 now playing:




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


Re: [mkgmap-dev] mkgmap 3313 bug: POI names missing

2014-07-05 Thread Bernhard Hiller

Thanks, that did the trick.
That was a change to mkgmap which made it incompatible with older styles.
Strangely, the new map has 182 MB, 25 MB less than the old version.

Am 05.07.2014 11:31, schrieb Bernd Weigelt:

add something like this to end of 'points'. 'lines', 'polygons'

|
| # The finalizer section is executed for each element when a rule with an
| element type matches
|
| name=* { name '${name}' }


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


Re: [mkgmap-dev] mkgmap 3313 bug: POI names missing

2014-07-05 Thread WanMil
Please have a look at 
http://www.mkgmap.org.uk/news/2013/12/22/more-flexibility-in-style-files-style 
for an overview what has been changed with mkgmap r2906.


WanMil


Thanks, that did the trick.
That was a change to mkgmap which made it incompatible with older styles.
Strangely, the new map has 182 MB, 25 MB less than the old version.

Am 05.07.2014 11:31, schrieb Bernd Weigelt:

add something like this to end of 'points'. 'lines', 'polygons'

|
| # The finalizer section is executed for each element when a rule
with an
| element type matches
|
| name=* { name '${name}' }


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


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


Re: [mkgmap-dev] splitter: No solution found

2014-07-05 Thread nwillink
Hi Andrzej 

Strange you should get this problem.

I use

--max-nodes=160 
--max-areas=255 

and it worked fine.

Not much help , though.

Nick



--
View this message in context: 
http://gis.19327.n5.nabble.com/splitter-No-solution-found-tp5810384p5810408.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