This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
property var mapPageLoader : null | |
Connections { | |
id : mapPageLoadedConnection | |
target : mapPageLoader | |
ignoreUnknownSignals : true | |
onStatusChanged : { | |
rWin.log.debug("STATUS! " + mapPageLoader.status) | |
if (mapPageLoader.status == Component.Ready) { | |
rWin.log.info("map page component loaded") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Canvas AND canvasWindow AND tileSize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ python3.2 -vd | |
# installing zipimport hook | |
import zipimport # builtin | |
# installed zipimport hook | |
import encodings # directory /usr/lib/python3.2/encodings | |
import encodings # precompiled from /usr/lib/python3.2/encodings/__init__.pyc | |
import codecs # precompiled from /usr/lib/python3.2/codecs.pyc | |
import _codecs # builtin | |
import encodings.aliases # precompiled from /usr/lib/python3.2/encodings/aliases.pyc | |
import encodings.utf_8 # precompiled from /usr/lib/python3.2/encodings/utf_8.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING:mapcss.parser:unknown thing found: ::* | |
WARNING:mapcss.parser:unknown thing found: *::* | |
491.507477626 1592.02229714 | |
Tiles count: 0 | |
Rendering image started | |
Getting data started | |
[3078272.0031006187, 7145333.404095208, 3078883.4993268996, 7145944.900321487] | |
Asking backend started | |
Failed open: 'tiles/z16/18/x18900/6/y6577.vtile' | |
Failed open: 'tiles/z16/18/x18901/6/y6577.vtile' |
NewerOlder