Menu

#280 Map Creation Exception

closed
r_x
None
1
2015-08-24
2015-08-21
Gerard
No

Hello,
I have this exception only with Atlas "OSMdroid GEMF" and "Geoportail", no problem with other Atlas or with other maps (Google for example).
I tried Beta version 2.0, same problem.
Thank hou for your help

Version: Mobile Atlas Creator (MOBAC) 1.9.16
Platform: Windows 8.1 (6.3) (windows)
Java VM: Java HotSpot(TM) Client VM (1.8.0_45-b15)
Max heap size: 989,88 MiB
CPU cores: 4

Thread: AtlasThread 5
Map
name=Layer 12
mapSource=Géoportail : Cartes IGN
zoom=12
maxTileCoordinate=541183/377343
minTileCoordinate=540672/376832
parameters=null
Map type: BSH
Map implementation: geoportail.maps.bsh
Map revision: null

Error hierarchy:
MapCreationException: Error writing tile image: Failed to create directory "E:\Documents Gérard\Mes téléchargements\Mobile Atlas Creator 1.9.16\atlases\Atlas_sans_nom_2015-08-21_135824\Géoportail : Cartes IGN\12\2112"
IOException: Failed to create directory "E:\Documents Gérard\Mes téléchargements\Mobile Atlas Creator 1.9.16\atlases\Atlas_sans_nom_2015-08-21_135824\Géoportail : Cartes IGN\12\2112"

mobac.exceptions.MapCreationException: Error writing tile image: Failed to create directory "E:\Documents Gérard\Mes téléchargements\Mobile Atlas Creator 1.9.16\atlases\Atlas_sans_nom_2015-08-21_135824\Géoportail : Cartes IGN\12\2112"
at mobac.program.atlascreators.OSMTracker.createTiles(OSMTracker.java:91)
at mobac.program.atlascreators.OSMTracker.createMap(OSMTracker.java:75)
at mobac.program.AtlasThread.createMap(AtlasThread.java:355)
at mobac.program.AtlasThread.createAtlas(AtlasThread.java:202)
at mobac.program.AtlasThread.run(AtlasThread.java:120)
Caused by: java.io.IOException: Failed to create directory "E:\Documents Gérard\Mes téléchargements\Mobile Atlas Creator 1.9.16\atlases\Atlas_sans_nom_2015-08-21_135824\Géoportail : Cartes IGN\12\2112"
at mobac.utilities.Utilities.mkDirs(Utilities.java:450)
at mobac.program.atlascreators.OSMTracker$OSMTileWriter.writeTile(OSMTracker.java:105)
at mobac.program.atlascreators.OSMTracker$OSMTileWriter.writeTile(OSMTracker.java:101)
at mobac.program.atlascreators.OSMTracker.createTiles(OSMTracker.java:89)
... 4 more

Discussion

  • jpstotz

    jpstotz - 2015-08-21

    The path "E:\Documents Gérard\Mes téléchargements\Mobile Atlas Creator 1.9.16\atlases\Atlas_sans_nom_2015-08-21_135824\Géoportail : Cartes IGN\12\2112" contains a colon ":". This is not allowed in a Windows path.

    I assume that you have specified a colon in one of the layer names.

     
    • Gerard

      Gerard - 2015-08-22

      I don't know how to change the name of the column, I use a sript "geoportail.maps.bsh".
      I tried several Atlases with this map, the results :
      With Oruxmaps, Oruxmaps Sqlite, OSMAND Sqlite, Osmdroid.zip, Osmdroid Sqlite and Viewranger, it's OK
      With OSMAND tile storage, Osmtracker tile storage and Osmdroid GEMF, it isun't OK

       
  • Gerard

    Gerard - 2015-08-24

    I tried a new scrip without ":" colon and now, it's ok with "Osmdroid GEMF"
    Thank you

     
  • r_x

    r_x - 2015-08-24
    • status: open --> closed
    • assigned_to: r_x
     

Log in to post a comment.