<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I was created from data from:<div><a href="http://geojson.io/#map=2/20.0/0.0">http://geojson.io/#map=2/20.0/0.0</a><br></div><div><div>{</div><div>  "type": "FeatureCollection",</div><div>  "features": [</div><div>    {</div><div>      "type": "Feature",</div><div>      "properties": {},</div><div>      "geometry": {</div><div>        "type": "Polygon",</div><div>        "coordinates": [</div><div>          [</div><div>            [</div><div>              94.921875,</div><div>              -55.77657</div><div>            ],</div><div>            [</div><div>              189.84375,</div><div>              -55.77657</div><div>            ],</div><div>            [</div><div>              189.84375,</div><div>              -7.362466</div><div>            ],</div><div>            [</div><div>              94.921875,</div><div>              -7.362466</div><div>            ],</div><div>            [</div><div>              94.921875,</div><div>              -55.77657</div><div>            ]</div><div>          ]</div><div>        ]</div><div>      }</div><div>    }</div><div>  ]</div><div>}</div></div><div><br></div><div>Thanks for looking at this.</div><div>Joao</div><div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">---------- Forwarded message ----------<br>From: Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com" target="_blank">gpetermann_muenchen@hotmail.com</a>><br>To: Development list for mkgmap <<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a>><br>Cc: <br>Bcc: <br>Date: Wed, 2 Sep 2020 07:48:52 +0000<br>Subject: Re: [mkgmap-dev] DEM There is not enough room in a single garmin map for all the input data<br>Hi Joao,<br>
<br>
how did you create this poly file? The value 189.84375 is obviously wrong and probably mkgmap / splitter fails to recognize that.<br>
<br>
Gerd<br>
<br>
________________________________________<br>
Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk" target="_blank">mkgmap-dev-bounces@lists.mkgmap.org.uk</a>> im Auftrag von Joao Almeida <<a href="mailto:joaoha@gmail.com" target="_blank">joaoha@gmail.com</a>><br>
Gesendet: Dienstag, 1. September 2020 13:34<br>
An: <a href="mailto:mkgmap-dev@lists.mkgmap.org.uk" target="_blank">mkgmap-dev@lists.mkgmap.org.uk</a><br>
Betreff: Re: [mkgmap-dev] DEM There is not enough room in a single garmin map for all the input data<br>
<br>
For example.<br>
<br>
This is the poly file with the areas.<br>
Title<br>
1<br>
-30.41875 45.18952<br>
-30.20899 13.02443<br>
-14.68754 13.38583<br>
-7.346309 27.84205<br>
1.043668 31.57658<br>
0.4144224 37.2386<br>
10.27264 38.32281<br>
14.46764 35.3111<br>
19.29187 39.64797<br>
18.66261 49.64685<br>
6.706903 48.20123<br>
-1.473327 45.18952<br>
-29.16025 45.79186<br>
-30.41875 45.18952<br>
END<br>
2<br>
44.8813 49.04451<br>
53.48103 55.67028<br>
67.11473 57.35684<br>
78.23146 55.54981<br>
88.29943 49.88779<br>
97.10889 53.74279<br>
101.5137 52.89951<br>
114.5181 51.93576<br>
118.9228 49.88779<br>
120.8106 45.79186<br>
106.3379 39.64797<br>
91.23593 41.93687<br>
86.83118 46.99655<br>
78.23146 37.2386<br>
62.29049 34.22689<br>
54.52977 36.63626<br>
44.8813 49.04451<br>
END<br>
3<br>
94.921875 -55.77657<br>
189.84375 -55.77657<br>
189.84375 -7.362466<br>
94.921875 -7.362466<br>
94.921875 -55.77657<br>
END<br>
END<br>
<br>
<br>
If I use this poly file I get the map too big error for areas in:<br>
<br>
3<br>
94.921875 -55.77657<br>
189.84375 -55.77657<br>
189.84375 -7.362466<br>
94.921875 -7.362466<br>
94.921875 -55.77657<br>
END<br>
<br>
<br>
But if I only use the following poly file:<br>
<br>
Title<br>
1<br>
94.921875 -55.77657<br>
189.84375 -55.77657<br>
189.84375 -7.362466<br>
94.921875 -7.362466<br>
94.921875 -55.77657<br>
END<br>
<br>
Note it is the same area as 3 in main file I don't get the map too big error.<br>
<br>
Hope it clarifies<br>
<br>
Thank you for the help.<br>
<br>
On Tue, Sep 1, 2020 at 9:39 AM Joao Almeida <<a href="mailto:joaoha@gmail.com" target="_blank">joaoha@gmail.com</a><mailto:<a href="mailto:joaoha@gmail.com" target="_blank">joaoha@gmail.com</a>>> wrote:<br>
Help please, could not find a solution that works.<br>
I'm trying to build a map that includes DEM shading. I've tried splitting the map with max nodes 800000, 600000 and this last time 400000. For some reason I always get the following message on the same tile regardless of the split maxnodes option.<br>
<br>
There is however a different behaviour, this only happens if I try to include different polygon areas, if I just try the same are by it self it does not throw the message about map too big.<br>
<br>
I'm happy to provide poly file and splitter settings and map build options to see if we can overcome this problem.<br>
<br>
Thanks a lot.<br>
Joao<br>
<br>
<br>
SEVERE (MapFailedException): C:\Garmin\SPLITT~4\44161838.o5m: (thrown in BufferedImgFileWriter.ensureSize()) There is not enough room in a single garmin map for all the input data. The .osm file should be split into smaller pieces first.<br>
SEVERE (MapBuilder): C:\Garmin\SPLITT~4\44161838.o5m: exception while creating DEM file There is not enough room in a single garmin map for all the input data. The .osm file should be split into smaller pieces first.<br>
SEVERE (MapFailedException): C:\Garmin\SPLITT~4\44161838.o5m: (thrown in MapBuilder.buildDem()) DEM<br>
SEVERE (MapFailedException): C:\Garmin\SPLITT~4\44161841.o5m: (thrown in BufferedImgFileWriter.ensureSize()) There is not enough room in a single garmin map for all the input data. The .osm file should be split into smaller pieces first.<br>
SEVERE (MapBuilder): C:\Garmin\SPLITT~4\44161841.o5m: exception while creating DEM file There is not enough room in a single garmin map for all the input data. The .osm file should be split into smaller pieces first.<br>
SEVERE (MapFailedException): C:\Garmin\SPLITT~4\44161841.o5m: (thrown in MapBuilder.buildDem()) DEM<br>
<br><br></blockquote></div></div></div></div>