This commit is contained in:
djes
2016-07-27 21:50:18 +02:00
parent 7e9de10496
commit a961f01378

8
osm.pb
View File

@@ -241,7 +241,7 @@ Module OSM
Global Proxy = #False
;- => Use this to customise your preferences
;- => Use this to customize your preferences
; Result = CreatePreferences(GetHomeDirectory() + "OSM.prefs")
; If Proxy
; PreferenceGroup("PROXY")
@@ -524,7 +524,7 @@ Module OSM
;Check if the image exists
\nImage = GetTileFromMem(\OSMZoom, \OSMTileX, \OSMTileY)
If \nImage = -1
;If not, load it in the background (but after the drawing thanks to the mutex)
;If not, load it in the background
\GetImageThread = CreateThread(@GetImageThread(), *NewTile)
OSM\TilesThreads()\GetImageThread = \GetImageThread
Debug " Creating get image thread nb " + Str(\GetImageThread)
@@ -953,8 +953,8 @@ CompilerIf #PB_Compiler_IsMainFile
CompilerEndIf
; IDE Options = PureBasic 5.42 LTS (Windows - x64)
; CursorPosition = 757
; FirstLine = 705
; CursorPosition = 242
; FirstLine = 222
; Folding = ------
; EnableUnicode
; EnableThread