<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Thanks to all! I suspect that, in order to build the types of maps I’m after, the learning curve is years long.
</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Steven Miller<o:p></o:p></p>
<p class="MsoNormal">srmj71@hotmail.com<o:p></o:p></p>
<p class="MsoNormal">(717) 562-2879<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:gpetermann_muenchen@hotmail.com">Gerd Petermann</a><br>
<b>Sent: </b>Monday, August 8, 2022 5:32 AM<br>
<b>To: </b><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">Development list for mkgmap</a><br>
<b>Subject: </b>Re: [mkgmap-dev] Outlines of states/provinces</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Steven,<br>
<br>
in addition to Tickers reply there are these lines in the relations file<br>
# Names of administrative boundaries.<br>
# We could want to sort the relations in ascending order of admin_level<br>
# and alphabetically by name first.<br>
# Currently, the matching relations will be processed and the names<br>
# appended to the boundary lines in an arbitrary order.<br>
<br>
(type=boundary | type=multipolygon) & boundary=administrative & name=*<br>
{ apply<br>
  {<br>
    set mkgmap:boundary_name='$(mkgmap:boundary_name)/${name}' | '${name}';<br>
  }<br>
<br>
Note that many (most?) ways with type=boundary are members in two or more relations. See e.g.
<a href="https://www.openstreetmap.org/way/78508178">https://www.openstreetmap.org/way/78508178</a><br>
The above rule collects the names with the separator / between.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von Ticker Berkin <rwb-mkgmap@jagit.co.uk><br>
Gesendet: Montag, 8. August 2022 10:12<br>
An: Development list for mkgmap<br>
Betreff: Re: [mkgmap-dev] Outlines of states/provinces<br>
<br>
Hi Steve<br>
<br>
Assuming you haven't overridden the default style, these boundary lines<br>
are triggered by:<br>
<br>
boundary=administrative {name '${mkgmap:boundary_name}'}<br>
boundary=administrative & admin_level<3 [0x1e resolution 12]<br>
boundary=administrative & admin_level<5 [0x1d resolution 19]<br>
boundary=administrative & admin_level<7 [0x1c resolution 21]<br>
boundary=administrative & admin_level<9 [0x1c resolution 22]<br>
boundary=administrative [0x1c resolution 22]<br>
boundary=national [0x1e resolution 17]<br>
boundary=political [0x1c resolution 19]<br>
<br>
which you can see in file {mkgmap}\examples\styles\default\lines around<br>
line 245<br>
<br>
Ticker<br>
<br>
On Sun, 2022-08-07 at 21:07 +0000, Steven Miller wrote:<br>
> I’m new to mkgmap and am still learning the basics. Having said that,<br>
> I’ve downloaded the US-South sub-region from geofabrik.de and I can<br>
> see a country dividing line or boundary between the state of Texas<br>
> and Mexico. It’s a thin grey line. I’d like to know how to create<br>
> these boundaries. Can anyone provide a brief overview of how to go<br>
> about this? I know this question demonstrates a real lack of<br>
> knowledge about how this whole thing works, but I’m learning as I go.<br>
><br>
> Thanks a bunch, for anyone willing to tackle this ;-)<br>
><br>
> Steve<br>
><br>
> Steven Miller<br>
> srmj71@hotmail.com<br>
> (717) 562-2879<br>
><br>
> _______________________________________________<br>
> mkgmap-dev mailing list<br>
> mkgmap-dev@lists.mkgmap.org.uk<br>
> <a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
<br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br>
_______________________________________________<br>
mkgmap-dev mailing list<br>
mkgmap-dev@lists.mkgmap.org.uk<br>
<a href="https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">https://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>