Ticket #9564: 9564_repro_7589_console.txt

File 9564_repro_7589_console.txt, 858.5 KB (added by Don-vip, 10 years ago)
Line 
1INFO: Ecrire les messages de débogage vers la console
2DEBUG: System property 'http.agent' set to 'JOSM/1.5 (7586 SVN fr) Windows 8.1 64-Bit'. Old value was 'null'
3DEBUG: System property 'user.language' set to 'en'. Old value was 'fr'
4DEBUG: System property 'jsse.enableSNIExtension' set to 'false'. Old value was 'null'
5DEBUG: System property 'http.agent' set to 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'. Old value was 'JOSM/1.5 (7586 SVN fr) Windows 8.1 64-Bit'
6DEBUG: System property 'user.language' set to 'en'. Old value was 'en'
7DEBUG: System property 'jsse.enableSNIExtension' set to 'false'. Old value was 'false'
8INFO: loading plugin 'log4j' (version 30416)
9INFO: loading plugin 'proj4j' (version 30483)
10INFO: loading plugin 'plastic_laf' (version 30416)
11INFO: loading plugin 'epci-fr' (version 30416)
12DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/autoscale/problem.png
13DEBUG: Initializing OSM API completed in 14 ms
14DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/way_secondary.png
15DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/validator.png
16DEBUG: Initializing validator completed in 200 ms
17DEBUG: Loading imagery preferences completed in 394 ms
18DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/way_unclassified.png
19DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/construction.png
20DEBUG: Initializing map style resource://styles/standard/elemstyles.mapcss completed in 442 ms
21DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/ford.png
22DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/path.png
23DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/equestrian.png
24DEBUG: Initializing map style resource://styles/standard/potlatch2.mapcss completed in 65 ms
25DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/waypoints.png
26DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/Stop.png
27DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/bollard.png
28DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/empty.png
29DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/gate.png
30DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/lift_gate.png
31DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/swing_gate.png
32DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/stile.png
33DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/tunnel.png
34DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/waterfall.png
35DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/rail_preserved.png
36DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/tram.png
37DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/crossing.png
38DEBUG: Initializing map style https://josm.openstreetmap.de/josmfile?page=Styles/Lane_and_Road_Attributes&zip=1 completed in 332 ms
39DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/chair_lift.png
40DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/drag_lift.png
41WARNING: Detected deprecated 'canvas{background-color}' in 'https://github.com/hotosm/HDM-JOSM-style/archive/master.zip' which will be removed shortly. Use 'fill-color' instead.
42DEBUG: Initializing map style https://github.com/hotosm/HDM-JOSM-style/archive/master.zip completed in 41 ms
43WARNING: Failed to load Mappaint styles from 'D:\Users\Vincent\Desktop\code.mapcss'. Exception was: java.io.FileNotFoundException: D:\Users\Vincent\Desktop\code.mapcss (Le fichier spécifié est introuvable)
44ERROR: java.io.FileNotFoundException: D:\Users\Vincent\Desktop\code.mapcss (Le fichier spécifié est introuvable)
45java.io.FileNotFoundException: D:\Users\Vincent\Desktop\code.mapcss (Le fichier spécifié est introuvable)
46 at java.io.FileInputStream.open(Native Method)
47 at java.io.FileInputStream.<init>(FileInputStream.java:146)
48 at org.openstreetmap.josm.io.CachedFile.getInputStream(CachedFile.java:180)
49 at org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.getSourceInputStream(MapCSSStyleSource.java:316)
50 at org.openstreetmap.josm.gui.mappaint.mapcss.MapCSSStyleSource.loadStyleSource(MapCSSStyleSource.java:215)
51 at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.loadStyleForFirstTime(MapPaintStyles.java:221)
52 at org.openstreetmap.josm.gui.mappaint.MapPaintStyles.readFromPreferences(MapPaintStyles.java:214)
53 at org.openstreetmap.josm.gui.preferences.map.MapPaintPreference.initialize(MapPaintPreference.java:183)
54 at org.openstreetmap.josm.Main$5.initialize(Main.java:586)
55 at org.openstreetmap.josm.Main$InitializationTask.call(Main.java:642)
56 at org.openstreetmap.josm.Main$InitializationTask.call(Main.java:1)
57 at java.util.concurrent.FutureTask.run(FutureTask.java:262)
58 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
59 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
60 at java.lang.Thread.run(Thread.java:745)
61DEBUG: Initializing map style D:\Users\Vincent\Desktop\code.mapcss completed in 2 ms
62ERROR: Failed to locate image 'icons/hot_small.png'
63DEBUG: Initializing map styles completed in 962 ms
64DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/car_repair.png
65DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/bike.png
66DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/interpolation.png
67DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/runway.png
68DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/taxiway.png
69DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/hostel.png
70DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/caravan2.png
71DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/biergarten.png
72DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/swimming.png
73DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/fishing.png
74DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/State_Public.png
75DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/styles/standard/religion/church.png
76DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/townhall.png
77DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/JusticeScales.png
78DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/prison.png
79DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/kindergarten.png
80DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/telephone.png
81DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/bench.png
82DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/shelter.png
83DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/hunting_stand.png
84DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/drinking_water.png
85DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/fire_hydrant.png
86DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/soccer.png
87DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/pitch.png
88DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/rowing.png
89DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/canoe.png
90DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/Hockey.png
91DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/works.png
92DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/tower.png
93DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/windmill.png
94DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/crane.png
95DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/power.png
96DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/memorial.png
97DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/styles/standard/historic/boundary_stone.png
98DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/baker.png
99DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/laundry.png
100DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/dollar.png
101DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/stationery.png
102DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/book.png
103DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/travel.png
104DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/places.png
105DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/glacier.png
106DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/military.png
107DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/presets/addresses.png
108DEBUG: Initializing presets completed in 2.3 s
109INFO: Could not load tool definition getoffset
110DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/logo_32x32x8.png
111INFO: loading plugin 'reverter' (version 30521)
112INFO: RemoteControl: adding command "revert_changeset" (handled by RevertChangesetHandler)
113INFO: loading plugin 'jts' (version 30416)
114INFO: loading plugin 'reltoolbox' (version 30587)
115INFO: loading plugin 'geotools' (version 30569)
1162014-09-30 21:33:43 [hsqldb.db.HSQLDB48C80DD972.ENGINE] INFO - dataFileCache open start
1172014-09-30 21:33:44 [hsqldb.db.HSQLDB48C80DD972.ENGINE] INFO - Checkpoint start
1182014-09-30 21:33:44 [hsqldb.db.HSQLDB48C80DD972.ENGINE] INFO - Checkpoint end
119INFO: loading plugin 'utilsplugin2' (version 30460)
120INFO: loading plugin 'imagery-xml-bounds' (version 30662)
121INFO: loading plugin 'imageryadjust' (version 30416)
122INFO: loading plugin 'graphview' (version 30416)
123DEBUG: System property 'http.agent' set to 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'. Old value was 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'
124DEBUG: System property 'user.language' set to 'en'. Old value was 'en'
125DEBUG: System property 'jsse.enableSNIExtension' set to 'false'. Old value was 'false'
126INFO: loading plugin 'AddrInterpolation' (version 30416)
127INFO: loading plugin 'terracer' (version 30643)
128INFO: loading plugin 'photo_geotagging' (version 30462)
129INFO: loading plugin 'DirectDownload' (version 30416)
130INFO: loading plugin 'FixAddresses' (version 30416)
131INFO: loading plugin 'fieldpapers' (version b49dadd)
132INFO: loading plugin 'openvisible' (version 30416)
133INFO: loading plugin 'mapdust' (version 30502)
134INFO: loading plugin 'buildings_tools' (version 30485)
135INFO: loading plugin 'DirectUpload' (version 30416)
136INFO: loading plugin 'download_along' (version 30416)
137INFO: loading plugin 'lakewalker' (version 30416)
138INFO: loading plugin 'NanoLog' (version 30527)
139INFO: loading plugin 'OpeningHoursEditor' (version 30609)
140INFO: loading plugin 'HouseNumberTaggingTool' (version 30416)
141INFO: loading plugin 'ImageryCache' (version 30416)
142INFO: loading plugin 'turnlanes' (version 30416)
143INFO: loading plugin 'areaselector' (version 1411072924)
144INFO: Silent shortcut conflict: 'tools:tagbuilding' moved by 'edit:buildingsdialog' to 'Ctrl+Alt+F1'.
145INFO: loading plugin 'CommandLine' (version 30678)
146INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/arc.xml
147INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/bezier.xml
148INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/circle.xml
149INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/copy.xml
150INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/cut.xml
151INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/fillet.xml
152INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/mirror.xml
153INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/move.xml
154INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/offset.xml
155INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/regexp.xml
156INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/replace.xml
157INFO: file:///C:/Users/Vincent/AppData/Roaming/JOSM/plugins/CommandLine/spline.xml
158INFO: loading plugin 'livegps' (version 30506)
159INFO: loading plugin 'Tracer2' (version 30416)
160INFO: loading plugin 'FastDraw' (version 30416)
161INFO: loading plugin 'osmarender' (version 30416)
162INFO: loading plugin 'tagging-preset-tester' (version 30592)
163INFO: loading plugin 'measurement' (version 30641)
164INFO: loading plugin 'walkingpapers' (version 30416)
165INFO: loading plugin 'pdfimport' (version 30416)
166INFO: loading plugin 'mbtiles' (version v1.2)
167INFO: loading plugin 'Create_grid_of_ways' (version 30416)
168INFO: loading plugin 'contourmerge' (version 1010)
169INFO: loading plugin 'public_transport' (version 30664)
170INFO: loading plugin 'imagery_offset_db' (version 30534)
171INFO: loading plugin 'opendata' (version 30607)
172loading module 'fr.toulouse' (version 30563)
173WARNING: Unable to get projection EPSG:27561 with Proj4J Plugin. pm parameter is not supported
174WARNING: Unable to get projection EPSG:27562 with Proj4J Plugin. pm parameter is not supported
175WARNING: Unable to get projection EPSG:27563 with Proj4J Plugin. pm parameter is not supported
176WARNING: Unable to get projection EPSG:27564 with Proj4J Plugin. pm parameter is not supported
177DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/styles/standard/misc/housenumber.png
178loading module 'fr.datagouvfr' (version 30563)
179INFO: loading plugin 'merge-overlap' (version 30416)
180INFO: loading plugin 'namemanager' (version 30416)
181INFO: loading plugin 'conflation' (version 0.1.7)
182INFO: loading plugin 'junctionchecking' (version 30664)
183INFO: loading plugin 'undelete' (version 30416)
184INFO: loading plugin 'tageditor' (version 30488)
185INFO: loading plugin 'pbf' (version 30690)
186INFO: loading plugin 'dataimport' (version 30416)
187INFO: loading plugin 'InfoMode' (version 30416)
188INFO: loading plugin 'ImageWayPoint' (version 30416)
189INFO: loading plugin 'canvec_helper' (version 30495)
190INFO: loading plugin 'todo' (version 29154)
191INFO: loading plugin 'routing' (version 30416)
192Routing plugin warning: log4j configuration not found
193INFO: Silent shortcut conflict: 'menu:Routing' moved by 'menu:Commands' to 'Ctrl+Alt+F2'.
194INFO: loading plugin 'Tracer-testing' (version 1411840389)
195INFO: Silent shortcut conflict: 'tools:tracer' moved by 'tools:tracer2' to 'Ctrl+Alt+F3'.
196INFO: loading plugin 'SeaMapEditor' (version 30475)
197INFO: loading plugin 'colorscheme' (version 30416)
198INFO: loading plugin 'editgpx' (version 30634)
199INFO: loading plugin 'alignways' (version 30631)
200INFO: loading plugin 'mirrored_download' (version 30664)
201INFO: loading plugin 'RoadSigns' (version 30495)
202INFO: loading plugin 'waydownloader' (version 30693)
203INFO: loading plugin 'TombPlugin' (version 44)
204INFO: Silent shortcut conflict: 'tools:Tomb plugin' moved by 'tools:createcurve' to 'Ctrl+Alt+F4'.
205INFO: loading plugin 'gpsblam' (version 30444)
206INFO: loading plugin 'tag2link' (version 30416)
207INFO: loading plugin 'scripting' (version 30700)
208Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
209INFO: Successfully loaded mixin module 'josm/mixin/NodeMixin'
210Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
211INFO: Successfully loaded mixin module 'josm/mixin/WayMixin'
212Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
213INFO: Successfully loaded mixin module 'josm/mixin/RelationMixin'
214Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
215INFO: Successfully loaded mixin module 'josm/mixin/LatLonMixin'
216Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
217INFO: Successfully loaded mixin module 'josm/mixin/DataSetMixin'
218Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
219INFO: Successfully loaded mixin module 'josm/mixin/BoundsMixin'
220Sep 30, 2014 9:33:45 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
221INFO: Successfully loaded mixin module 'josm/mixin/UploadStrategyMixin'
222Sep 30, 2014 9:33:46 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
223INFO: Successfully loaded mixin module 'josm/mixin/ChangesetMixin'
224Sep 30, 2014 9:33:46 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
225INFO: Successfully loaded mixin module 'josm/mixin/OsmDataLayerMixin'
226Sep 30, 2014 9:33:46 PM org.openstreetmap.josm.plugins.scripting.js.RhinoEngine loadJSMixins
227INFO: Successfully loaded mixin module 'josm/mixin/JSActionMixin'
228Sep 30, 2014 9:33:46 PM org.openstreetmap.josm.plugins.scripting.ScriptingPlugin <init>
229INFO: No startup module 'ScriptingPlugin_Start' found.
230INFO: loading plugin 'PicLayer' (version 30436)
231INFO: loading plugin 'photoadjust' (version 30428)
232INFO: loading plugin 'michigan_left' (version 30416)
233INFO: loading plugin 'touchscreenhelper' (version 30416)
234INFO: loading plugin 'poly' (version 30495)
235INFO: loading plugin 'importvec' (version 30416)
236INFO: loading plugin 'print' (version 30416)
237INFO: loading plugin 'turnrestrictions' (version 30651)
238INFO: loading plugin 'gpxfilter' (version 30416)
239INFO: loading plugin 'ext_tools' (version 30685)
240INFO: loading plugin 'wms-turbo-challenge2' (version 30416)
241INFO: loading plugin 'waypoint_search' (version 30416)
242INFO: loading plugin 'SimplifyArea' (version 30624)
243INFO: loading plugin 'wikipedia' (version 30629)
244INFO: loading plugin 'notes' (version v0.9.4)
245INFO: loading plugin 'surveyor' (version 30646)
246INFO: loading plugin 'cadastre-fr' (version 30416)
247Pluging cadastre-fr v2.5 started...
248current cache directory: C:\Users\Vincent\AppData\Roaming\JOSM\plugins\cadastrewms\
249INFO: loading plugin 'ColumbusCSV' (version 30416)
250INFO: Toolbar action mapmode/empty overwritten: ext_tools.ExtToolAction gets ext_tools.ExtToolAction
251INFO: Toolbar action layericon24 overwritten: org.openstreetmap.josm.plugins.canvec_helper.CanvecHelperAction gets org.openstreetmap.josm.plugins.piclayer.actions.newlayer.NewLayerFromFileAction
252INFO: RemoteControl::Accepting connections on port 8111
253DEBUG: Alias in JOSM keystore: josm_localhost
254DEBUG: JOSM localhost certificate found in Windows-ROOT keystore: josm_localhost
255INFO: RemoteControl::Accepting secure connections on port 8112
256DEBUG: Opening HTTP connection to https://api.openstreetmap.org/api/0.6/user/details
257DEBUG: REQUEST: {User-Agent=[JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit Java/1.7.0_67], Connection=[close]}
258INFO: GET https://api.openstreetmap.org/api/0.6/user/details
259DEBUG: RESPONSE: {null=[HTTP/1.1 200 OK], X-Runtime=[0.042989], ETag=["cbf65cb7320f82bf3207d2f8ec1f0ec0-gzip"], Content-Length=[591], X-XSS-Protection=[1; mode=block], Set-Cookie=[_osm_session=8dd5fb6d280c75c7517daa24708c50b8; path=/; HttpOnly], X-Request-Id=[3add2250-2407-41f9-9fcd-3c319f430bd5], Connection=[close], Server=[Apache/2.4.7 (Ubuntu)], X-Powered-By=[Phusion Passenger 4.0.52], X-Content-Type-Options=[nosniff], Cache-Control=[max-age=0, private, must-revalidate], Status=[200 OK], X-Frame-Options=[SAMEORIGIN], Vary=[Accept-Encoding], Date=[Tue, 30 Sep 2014 19:33:47 GMT], Content-Encoding=[gzip], Content-Type=[application/xml; charset=utf-8]}
260INFO: Message notifier active (checks every 5 minutes)
261INFO: Enabled EDT checker, wrongful access to gui from non EDT thread will be printed to console
262DEBUG: Opening HTTP connection to https://api.openstreetmap.org/api/0.6/user/details
263DEBUG: REQUEST: {User-Agent=[JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit Java/1.7.0_67], Connection=[close]}
264INFO: GET https://api.openstreetmap.org/api/0.6/user/details (get number of unread messages)
265DEBUG: RESPONSE: {null=[HTTP/1.1 200 OK], X-Runtime=[0.052819], ETag=["cbf65cb7320f82bf3207d2f8ec1f0ec0-gzip"], Content-Length=[591], X-XSS-Protection=[1; mode=block], Set-Cookie=[_osm_session=0360155ae9b2cbe1327dbe23dbeb5085; path=/; HttpOnly], X-Request-Id=[b5074ac9-3843-4bb1-9806-60241ac9b6b1], Connection=[close], Server=[Apache/2.4.7 (Ubuntu)], X-Powered-By=[Phusion Passenger 4.0.52], X-Content-Type-Options=[nosniff], Cache-Control=[max-age=0, private, must-revalidate], Status=[200 OK], X-Frame-Options=[SAMEORIGIN], Vary=[Accept-Encoding], Date=[Tue, 30 Sep 2014 19:33:47 GMT], Content-Encoding=[gzip], Content-Type=[application/xml; charset=utf-8]}
266DEBUG: System property 'http.agent' set to 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'. Old value was 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'
267DEBUG: System property 'user.language' set to 'en'. Old value was 'en'
268DEBUG: System property 'jsse.enableSNIExtension' set to 'false'. Old value was 'false'
269INFO: Open file: C:\Users\Vincent\JOSM\core\data\left-right-hand-traffic.osm (33436 bytes)
270DEBUG: System property 'http.agent' set to 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'. Old value was 'JOSM/1.5 (7586 SVN en) Windows 8.1 64-Bit'
271DEBUG: System property 'user.language' set to 'en'. Old value was 'en'
272DEBUG: System property 'jsse.enableSNIExtension' set to 'false'. Old value was 'false'
273DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/cursor/modifier/zoom.png
274DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/misc/sticky.png
275DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/misc/close.png
276DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/layerlist/blank.png
277DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/layerlist/eye-translucent.png
278DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/layerlist/eye-pressed.png
279DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/dialogs/duplicatelayer.png
280DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/statusline/dist.png
281DEBUG: Plugin plastic_laf.Plugin@2786f4d0 does not define mapFrameInitialized
282DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/data/warning.png
283INFO: Silent shortcut conflict: 'reltoolbox:addremove' moved by 'view:zoominter' to 'Ctrl+Alt+F5'.
284DEBUG: Transparency has been forced for image file:/C:/Users/Vincent/JOSM/core/bin/images/data/relation.png
285INFO: Silent shortcut conflict: 'reltoolbox:multipolygon' moved by 'tools:areaselector' to 'Ctrl+Alt+F6'.
286DEBUG: Plugin org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTesterAction@5318bebb does not define mapFrameInitialized
287INFO: Silent shortcut conflict: 'conflation:replace' moved by 'reltoolbox:find' to 'Ctrl+Alt+F7'.
288INFO: Silent shortcut conflict: 'subwindow:junctionchecker' moved by 'tools:extnode' to 'Ctrl+Alt+F8'.
289INFO: Silent shortcut conflict: 'subwindow:todo' moved by 'tool:revert' to 'Ctrl+Alt+F9'.
290INFO: Silent shortcut conflict: 'touchscreenhelper:browse' moved by 'tools:tracer2' to 'Ctrl+Alt+F10'.
291DEBUG: Plugin at.dallermassl.josm.plugin.surveyor.SurveyorPlugin@4d4f6bba does not define mapFrameInitialized
292INFO: Silent shortcut conflict: 'mapmode:cadastre-fr-buildings' moved by 'tools:adjnodes' to 'Ctrl+Alt+F11'.
293DEBUG: Building list of presets with name template
294DEBUG: missed tile: Tile 2/0/0@Bing Aerial Maps
295DEBUG: missed tile: Tile 2/0/1@Bing Aerial Maps
296DEBUG: missed tile: Tile 2/0/2@Bing Aerial Maps
297DEBUG: missed tile: Tile 2/0/3@Bing Aerial Maps
298DEBUG: missed tile: Tile 2/1/0@Bing Aerial Maps
299DEBUG: missed tile: Tile 2/1/1@Bing Aerial Maps
300DEBUG: missed tile: Tile 2/1/2@Bing Aerial Maps
301DEBUG: missed tile: Tile 2/1/3@Bing Aerial Maps
302DEBUG: missed tile: Tile 2/2/0@Bing Aerial Maps
303DEBUG: missed tile: Tile 2/2/1@Bing Aerial Maps
304DEBUG: missed tile: Tile 2/2/2@Bing Aerial Maps
305DEBUG: missed tile: Tile 2/2/3@Bing Aerial Maps
306DEBUG: missed tile: Tile 2/3/0@Bing Aerial Maps
307DEBUG: missed tile: Tile 2/3/1@Bing Aerial Maps
308DEBUG: missed tile: Tile 2/3/2@Bing Aerial Maps
309DEBUG: missed tile: Tile 2/3/3@Bing Aerial Maps
310DEBUG: still missed 16 in the end
311INFO: Opened database file successfully: C:\Users\Vincent\AppData\Local\Temp\JMapViewerTiles_Vincent\tiles_Bing_Aerial_Maps_6
312DEBUG: tileLoadingFinished() tile: Tile 2/2/3@Bing Aerial Maps success: true
313DEBUG: tileLoadingFinished() tile: Tile 2/3/3@Bing Aerial Maps success: true
314DEBUG: tileLoadingFinished() tile: Tile 2/2/0@Bing Aerial Maps success: true
315DEBUG: tileLoadingFinished() tile: Tile 2/3/0@Bing Aerial Maps success: true
316DEBUG: tileLoadingFinished() tile: Tile 2/1/3@Bing Aerial Maps success: true
317DEBUG: tileLoadingFinished() tile: Tile 2/3/1@Bing Aerial Maps success: true
318DEBUG: tileLoadingFinished() tile: Tile 2/2/1@Bing Aerial Maps success: true
319DEBUG: tileLoadingFinished() tile: Tile 2/3/2@Bing Aerial Maps success: true
320DEBUG: tileLoadingFinished() tile: Tile 2/0/2@Bing Aerial Maps success: true
321DEBUG: tileLoadingFinished() tile: Tile 2/1/1@Bing Aerial Maps success: true
322DEBUG: tileLoadingFinished() tile: Tile 2/0/3@Bing Aerial Maps success: true
323DEBUG: tileLoadingFinished() tile: Tile 2/2/2@Bing Aerial Maps success: true
324DEBUG: tileLoadingFinished() tile: Tile 2/1/2@Bing Aerial Maps success: true
325DEBUG: tileLoadingFinished() tile: Tile 2/0/1@Bing Aerial Maps success: true
326DEBUG: tileLoadingFinished() tile: Tile 2/0/0@Bing Aerial Maps success: true
327DEBUG: tileLoadingFinished() tile: Tile 2/1/0@Bing Aerial Maps success: true
328DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
329DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
330DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
331DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
332DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
333DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
334DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
335DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
336DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
337DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
338DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
339DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
340DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
341DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
342DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
343DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
344DEBUG: tileLoadingFinished() tile: Tile 2/0/2@Bing Aerial Maps success: true
345DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
346DEBUG: tileLoadingFinished() tile: Tile 2/1/1@Bing Aerial Maps success: true
347DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
348DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
349DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
350DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
351DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
352DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
353DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
354DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
355DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
356DEBUG: tileLoadingFinished() tile: Tile 2/3/3@Bing Aerial Maps success: true
357DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
358DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
359DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
360DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
361DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
362DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
363DEBUG: tileLoadingFinished() tile: Tile 2/2/0@Bing Aerial Maps success: true
364DEBUG: tileLoadingFinished() tile: Tile 2/1/3@Bing Aerial Maps success: true
365DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
366DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
367DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
368DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
369DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
370DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
371DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
372DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
373DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
374DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
375DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
376DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
377DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
378DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
379DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
380DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
381DEBUG: tileLoadingFinished() tile: Tile 2/3/1@Bing Aerial Maps success: true
382DEBUG: tileLoadingFinished() tile: Tile 2/2/2@Bing Aerial Maps success: true
383DEBUG: tileLoadingFinished() tile: Tile 2/0/0@Bing Aerial Maps success: true
384DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
385DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
386DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
387DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
388DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
389DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
390DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
391DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
392DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
393DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
394DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
395DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
396DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
397DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
398DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
399DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
400DEBUG: tileLoadingFinished() tile: Tile 2/3/2@Bing Aerial Maps success: true
401DEBUG: tileLoadingFinished() tile: Tile 2/2/3@Bing Aerial Maps success: true
402DEBUG: tileLoadingFinished() tile: Tile 2/1/0@Bing Aerial Maps success: true
403DEBUG: tileLoadingFinished() tile: Tile 2/0/1@Bing Aerial Maps success: true
404DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
405DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
406DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
407DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
408DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
409DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
410DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
411DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
412DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
413DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
414DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
415DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
416DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
417DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
418DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
419DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
420DEBUG: tileLoadingFinished() tile: Tile 2/0/3@Bing Aerial Maps success: true
421DEBUG: tileLoadingFinished() tile: Tile 2/1/2@Bing Aerial Maps success: true
422DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
423DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
424DEBUG: tileLoadingFinished() tile: Tile 2/3/0@Bing Aerial Maps success: true
425DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
426DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
427DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
428DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
429DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
430DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
431DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
432DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
433DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
434DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
435DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
436DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
437DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
438DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
439DEBUG: tileLoadingFinished() tile: Tile 2/2/1@Bing Aerial Maps success: true
440DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
441DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
442DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
443DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
444DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
445DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
446DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
447DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
448DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
449DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
450DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
451DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
452DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
453DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
454DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
455DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
456DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=-266,width=361,height=360]
457DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=94,width=361,height=361]
458DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=455,width=361,height=360]
459DEBUG: drawing image into target rect: java.awt.Rectangle[x=9,y=815,width=361,height=361]
460DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=-266,width=361,height=360]
461DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=94,width=361,height=361]
462DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=455,width=361,height=360]
463DEBUG: drawing image into target rect: java.awt.Rectangle[x=370,y=815,width=361,height=361]
464DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=-266,width=360,height=360]
465DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=94,width=360,height=361]
466DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=455,width=360,height=360]
467DEBUG: drawing image into target rect: java.awt.Rectangle[x=731,y=815,width=360,height=361]
468DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-266,width=361,height=360]
469DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=94,width=361,height=361]
470DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=455,width=361,height=360]
471DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=815,width=361,height=361]
472DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-461,width=510,height=509]
473DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=48,width=510,height=510]
474DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=558,width=510,height=511]
475DEBUG: drawing image into target rect: java.awt.Rectangle[x=228,y=-461,width=510,height=509]
476DEBUG: drawing image into target rect: java.awt.Rectangle[x=228,y=48,width=510,height=510]
477DEBUG: drawing image into target rect: java.awt.Rectangle[x=228,y=558,width=510,height=511]
478DEBUG: drawing image into target rect: java.awt.Rectangle[x=738,y=-461,width=510,height=509]
479DEBUG: drawing image into target rect: java.awt.Rectangle[x=738,y=48,width=510,height=510]
480DEBUG: drawing image into target rect: java.awt.Rectangle[x=738,y=558,width=510,height=511]
481DEBUG: drawing image into target rect: java.awt.Rectangle[x=1248,y=-461,width=510,height=509]
482DEBUG: drawing image into target rect: java.awt.Rectangle[x=1248,y=48,width=510,height=510]
483DEBUG: drawing image into target rect: java.awt.Rectangle[x=1248,y=558,width=510,height=511]
484DEBUG: zoomChanged(): 3
485DEBUG: missed tile: Tile 3/1/2@Bing Aerial Maps
486DEBUG: missed tile: Tile 3/1/3@Bing Aerial Maps
487DEBUG: missed tile: Tile 3/1/4@Bing Aerial Maps
488DEBUG: missed tile: Tile 3/2/2@Bing Aerial Maps
489DEBUG: missed tile: Tile 3/2/3@Bing Aerial Maps
490DEBUG: missed tile: Tile 3/2/4@Bing Aerial Maps
491DEBUG: missed tile: Tile 3/3/2@Bing Aerial Maps
492DEBUG: missed tile: Tile 3/3/3@Bing Aerial Maps
493DEBUG: missed tile: Tile 3/3/4@Bing Aerial Maps
494DEBUG: missed tile: Tile 3/4/2@Bing Aerial Maps
495DEBUG: missed tile: Tile 3/4/3@Bing Aerial Maps
496DEBUG: missed tile: Tile 3/4/4@Bing Aerial Maps
497DEBUG: missed tile: Tile 3/5/2@Bing Aerial Maps
498DEBUG: missed tile: Tile 3/5/3@Bing Aerial Maps
499DEBUG: missed tile: Tile 3/5/4@Bing Aerial Maps
500DEBUG: source: java.awt.Rectangle[x=-695,y=-15,width=720,height=720]
501border: java.awt.Rectangle[x=-335,y=-15,width=360,height=359]
502intersection: java.awt.Rectangle[x=-335,y=-15,width=360,height=359]
503DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=-15,width=360,height=359]
504DEBUG: source: java.awt.Rectangle[x=-695,y=-15,width=720,height=720]
505border: java.awt.Rectangle[x=-335,y=344,width=360,height=361]
506intersection: java.awt.Rectangle[x=-335,y=344,width=360,height=361]
507DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=344,width=360,height=361]
508DEBUG: source: java.awt.Rectangle[x=-695,y=705,width=720,height=722]
509border: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
510intersection: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
511DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
512DEBUG: source: java.awt.Rectangle[x=25,y=-15,width=722,height=720]
513border: java.awt.Rectangle[x=25,y=-15,width=361,height=359]
514intersection: java.awt.Rectangle[x=25,y=-15,width=361,height=359]
515DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=-15,width=361,height=359]
516DEBUG: source: java.awt.Rectangle[x=25,y=-15,width=722,height=720]
517border: java.awt.Rectangle[x=25,y=344,width=361,height=361]
518intersection: java.awt.Rectangle[x=25,y=344,width=361,height=361]
519DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=344,width=361,height=361]
520DEBUG: source: java.awt.Rectangle[x=25,y=705,width=722,height=722]
521border: java.awt.Rectangle[x=25,y=705,width=361,height=361]
522intersection: java.awt.Rectangle[x=25,y=705,width=361,height=361]
523DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=705,width=361,height=361]
524DEBUG: source: java.awt.Rectangle[x=25,y=-15,width=722,height=720]
525border: java.awt.Rectangle[x=386,y=-15,width=361,height=359]
526intersection: java.awt.Rectangle[x=386,y=-15,width=361,height=359]
527DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-15,width=361,height=359]
528DEBUG: source: java.awt.Rectangle[x=25,y=-15,width=722,height=720]
529border: java.awt.Rectangle[x=386,y=344,width=361,height=361]
530intersection: java.awt.Rectangle[x=386,y=344,width=361,height=361]
531DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=344,width=361,height=361]
532DEBUG: source: java.awt.Rectangle[x=25,y=705,width=722,height=722]
533border: java.awt.Rectangle[x=386,y=705,width=361,height=361]
534intersection: java.awt.Rectangle[x=386,y=705,width=361,height=361]
535DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=705,width=361,height=361]
536DEBUG: source: java.awt.Rectangle[x=747,y=-15,width=721,height=720]
537border: java.awt.Rectangle[x=747,y=-15,width=361,height=359]
538intersection: java.awt.Rectangle[x=747,y=-15,width=361,height=359]
539DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=-15,width=361,height=359]
540DEBUG: source: java.awt.Rectangle[x=747,y=-15,width=721,height=720]
541border: java.awt.Rectangle[x=747,y=344,width=361,height=361]
542intersection: java.awt.Rectangle[x=747,y=344,width=361,height=361]
543DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=344,width=361,height=361]
544DEBUG: source: java.awt.Rectangle[x=747,y=705,width=721,height=722]
545border: java.awt.Rectangle[x=747,y=705,width=361,height=361]
546intersection: java.awt.Rectangle[x=747,y=705,width=361,height=361]
547DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=705,width=361,height=361]
548DEBUG: source: java.awt.Rectangle[x=747,y=-15,width=721,height=720]
549border: java.awt.Rectangle[x=1108,y=-15,width=360,height=359]
550intersection: java.awt.Rectangle[x=1108,y=-15,width=360,height=359]
551DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=-15,width=360,height=359]
552DEBUG: tileLoadingFinished() tile: Tile 3/5/4@Bing Aerial Maps success: true
553DEBUG: source: java.awt.Rectangle[x=747,y=-15,width=721,height=720]
554border: java.awt.Rectangle[x=1108,y=344,width=360,height=361]
555intersection: java.awt.Rectangle[x=1108,y=344,width=360,height=361]
556DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=344,width=360,height=361]
557DEBUG: source: java.awt.Rectangle[x=747,y=705,width=721,height=722]
558border: java.awt.Rectangle[x=1108,y=705,width=360,height=361]
559intersection: java.awt.Rectangle[x=1108,y=705,width=360,height=361]
560DEBUG: tileLoadingFinished() tile: Tile 3/5/2@Bing Aerial Maps success: true
561DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=705,width=360,height=361]
562DEBUG: tileLoadingFinished() tile: Tile 3/2/4@Bing Aerial Maps success: true
563DEBUG: tileLoadingFinished() tile: Tile 3/2/2@Bing Aerial Maps success: true
564DEBUG: tileLoadingFinished() tile: Tile 3/1/2@Bing Aerial Maps success: true
565DEBUG: tileLoadingFinished() tile: Tile 3/3/2@Bing Aerial Maps success: true
566DEBUG: tileLoadingFinished() tile: Tile 3/2/3@Bing Aerial Maps success: true
567DEBUG: tileLoadingFinished() tile: Tile 3/4/3@Bing Aerial Maps success: true
568DEBUG: tileLoadingFinished() tile: Tile 3/4/2@Bing Aerial Maps success: true
569DEBUG: tileLoadingFinished() tile: Tile 3/1/3@Bing Aerial Maps success: true
570DEBUG: tileLoadingFinished() tile: Tile 3/5/3@Bing Aerial Maps success: true
571DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=-15,width=360,height=359]
572DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=344,width=360,height=361]
573DEBUG: missed tile: Tile 3/1/4@Bing Aerial Maps
574DEBUG: tileLoadingFinished() tile: Tile 3/1/4@Bing Aerial Maps success: true
575DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=-15,width=361,height=359]
576DEBUG: tileLoadingFinished() tile: Tile 3/3/4@Bing Aerial Maps success: true
577DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=344,width=361,height=361]
578DEBUG: tileLoadingFinished() tile: Tile 3/4/4@Bing Aerial Maps success: true
579DEBUG: tileLoadingFinished() tile: Tile 3/3/3@Bing Aerial Maps success: true
580DEBUG: drawing image into target rect: java.awt.Rectangle[x=25,y=705,width=361,height=361]
581DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-15,width=361,height=359]
582DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=344,width=361,height=361]
583DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=705,width=361,height=361]
584DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=-15,width=361,height=359]
585DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=344,width=361,height=361]
586DEBUG: drawing image into target rect: java.awt.Rectangle[x=747,y=705,width=361,height=361]
587DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=-15,width=360,height=359]
588DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=344,width=360,height=361]
589DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=705,width=360,height=361]
590DEBUG: source: java.awt.Rectangle[x=-695,y=705,width=720,height=722]
591border: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
592intersection: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
593DEBUG: drawing image into target rect: java.awt.Rectangle[x=-335,y=705,width=360,height=361]
594DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=-107,width=510,height=510]
595DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=403,width=510,height=510]
596DEBUG: drawing image into target rect: java.awt.Rectangle[x=248,y=-107,width=510,height=510]
597DEBUG: drawing image into target rect: java.awt.Rectangle[x=248,y=403,width=510,height=510]
598DEBUG: drawing image into target rect: java.awt.Rectangle[x=758,y=-107,width=510,height=510]
599DEBUG: drawing image into target rect: java.awt.Rectangle[x=758,y=403,width=510,height=510]
600DEBUG: drawing image into target rect: java.awt.Rectangle[x=1268,y=-107,width=510,height=510]
601DEBUG: drawing image into target rect: java.awt.Rectangle[x=1268,y=403,width=510,height=510]
602DEBUG: zoomChanged(): 4
603DEBUG: drawing image into target rect: java.awt.Rectangle[x=-670,y=-236,width=721,height=721]
604DEBUG: drawing image into target rect: java.awt.Rectangle[x=-670,y=485,width=721,height=721]
605DEBUG: drawing image into target rect: java.awt.Rectangle[x=51,y=-236,width=721,height=721]
606DEBUG: drawing image into target rect: java.awt.Rectangle[x=51,y=485,width=721,height=721]
607DEBUG: drawing image into target rect: java.awt.Rectangle[x=772,y=-236,width=722,height=721]
608DEBUG: drawing image into target rect: java.awt.Rectangle[x=772,y=485,width=722,height=721]
609DEBUG: tileLoadingFinished() tile: Tile 4/6/4@Bing Aerial Maps success: true
610DEBUG: tileLoadingFinished() tile: Tile 4/6/5@Bing Aerial Maps success: true
611DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=-418,width=510,height=509]
612DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=91,width=510,height=510]
613DEBUG: tileLoadingFinished() tile: Tile 4/6/6@Bing Aerial Maps success: true
614DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=601,width=510,height=510]
615DEBUG: missed tile: Tile 4/7/4@Bing Aerial Maps
616DEBUG: missed tile: Tile 4/7/5@Bing Aerial Maps
617DEBUG: missed tile: Tile 4/7/6@Bing Aerial Maps
618DEBUG: missed tile: Tile 4/8/4@Bing Aerial Maps
619DEBUG: missed tile: Tile 4/8/5@Bing Aerial Maps
620DEBUG: missed tile: Tile 4/8/6@Bing Aerial Maps
621DEBUG: missed tile: Tile 4/9/4@Bing Aerial Maps
622DEBUG: missed tile: Tile 4/9/5@Bing Aerial Maps
623DEBUG: missed tile: Tile 4/9/6@Bing Aerial Maps
624DEBUG: source: java.awt.Rectangle[x=-228,y=-418,width=1020,height=1019]
625border: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
626intersection: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
627DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
628DEBUG: source: java.awt.Rectangle[x=-228,y=-418,width=1020,height=1019]
629border: java.awt.Rectangle[x=282,y=91,width=510,height=510]
630intersection: java.awt.Rectangle[x=282,y=91,width=510,height=510]
631DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=91,width=510,height=510]
632DEBUG: source: java.awt.Rectangle[x=-228,y=601,width=1020,height=1021]
633border: java.awt.Rectangle[x=282,y=601,width=510,height=510]
634intersection: java.awt.Rectangle[x=282,y=601,width=510,height=510]
635DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=601,width=510,height=510]
636DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
637border: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
638intersection: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
639DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
640DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
641border: java.awt.Rectangle[x=792,y=91,width=510,height=510]
642intersection: java.awt.Rectangle[x=792,y=91,width=510,height=510]
643DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=91,width=510,height=510]
644DEBUG: source: java.awt.Rectangle[x=792,y=601,width=1020,height=1021]
645border: java.awt.Rectangle[x=792,y=601,width=510,height=510]
646intersection: java.awt.Rectangle[x=792,y=601,width=510,height=510]
647DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=601,width=510,height=510]
648DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
649border: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
650intersection: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
651DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
652DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
653border: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
654intersection: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
655DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
656DEBUG: source: java.awt.Rectangle[x=792,y=601,width=1020,height=1021]
657border: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
658intersection: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
659DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
660DEBUG: tileLoadingFinished() tile: Tile 4/7/6@Bing Aerial Maps success: true
661DEBUG: tileLoadingFinished() tile: Tile 4/7/5@Bing Aerial Maps success: true
662DEBUG: tileLoadingFinished() tile: Tile 4/7/4@Bing Aerial Maps success: true
663DEBUG: tileLoadingFinished() tile: Tile 4/8/5@Bing Aerial Maps success: true
664DEBUG: tileLoadingFinished() tile: Tile 4/7/7@Bing Aerial Maps success: true
665DEBUG: tileLoadingFinished() tile: Tile 4/8/6@Bing Aerial Maps success: true
666DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=-418,width=510,height=509]
667DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=91,width=510,height=510]
668DEBUG: tileLoadingFinished() tile: Tile 4/8/4@Bing Aerial Maps success: true
669DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=601,width=510,height=510]
670DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
671DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=91,width=510,height=510]
672DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=601,width=510,height=510]
673DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
674DEBUG: tileLoadingFinished() tile: Tile 4/8/7@Bing Aerial Maps success: true
675DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=91,width=510,height=510]
676DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=601,width=510,height=510]
677DEBUG: missed tile: Tile 4/9/4@Bing Aerial Maps
678DEBUG: missed tile: Tile 4/9/5@Bing Aerial Maps
679DEBUG: missed tile: Tile 4/9/6@Bing Aerial Maps
680DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
681border: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
682intersection: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
683DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
684DEBUG: source: java.awt.Rectangle[x=792,y=-418,width=1020,height=1019]
685border: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
686intersection: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
687DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
688DEBUG: tileLoadingFinished() tile: Tile 4/6/7@Bing Aerial Maps success: true
689DEBUG: source: java.awt.Rectangle[x=792,y=601,width=1020,height=1021]
690border: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
691intersection: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
692DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
693DEBUG: tileLoadingFinished() tile: Tile 4/5/7@Bing Aerial Maps success: true
694DEBUG: tileLoadingFinished() tile: Tile 4/5/6@Bing Aerial Maps success: true
695DEBUG: tileLoadingFinished() tile: Tile 4/5/5@Bing Aerial Maps success: true
696DEBUG: tileLoadingFinished() tile: Tile 4/9/6@Bing Aerial Maps success: true
697DEBUG: tileLoadingFinished() tile: Tile 4/9/5@Bing Aerial Maps success: true
698DEBUG: tileLoadingFinished() tile: Tile 4/9/4@Bing Aerial Maps success: true
699DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=-418,width=510,height=509]
700DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=91,width=510,height=510]
701DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=601,width=510,height=510]
702DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
703DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=91,width=510,height=510]
704DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=601,width=510,height=510]
705DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
706DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=91,width=510,height=510]
707DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=601,width=510,height=510]
708DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
709DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
710DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
711DEBUG: tileLoadingFinished() tile: Tile 4/9/7@Bing Aerial Maps success: true
712DEBUG: tileLoadingFinished() tile: Tile 4/5/4@Bing Aerial Maps success: true
713DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=-418,width=510,height=509]
714DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=91,width=510,height=510]
715DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=601,width=510,height=510]
716DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
717DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=91,width=510,height=510]
718DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=601,width=510,height=510]
719DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
720DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=91,width=510,height=510]
721DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=601,width=510,height=510]
722DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
723DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
724DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
725DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=-418,width=510,height=509]
726DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=91,width=510,height=510]
727DEBUG: drawing image into target rect: java.awt.Rectangle[x=-228,y=601,width=510,height=510]
728DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=-418,width=510,height=509]
729DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=91,width=510,height=510]
730DEBUG: drawing image into target rect: java.awt.Rectangle[x=282,y=601,width=510,height=510]
731DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=-418,width=510,height=509]
732DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=91,width=510,height=510]
733DEBUG: drawing image into target rect: java.awt.Rectangle[x=792,y=601,width=510,height=510]
734DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=-418,width=510,height=509]
735DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=91,width=510,height=510]
736DEBUG: drawing image into target rect: java.awt.Rectangle[x=1302,y=601,width=510,height=510]
737DEBUG: zoomChanged(): 5
738DEBUG: drawing image into target rect: java.awt.Rectangle[x=-622,y=-1,width=720,height=721]
739DEBUG: drawing image into target rect: java.awt.Rectangle[x=-622,y=720,width=720,height=721]
740DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
741DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=720,width=722,height=721]
742DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=-1,width=721,height=721]
743DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=720,width=721,height=721]
744DEBUG: tileLoadingFinished() tile: Tile 5/15/12@Bing Aerial Maps success: true
745DEBUG: tileLoadingFinished() tile: Tile 5/17/11@Bing Aerial Maps success: true
746DEBUG: tileLoadingFinished() tile: Tile 5/17/12@Bing Aerial Maps success: true
747DEBUG: tileLoadingFinished() tile: Tile 5/16/12@Bing Aerial Maps success: true
748DEBUG: tileLoadingFinished() tile: Tile 5/16/11@Bing Aerial Maps success: true
749DEBUG: tileLoadingFinished() tile: Tile 5/16/10@Bing Aerial Maps success: true
750DEBUG: tileLoadingFinished() tile: Tile 5/17/10@Bing Aerial Maps success: true
751DEBUG: missed tile: Tile 5/13/10@Bing Aerial Maps
752DEBUG: missed tile: Tile 5/13/11@Bing Aerial Maps
753DEBUG: missed tile: Tile 5/13/12@Bing Aerial Maps
754DEBUG: missed tile: Tile 5/14/10@Bing Aerial Maps
755DEBUG: missed tile: Tile 5/14/11@Bing Aerial Maps
756DEBUG: missed tile: Tile 5/14/12@Bing Aerial Maps
757DEBUG: missed tile: Tile 5/15/10@Bing Aerial Maps
758DEBUG: missed tile: Tile 5/15/11@Bing Aerial Maps
759DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=720,width=361,height=361]
760DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=-1,width=360,height=360]
761DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=359,width=360,height=361]
762DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=720,width=360,height=361]
763DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=-1,width=361,height=360]
764DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=359,width=361,height=361]
765DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=720,width=361,height=361]
766DEBUG: source: java.awt.Rectangle[x=-622,y=-1,width=720,height=721]
767border: java.awt.Rectangle[x=-262,y=-1,width=360,height=360]
768intersection: java.awt.Rectangle[x=-262,y=-1,width=360,height=360]
769DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=-1,width=360,height=360]
770DEBUG: source: java.awt.Rectangle[x=-622,y=-1,width=720,height=721]
771border: java.awt.Rectangle[x=-262,y=359,width=360,height=361]
772intersection: java.awt.Rectangle[x=-262,y=359,width=360,height=361]
773DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=359,width=360,height=361]
774DEBUG: source: java.awt.Rectangle[x=-622,y=720,width=720,height=721]
775border: java.awt.Rectangle[x=-262,y=720,width=360,height=361]
776intersection: java.awt.Rectangle[x=-262,y=720,width=360,height=361]
777DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=720,width=360,height=361]
778DEBUG: source: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
779border: java.awt.Rectangle[x=98,y=-1,width=361,height=360]
780intersection: java.awt.Rectangle[x=98,y=-1,width=361,height=360]
781DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=-1,width=361,height=360]
782DEBUG: source: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
783border: java.awt.Rectangle[x=98,y=359,width=361,height=361]
784intersection: java.awt.Rectangle[x=98,y=359,width=361,height=361]
785DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=359,width=361,height=361]
786DEBUG: source: java.awt.Rectangle[x=98,y=720,width=722,height=721]
787border: java.awt.Rectangle[x=98,y=720,width=361,height=361]
788intersection: java.awt.Rectangle[x=98,y=720,width=361,height=361]
789DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=720,width=361,height=361]
790DEBUG: source: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
791border: java.awt.Rectangle[x=459,y=-1,width=361,height=360]
792intersection: java.awt.Rectangle[x=459,y=-1,width=361,height=360]
793DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=-1,width=361,height=360]
794DEBUG: source: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
795border: java.awt.Rectangle[x=459,y=359,width=361,height=361]
796intersection: java.awt.Rectangle[x=459,y=359,width=361,height=361]
797DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=359,width=361,height=361]
798DEBUG: tileLoadingFinished() tile: Tile 5/14/10@Bing Aerial Maps success: true
799DEBUG: tileLoadingFinished() tile: Tile 5/13/10@Bing Aerial Maps success: true
800DEBUG: tileLoadingFinished() tile: Tile 5/14/12@Bing Aerial Maps success: true
801DEBUG: tileLoadingFinished() tile: Tile 5/15/10@Bing Aerial Maps success: true
802DEBUG: tileLoadingFinished() tile: Tile 5/14/11@Bing Aerial Maps success: true
803DEBUG: tileLoadingFinished() tile: Tile 5/13/12@Bing Aerial Maps success: true
804DEBUG: tileLoadingFinished() tile: Tile 5/13/11@Bing Aerial Maps success: true
805DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=-1,width=360,height=360]
806DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=359,width=360,height=361]
807DEBUG: drawing image into target rect: java.awt.Rectangle[x=-262,y=720,width=360,height=361]
808DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=-1,width=361,height=360]
809DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=359,width=361,height=361]
810DEBUG: drawing image into target rect: java.awt.Rectangle[x=98,y=720,width=361,height=361]
811DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=-1,width=361,height=360]
812DEBUG: missed tile: Tile 5/15/11@Bing Aerial Maps
813DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=720,width=361,height=361]
814DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=-1,width=360,height=360]
815DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=359,width=360,height=361]
816DEBUG: drawing image into target rect: java.awt.Rectangle[x=820,y=720,width=360,height=361]
817DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=-1,width=361,height=360]
818DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=359,width=361,height=361]
819DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=720,width=361,height=361]
820DEBUG: source: java.awt.Rectangle[x=98,y=-1,width=722,height=721]
821border: java.awt.Rectangle[x=459,y=359,width=361,height=361]
822intersection: java.awt.Rectangle[x=459,y=359,width=361,height=361]
823DEBUG: drawing image into target rect: java.awt.Rectangle[x=459,y=359,width=361,height=361]
824DEBUG: tileLoadingFinished() tile: Tile 5/15/11@Bing Aerial Maps success: true
825DEBUG: drawing image into target rect: java.awt.Rectangle[x=-162,y=-131,width=509,height=509]
826DEBUG: drawing image into target rect: java.awt.Rectangle[x=-162,y=378,width=509,height=510]
827DEBUG: drawing image into target rect: java.awt.Rectangle[x=347,y=-131,width=511,height=509]
828DEBUG: drawing image into target rect: java.awt.Rectangle[x=347,y=378,width=511,height=510]
829DEBUG: drawing image into target rect: java.awt.Rectangle[x=858,y=-131,width=510,height=509]
830DEBUG: drawing image into target rect: java.awt.Rectangle[x=858,y=378,width=510,height=510]
831DEBUG: drawing image into target rect: java.awt.Rectangle[x=1368,y=-131,width=510,height=509]
832DEBUG: drawing image into target rect: java.awt.Rectangle[x=1368,y=378,width=510,height=510]
833DEBUG: zoomChanged(): 6
834DEBUG: drawing image into target rect: java.awt.Rectangle[x=-532,y=-315,width=720,height=720]
835DEBUG: drawing image into target rect: java.awt.Rectangle[x=-532,y=405,width=720,height=722]
836DEBUG: drawing image into target rect: java.awt.Rectangle[x=188,y=-315,width=722,height=720]
837DEBUG: drawing image into target rect: java.awt.Rectangle[x=188,y=405,width=722,height=722]
838DEBUG: drawing image into target rect: java.awt.Rectangle[x=910,y=-315,width=722,height=720]
839DEBUG: drawing image into target rect: java.awt.Rectangle[x=910,y=405,width=722,height=722]
840DEBUG: tileLoadingFinished() tile: Tile 6/31/23@Bing Aerial Maps success: true
841DEBUG: tileLoadingFinished() tile: Tile 6/32/22@Bing Aerial Maps success: true
842DEBUG: tileLoadingFinished() tile: Tile 6/31/22@Bing Aerial Maps success: true
843DEBUG: tileLoadingFinished() tile: Tile 6/32/20@Bing Aerial Maps success: true
844DEBUG: tileLoadingFinished() tile: Tile 6/31/21@Bing Aerial Maps success: true
845DEBUG: tileLoadingFinished() tile: Tile 6/29/20@Bing Aerial Maps success: true
846DEBUG: tileLoadingFinished() tile: Tile 6/32/21@Bing Aerial Maps success: true
847DEBUG: missed tile: Tile 6/30/21@Bing Aerial Maps
848DEBUG: missed tile: Tile 6/30/22@Bing Aerial Maps
849DEBUG: drawing image into target rect: java.awt.Rectangle[x=472,y=-65,width=510,height=509]
850DEBUG: drawing image into target rect: java.awt.Rectangle[x=472,y=444,width=510,height=510]
851DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=-65,width=510,height=509]
852DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=444,width=510,height=510]
853DEBUG: source: java.awt.Rectangle[x=-37,y=-576,width=1019,height=1020]
854border: java.awt.Rectangle[x=-37,y=-65,width=509,height=509]
855intersection: java.awt.Rectangle[x=-37,y=-65,width=509,height=509]
856DEBUG: drawing image into target rect: java.awt.Rectangle[x=-37,y=-65,width=509,height=509]
857DEBUG: tileLoadingFinished() tile: Tile 6/29/23@Bing Aerial Maps success: true
858DEBUG: source: java.awt.Rectangle[x=-37,y=444,width=1019,height=1020]
859border: java.awt.Rectangle[x=-37,y=444,width=509,height=510]
860intersection: java.awt.Rectangle[x=-37,y=444,width=509,height=510]
861DEBUG: drawing image into target rect: java.awt.Rectangle[x=-37,y=444,width=509,height=510]
862DEBUG: tileLoadingFinished() tile: Tile 6/33/20@Bing Aerial Maps success: true
863DEBUG: tileLoadingFinished() tile: Tile 6/30/22@Bing Aerial Maps success: true
864DEBUG: tileLoadingFinished() tile: Tile 6/33/22@Bing Aerial Maps success: true
865DEBUG: tileLoadingFinished() tile: Tile 6/33/23@Bing Aerial Maps success: true
866DEBUG: tileLoadingFinished() tile: Tile 6/32/23@Bing Aerial Maps success: true
867DEBUG: tileLoadingFinished() tile: Tile 6/33/21@Bing Aerial Maps success: true
868DEBUG: tileLoadingFinished() tile: Tile 6/29/21@Bing Aerial Maps success: true
869DEBUG: tileLoadingFinished() tile: Tile 6/31/20@Bing Aerial Maps success: true
870DEBUG: tileLoadingFinished() tile: Tile 6/29/22@Bing Aerial Maps success: true
871DEBUG: tileLoadingFinished() tile: Tile 6/30/23@Bing Aerial Maps success: true
872DEBUG: tileLoadingFinished() tile: Tile 6/30/21@Bing Aerial Maps success: true
873DEBUG: tileLoadingFinished() tile: Tile 6/30/20@Bing Aerial Maps success: true
874DEBUG: drawing image into target rect: java.awt.Rectangle[x=-37,y=-65,width=509,height=509]
875DEBUG: drawing image into target rect: java.awt.Rectangle[x=-37,y=444,width=509,height=510]
876DEBUG: drawing image into target rect: java.awt.Rectangle[x=472,y=-65,width=510,height=509]
877DEBUG: drawing image into target rect: java.awt.Rectangle[x=472,y=444,width=510,height=510]
878DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=-65,width=510,height=509]
879DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=444,width=510,height=510]
880DEBUG: zoomChanged(): 7
881DEBUG: drawing image into target rect: java.awt.Rectangle[x=-361,y=-222,width=720,height=721]
882DEBUG: drawing image into target rect: java.awt.Rectangle[x=-361,y=499,width=720,height=721]
883DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=-222,width=722,height=721]
884DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=499,width=722,height=721]
885DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=-222,width=721,height=721]
886DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=499,width=721,height=721]
887DEBUG: tileLoadingFinished() tile: Tile 7/61/43@Bing Aerial Maps success: true
888DEBUG: tileLoadingFinished() tile: Tile 7/62/43@Bing Aerial Maps success: true
889DEBUG: tileLoadingFinished() tile: Tile 7/63/42@Bing Aerial Maps success: true
890DEBUG: tileLoadingFinished() tile: Tile 7/63/43@Bing Aerial Maps success: true
891DEBUG: tileLoadingFinished() tile: Tile 7/63/44@Bing Aerial Maps success: true
892DEBUG: tileLoadingFinished() tile: Tile 7/64/42@Bing Aerial Maps success: true
893DEBUG: tileLoadingFinished() tile: Tile 7/62/42@Bing Aerial Maps success: true
894DEBUG: tileLoadingFinished() tile: Tile 7/61/42@Bing Aerial Maps success: true
895DEBUG: tileLoadingFinished() tile: Tile 7/64/43@Bing Aerial Maps success: true
896DEBUG: tileLoadingFinished() tile: Tile 7/64/45@Bing Aerial Maps success: true
897DEBUG: tileLoadingFinished() tile: Tile 7/63/45@Bing Aerial Maps success: true
898DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=-222,width=360,height=360]
899DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=138,width=360,height=361]
900DEBUG: missed tile: Tile 7/61/44@Bing Aerial Maps
901DEBUG: missed tile: Tile 7/61/45@Bing Aerial Maps
902DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=-222,width=361,height=360]
903DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=138,width=361,height=361]
904DEBUG: missed tile: Tile 7/62/44@Bing Aerial Maps
905DEBUG: missed tile: Tile 7/62/45@Bing Aerial Maps
906DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=-222,width=361,height=360]
907DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=138,width=361,height=361]
908DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=499,width=361,height=361]
909DEBUG: tileLoadingFinished() tile: Tile 7/62/44@Bing Aerial Maps success: true
910DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=860,width=361,height=360]
911DEBUG: tileLoadingFinished() tile: Tile 7/65/42@Bing Aerial Maps success: true
912DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=-222,width=360,height=360]
913DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=138,width=360,height=361]
914DEBUG: tileLoadingFinished() tile: Tile 7/61/45@Bing Aerial Maps success: true
915DEBUG: missed tile: Tile 7/64/44@Bing Aerial Maps
916DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=860,width=360,height=360]
917DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=-222,width=361,height=360]
918DEBUG: missed tile: Tile 7/65/43@Bing Aerial Maps
919DEBUG: missed tile: Tile 7/65/44@Bing Aerial Maps
920DEBUG: missed tile: Tile 7/65/45@Bing Aerial Maps
921DEBUG: tileLoadingFinished() tile: Tile 7/61/44@Bing Aerial Maps success: true
922DEBUG: source: java.awt.Rectangle[x=-361,y=499,width=720,height=721]
923border: java.awt.Rectangle[x=-1,y=499,width=360,height=361]
924intersection: java.awt.Rectangle[x=-1,y=499,width=360,height=361]
925DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=499,width=360,height=361]
926DEBUG: tileLoadingFinished() tile: Tile 7/62/45@Bing Aerial Maps success: true
927DEBUG: source: java.awt.Rectangle[x=-361,y=499,width=720,height=721]
928border: java.awt.Rectangle[x=-1,y=860,width=360,height=360]
929intersection: java.awt.Rectangle[x=-1,y=860,width=360,height=360]
930DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=860,width=360,height=360]
931DEBUG: source: java.awt.Rectangle[x=359,y=499,width=722,height=721]
932border: java.awt.Rectangle[x=359,y=499,width=361,height=361]
933intersection: java.awt.Rectangle[x=359,y=499,width=361,height=361]
934DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=499,width=361,height=361]
935DEBUG: source: java.awt.Rectangle[x=359,y=499,width=722,height=721]
936border: java.awt.Rectangle[x=359,y=860,width=361,height=360]
937intersection: java.awt.Rectangle[x=359,y=860,width=361,height=360]
938DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=860,width=361,height=360]
939DEBUG: source: java.awt.Rectangle[x=1081,y=499,width=721,height=721]
940border: java.awt.Rectangle[x=1081,y=499,width=360,height=361]
941intersection: java.awt.Rectangle[x=1081,y=499,width=360,height=361]
942DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=499,width=360,height=361]
943DEBUG: source: java.awt.Rectangle[x=1081,y=-222,width=721,height=721]
944border: java.awt.Rectangle[x=1441,y=138,width=361,height=361]
945intersection: java.awt.Rectangle[x=1441,y=138,width=361,height=361]
946DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=138,width=361,height=361]
947DEBUG: source: java.awt.Rectangle[x=1081,y=499,width=721,height=721]
948border: java.awt.Rectangle[x=1441,y=499,width=361,height=361]
949intersection: java.awt.Rectangle[x=1441,y=499,width=361,height=361]
950DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=499,width=361,height=361]
951DEBUG: source: java.awt.Rectangle[x=1081,y=499,width=721,height=721]
952border: java.awt.Rectangle[x=1441,y=860,width=361,height=360]
953intersection: java.awt.Rectangle[x=1441,y=860,width=361,height=360]
954DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=860,width=361,height=360]
955DEBUG: tileLoadingFinished() tile: Tile 7/65/44@Bing Aerial Maps success: true
956DEBUG: tileLoadingFinished() tile: Tile 7/65/43@Bing Aerial Maps success: true
957DEBUG: tileLoadingFinished() tile: Tile 7/65/45@Bing Aerial Maps success: true
958DEBUG: tileLoadingFinished() tile: Tile 7/64/44@Bing Aerial Maps success: true
959DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=-222,width=360,height=360]
960DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=138,width=360,height=361]
961DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=499,width=360,height=361]
962DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1,y=860,width=360,height=360]
963DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=-222,width=361,height=360]
964DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=138,width=361,height=361]
965DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=499,width=361,height=361]
966DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=860,width=361,height=360]
967DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=-222,width=361,height=360]
968DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=138,width=361,height=361]
969DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=499,width=361,height=361]
970DEBUG: drawing image into target rect: java.awt.Rectangle[x=720,y=860,width=361,height=360]
971DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=-222,width=360,height=360]
972DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=138,width=360,height=361]
973DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=499,width=360,height=361]
974DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=860,width=360,height=360]
975DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=-222,width=361,height=360]
976DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=138,width=361,height=361]
977DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=499,width=361,height=361]
978DEBUG: drawing image into target rect: java.awt.Rectangle[x=1441,y=860,width=361,height=360]
979DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=-443,width=509,height=509]
980DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=66,width=509,height=510]
981DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=576,width=509,height=510]
982DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=-443,width=511,height=509]
983DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=66,width=511,height=510]
984DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=576,width=511,height=510]
985DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=-443,width=510,height=509]
986DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=66,width=510,height=510]
987DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=576,width=510,height=510]
988DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=-443,width=510,height=509]
989DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=66,width=510,height=510]
990DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=576,width=510,height=510]
991DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=-443,width=509,height=509]
992DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=66,width=509,height=510]
993DEBUG: drawing image into target rect: java.awt.Rectangle[x=-314,y=576,width=509,height=510]
994DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=-443,width=511,height=509]
995DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=66,width=511,height=510]
996DEBUG: drawing image into target rect: java.awt.Rectangle[x=195,y=576,width=511,height=510]
997DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=-443,width=510,height=509]
998DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=66,width=510,height=510]
999DEBUG: drawing image into target rect: java.awt.Rectangle[x=706,y=576,width=510,height=510]
1000DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=-443,width=510,height=509]
1001DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=66,width=510,height=510]
1002DEBUG: drawing image into target rect: java.awt.Rectangle[x=1216,y=576,width=510,height=510]
1003DEBUG: zoomChanged(): 8
1004DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=-102,width=720,height=720]
1005DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=618,width=720,height=722]
1006DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=-102,width=722,height=720]
1007DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=618,width=722,height=722]
1008DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=-102,width=721,height=720]
1009DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=618,width=721,height=722]
1010DEBUG: tileLoadingFinished() tile: Tile 8/124/87@Bing Aerial Maps success: true
1011DEBUG: tileLoadingFinished() tile: Tile 8/128/88@Bing Aerial Maps success: true
1012DEBUG: tileLoadingFinished() tile: Tile 8/127/87@Bing Aerial Maps success: true
1013DEBUG: tileLoadingFinished() tile: Tile 8/128/86@Bing Aerial Maps success: true
1014DEBUG: missed tile: Tile 8/124/86@Bing Aerial Maps
1015DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=258,width=360,height=360]
1016DEBUG: missed tile: Tile 8/124/88@Bing Aerial Maps
1017DEBUG: missed tile: Tile 8/125/86@Bing Aerial Maps
1018DEBUG: missed tile: Tile 8/125/87@Bing Aerial Maps
1019DEBUG: missed tile: Tile 8/125/88@Bing Aerial Maps
1020DEBUG: missed tile: Tile 8/126/86@Bing Aerial Maps
1021DEBUG: missed tile: Tile 8/126/87@Bing Aerial Maps
1022DEBUG: missed tile: Tile 8/126/88@Bing Aerial Maps
1023DEBUG: missed tile: Tile 8/127/86@Bing Aerial Maps
1024DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=258,width=361,height=360]
1025DEBUG: missed tile: Tile 8/127/88@Bing Aerial Maps
1026DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=-102,width=361,height=360]
1027DEBUG: missed tile: Tile 8/128/87@Bing Aerial Maps
1028DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=618,width=361,height=361]
1029DEBUG: source: java.awt.Rectangle[x=-50,y=-102,width=720,height=720]
1030border: java.awt.Rectangle[x=-50,y=-102,width=360,height=360]
1031intersection: java.awt.Rectangle[x=-50,y=-102,width=360,height=360]
1032DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=-102,width=360,height=360]
1033DEBUG: tileLoadingFinished() tile: Tile 8/124/86@Bing Aerial Maps success: true
1034DEBUG: source: java.awt.Rectangle[x=-50,y=618,width=720,height=722]
1035border: java.awt.Rectangle[x=-50,y=618,width=360,height=361]
1036intersection: java.awt.Rectangle[x=-50,y=618,width=360,height=361]
1037DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=618,width=360,height=361]
1038DEBUG: source: java.awt.Rectangle[x=-50,y=-102,width=720,height=720]
1039border: java.awt.Rectangle[x=310,y=-102,width=360,height=360]
1040intersection: java.awt.Rectangle[x=310,y=-102,width=360,height=360]
1041DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=-102,width=360,height=360]
1042DEBUG: source: java.awt.Rectangle[x=-50,y=-102,width=720,height=720]
1043border: java.awt.Rectangle[x=310,y=258,width=360,height=360]
1044intersection: java.awt.Rectangle[x=310,y=258,width=360,height=360]
1045DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=258,width=360,height=360]
1046DEBUG: source: java.awt.Rectangle[x=-50,y=618,width=720,height=722]
1047border: java.awt.Rectangle[x=310,y=618,width=360,height=361]
1048intersection: java.awt.Rectangle[x=310,y=618,width=360,height=361]
1049DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=618,width=360,height=361]
1050DEBUG: source: java.awt.Rectangle[x=670,y=-102,width=722,height=720]
1051border: java.awt.Rectangle[x=670,y=-102,width=361,height=360]
1052intersection: java.awt.Rectangle[x=670,y=-102,width=361,height=360]
1053DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=-102,width=361,height=360]
1054DEBUG: source: java.awt.Rectangle[x=670,y=-102,width=722,height=720]
1055border: java.awt.Rectangle[x=670,y=258,width=361,height=360]
1056intersection: java.awt.Rectangle[x=670,y=258,width=361,height=360]
1057DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=258,width=361,height=360]
1058DEBUG: source: java.awt.Rectangle[x=670,y=618,width=722,height=722]
1059border: java.awt.Rectangle[x=670,y=618,width=361,height=361]
1060intersection: java.awt.Rectangle[x=670,y=618,width=361,height=361]
1061DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=618,width=361,height=361]
1062DEBUG: source: java.awt.Rectangle[x=670,y=-102,width=722,height=720]
1063border: java.awt.Rectangle[x=1031,y=-102,width=361,height=360]
1064intersection: java.awt.Rectangle[x=1031,y=-102,width=361,height=360]
1065DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=-102,width=361,height=360]
1066DEBUG: source: java.awt.Rectangle[x=670,y=618,width=722,height=722]
1067border: java.awt.Rectangle[x=1031,y=618,width=361,height=361]
1068intersection: java.awt.Rectangle[x=1031,y=618,width=361,height=361]
1069DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=618,width=361,height=361]
1070DEBUG: source: java.awt.Rectangle[x=1392,y=-102,width=721,height=720]
1071border: java.awt.Rectangle[x=1392,y=258,width=361,height=360]
1072intersection: java.awt.Rectangle[x=1392,y=258,width=361,height=360]
1073DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=258,width=361,height=360]
1074DEBUG: tileLoadingFinished() tile: Tile 8/125/86@Bing Aerial Maps success: true
1075DEBUG: tileLoadingFinished() tile: Tile 8/125/88@Bing Aerial Maps success: true
1076DEBUG: tileLoadingFinished() tile: Tile 8/124/88@Bing Aerial Maps success: true
1077DEBUG: tileLoadingFinished() tile: Tile 8/126/87@Bing Aerial Maps success: true
1078DEBUG: tileLoadingFinished() tile: Tile 8/127/88@Bing Aerial Maps success: true
1079DEBUG: tileLoadingFinished() tile: Tile 8/126/88@Bing Aerial Maps success: true
1080DEBUG: tileLoadingFinished() tile: Tile 8/125/87@Bing Aerial Maps success: true
1081DEBUG: tileLoadingFinished() tile: Tile 8/128/87@Bing Aerial Maps success: true
1082DEBUG: tileLoadingFinished() tile: Tile 8/127/86@Bing Aerial Maps success: true
1083DEBUG: tileLoadingFinished() tile: Tile 8/126/86@Bing Aerial Maps success: true
1084DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=-102,width=360,height=360]
1085DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=258,width=360,height=360]
1086DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=618,width=360,height=361]
1087DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=-102,width=360,height=360]
1088DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=258,width=360,height=360]
1089DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=618,width=360,height=361]
1090DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=-102,width=361,height=360]
1091DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=258,width=361,height=360]
1092DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=618,width=361,height=361]
1093DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=-102,width=361,height=360]
1094DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=258,width=361,height=360]
1095DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=618,width=361,height=361]
1096DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=-102,width=361,height=360]
1097DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=258,width=361,height=360]
1098DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=618,width=361,height=361]
1099DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=-102,width=360,height=360]
1100DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=258,width=360,height=360]
1101DEBUG: drawing image into target rect: java.awt.Rectangle[x=-50,y=618,width=360,height=361]
1102DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=-102,width=360,height=360]
1103DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=258,width=360,height=360]
1104DEBUG: drawing image into target rect: java.awt.Rectangle[x=310,y=618,width=360,height=361]
1105DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=-102,width=361,height=360]
1106DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=258,width=361,height=360]
1107DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=618,width=361,height=361]
1108DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=-102,width=361,height=360]
1109DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=258,width=361,height=360]
1110DEBUG: drawing image into target rect: java.awt.Rectangle[x=1031,y=618,width=361,height=361]
1111DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=-102,width=361,height=360]
1112DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=258,width=361,height=360]
1113DEBUG: drawing image into target rect: java.awt.Rectangle[x=1392,y=618,width=361,height=361]
1114DEBUG: drawing image into target rect: java.awt.Rectangle[x=-399,y=-341,width=509,height=509]
1115DEBUG: drawing image into target rect: java.awt.Rectangle[x=-399,y=168,width=509,height=510]
1116DEBUG: drawing image into target rect: java.awt.Rectangle[x=-399,y=678,width=509,height=510]
1117DEBUG: drawing image into target rect: java.awt.Rectangle[x=110,y=-341,width=510,height=509]
1118DEBUG: drawing image into target rect: java.awt.Rectangle[x=110,y=168,width=510,height=510]
1119DEBUG: drawing image into target rect: java.awt.Rectangle[x=110,y=678,width=510,height=510]
1120DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=-341,width=510,height=509]
1121DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=168,width=510,height=510]
1122DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=678,width=510,height=510]
1123DEBUG: drawing image into target rect: java.awt.Rectangle[x=1130,y=-341,width=510,height=509]
1124DEBUG: drawing image into target rect: java.awt.Rectangle[x=1130,y=168,width=510,height=510]
1125DEBUG: drawing image into target rect: java.awt.Rectangle[x=1130,y=678,width=510,height=510]
1126DEBUG: zoomChanged(): 9
1127DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-679,width=721,height=720]
1128DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=721,height=722]
1129DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=721,height=721]
1130DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-679,width=721,height=720]
1131DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=721,height=722]
1132DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=721,height=721]
1133DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-679,width=722,height=720]
1134DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=722,height=722]
1135DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=722,height=721]
1136DEBUG: tileLoadingFinished() tile: Tile 9/253/174@Bing Aerial Maps success: true
1137DEBUG: tileLoadingFinished() tile: Tile 9/250/173@Bing Aerial Maps success: true
1138DEBUG: tileLoadingFinished() tile: Tile 9/254/175@Bing Aerial Maps success: true
1139DEBUG: tileLoadingFinished() tile: Tile 9/252/173@Bing Aerial Maps success: true
1140DEBUG: tileLoadingFinished() tile: Tile 9/252/174@Bing Aerial Maps success: true
1141DEBUG: tileLoadingFinished() tile: Tile 9/251/176@Bing Aerial Maps success: true
1142DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-318,width=360,height=359]
1143DEBUG: missed tile: Tile 9/250/174@Bing Aerial Maps
1144DEBUG: missed tile: Tile 9/250/175@Bing Aerial Maps
1145DEBUG: missed tile: Tile 9/250/176@Bing Aerial Maps
1146DEBUG: missed tile: Tile 9/251/173@Bing Aerial Maps
1147DEBUG: missed tile: Tile 9/251/174@Bing Aerial Maps
1148DEBUG: missed tile: Tile 9/251/175@Bing Aerial Maps
1149DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=763,width=361,height=361]
1150DEBUG: tileLoadingFinished() tile: Tile 9/251/174@Bing Aerial Maps success: true
1151DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-318,width=361,height=359]
1152DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=361,height=361]
1153DEBUG: missed tile: Tile 9/252/175@Bing Aerial Maps
1154DEBUG: missed tile: Tile 9/252/176@Bing Aerial Maps
1155DEBUG: missed tile: Tile 9/253/173@Bing Aerial Maps
1156DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=41,width=360,height=361]
1157DEBUG: missed tile: Tile 9/253/175@Bing Aerial Maps
1158DEBUG: missed tile: Tile 9/253/176@Bing Aerial Maps
1159DEBUG: missed tile: Tile 9/254/173@Bing Aerial Maps
1160DEBUG: missed tile: Tile 9/254/174@Bing Aerial Maps
1161DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=402,width=361,height=361]
1162DEBUG: missed tile: Tile 9/254/176@Bing Aerial Maps
1163DEBUG: source: java.awt.Rectangle[x=-173,y=41,width=721,height=722]
1164border: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1165intersection: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1166DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1167DEBUG: source: java.awt.Rectangle[x=-173,y=41,width=721,height=722]
1168border: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1169intersection: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1170DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1171DEBUG: source: java.awt.Rectangle[x=-173,y=763,width=721,height=721]
1172border: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1173intersection: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1174DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1175DEBUG: source: java.awt.Rectangle[x=-173,y=-679,width=721,height=720]
1176border: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1177intersection: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1178DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1179DEBUG: source: java.awt.Rectangle[x=-173,y=41,width=721,height=722]
1180border: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1181intersection: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1182DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1183DEBUG: source: java.awt.Rectangle[x=-173,y=41,width=721,height=722]
1184border: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1185intersection: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1186DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1187DEBUG: tileLoadingFinished() tile: Tile 9/250/175@Bing Aerial Maps success: true
1188DEBUG: source: java.awt.Rectangle[x=548,y=41,width=721,height=722]
1189border: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1190intersection: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1191DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1192DEBUG: source: java.awt.Rectangle[x=548,y=763,width=721,height=721]
1193border: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1194intersection: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1195DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1196DEBUG: source: java.awt.Rectangle[x=548,y=-679,width=721,height=720]
1197border: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1198intersection: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1199DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1200DEBUG: source: java.awt.Rectangle[x=548,y=41,width=721,height=722]
1201border: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1202intersection: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1203DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1204DEBUG: source: java.awt.Rectangle[x=548,y=763,width=721,height=721]
1205border: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1206intersection: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1207DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1208DEBUG: source: java.awt.Rectangle[x=1269,y=-679,width=722,height=720]
1209border: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1210intersection: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1211DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1212DEBUG: source: java.awt.Rectangle[x=1269,y=41,width=722,height=722]
1213border: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1214intersection: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1215DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1216DEBUG: source: java.awt.Rectangle[x=1269,y=763,width=722,height=721]
1217border: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1218intersection: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1219DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1220DEBUG: tileLoadingFinished() tile: Tile 9/250/176@Bing Aerial Maps success: true
1221DEBUG: tileLoadingFinished() tile: Tile 9/252/175@Bing Aerial Maps success: true
1222DEBUG: tileLoadingFinished() tile: Tile 9/254/174@Bing Aerial Maps success: true
1223DEBUG: tileLoadingFinished() tile: Tile 9/252/176@Bing Aerial Maps success: true
1224DEBUG: tileLoadingFinished() tile: Tile 9/253/176@Bing Aerial Maps success: true
1225DEBUG: tileLoadingFinished() tile: Tile 9/254/176@Bing Aerial Maps success: true
1226DEBUG: tileLoadingFinished() tile: Tile 9/251/173@Bing Aerial Maps success: true
1227DEBUG: tileLoadingFinished() tile: Tile 9/250/174@Bing Aerial Maps success: true
1228DEBUG: tileLoadingFinished() tile: Tile 9/253/175@Bing Aerial Maps success: true
1229DEBUG: tileLoadingFinished() tile: Tile 9/254/173@Bing Aerial Maps success: true
1230DEBUG: tileLoadingFinished() tile: Tile 9/253/173@Bing Aerial Maps success: true
1231DEBUG: tileLoadingFinished() tile: Tile 9/251/175@Bing Aerial Maps success: true
1232DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-318,width=360,height=359]
1233DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1234DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1235DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1236DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1237DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1238DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1239DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=763,width=361,height=361]
1240DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-318,width=361,height=359]
1241DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=361,height=361]
1242DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1243DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1244DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1245DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=41,width=360,height=361]
1246DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1247DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1248DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1249DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1250DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=402,width=361,height=361]
1251DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1252DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-318,width=360,height=359]
1253DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1254DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1255DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1256DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1257DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1258DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1259DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=763,width=361,height=361]
1260DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-318,width=361,height=359]
1261DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=361,height=361]
1262DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1263DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1264DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1265DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=41,width=360,height=361]
1266DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1267DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1268DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1269DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1270DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=402,width=361,height=361]
1271DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1272DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-318,width=360,height=359]
1273DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1274DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1275DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1276DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1277DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1278DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1279DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=763,width=361,height=361]
1280DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-318,width=361,height=359]
1281DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=361,height=361]
1282DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1283DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1284DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1285DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=41,width=360,height=361]
1286DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1287DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1288DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1289DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1290DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=402,width=361,height=361]
1291DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1292DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=-318,width=360,height=359]
1293DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=41,width=360,height=361]
1294DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=402,width=360,height=361]
1295DEBUG: drawing image into target rect: java.awt.Rectangle[x=-173,y=763,width=360,height=361]
1296DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=-318,width=361,height=359]
1297DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=41,width=361,height=361]
1298DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=402,width=361,height=361]
1299DEBUG: drawing image into target rect: java.awt.Rectangle[x=187,y=763,width=361,height=361]
1300DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=-318,width=361,height=359]
1301DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=41,width=361,height=361]
1302DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=402,width=361,height=361]
1303DEBUG: drawing image into target rect: java.awt.Rectangle[x=548,y=763,width=361,height=361]
1304DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=-318,width=360,height=359]
1305DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=41,width=360,height=361]
1306DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=402,width=360,height=361]
1307DEBUG: drawing image into target rect: java.awt.Rectangle[x=909,y=763,width=360,height=361]
1308DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=-318,width=361,height=359]
1309DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=41,width=361,height=361]
1310DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=402,width=361,height=361]
1311DEBUG: drawing image into target rect: java.awt.Rectangle[x=1269,y=763,width=361,height=361]
1312DEBUG: missed tile: Tile 9/249/173@Bing Aerial Maps
1313DEBUG: missed tile: Tile 9/249/174@Bing Aerial Maps
1314DEBUG: missed tile: Tile 9/249/175@Bing Aerial Maps
1315DEBUG: missed tile: Tile 9/249/176@Bing Aerial Maps
1316DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1317DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1318DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1319DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1320DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1321DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1322DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1323DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1324DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1325DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1326DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1327DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1328DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1329DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1330DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1331DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1333DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1334DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1335DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1336DEBUG: missed tile: Tile 9/255/173@Bing Aerial Maps
1337DEBUG: missed tile: Tile 9/255/174@Bing Aerial Maps
1338DEBUG: missed tile: Tile 9/255/175@Bing Aerial Maps
1339DEBUG: missed tile: Tile 9/255/176@Bing Aerial Maps
1340DEBUG: source: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1341border: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1342intersection: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1343DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1344DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1345border: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1346intersection: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1347DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1348DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1349border: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1350intersection: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1351DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1352DEBUG: source: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1353border: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1354intersection: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1355DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1356DEBUG: source: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1357border: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1358intersection: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1359DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1360DEBUG: source: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1361border: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1362intersection: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1363DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1364DEBUG: source: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1365border: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1366intersection: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1367DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1368DEBUG: source: java.awt.Rectangle[x=1150,y=674,width=510,height=511]
1369border: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1370intersection: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1371DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1372DEBUG: tileLoadingFinished() tile: Tile 9/255/174@Bing Aerial Maps success: true
1373DEBUG: tileLoadingFinished() tile: Tile 9/255/173@Bing Aerial Maps success: true
1374DEBUG: tileLoadingFinished() tile: Tile 9/255/175@Bing Aerial Maps success: true
1375DEBUG: tileLoadingFinished() tile: Tile 9/255/176@Bing Aerial Maps success: true
1376DEBUG: missed tile: Tile 9/249/173@Bing Aerial Maps
1377DEBUG: missed tile: Tile 9/249/174@Bing Aerial Maps
1378DEBUG: missed tile: Tile 9/249/175@Bing Aerial Maps
1379DEBUG: missed tile: Tile 9/249/176@Bing Aerial Maps
1380DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1381DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1382DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1383DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1384DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1385DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1386DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1387DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1388DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1389DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1390DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1391DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1392DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1393DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1394DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1395DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1396DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1397DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1398DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1399DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1400DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1401DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1402DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1403DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1404DEBUG: source: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1405border: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1406intersection: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1407DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1408DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1409border: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1410intersection: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1411DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1412DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1413border: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1414intersection: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1415DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1416DEBUG: source: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1417border: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1418intersection: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1419DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1420DEBUG: missed tile: Tile 9/249/173@Bing Aerial Maps
1421DEBUG: missed tile: Tile 9/249/174@Bing Aerial Maps
1422DEBUG: missed tile: Tile 9/249/175@Bing Aerial Maps
1423DEBUG: missed tile: Tile 9/249/176@Bing Aerial Maps
1424DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1425DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1426DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1427DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1428DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1429DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1430DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1431DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1432DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1433DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1434DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1435DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1436DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1437DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1438DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1439DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1440DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1441DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1442DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1443DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1444DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1445DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1446DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1447DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1448DEBUG: source: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1449border: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1450intersection: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1451DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1452DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1453border: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1454intersection: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1455DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1456DEBUG: source: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1457border: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1458intersection: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1459DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1460DEBUG: source: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1461border: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1462intersection: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1463DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1464DEBUG: tileLoadingFinished() tile: Tile 9/249/175@Bing Aerial Maps success: true
1465DEBUG: tileLoadingFinished() tile: Tile 9/249/173@Bing Aerial Maps success: true
1466DEBUG: tileLoadingFinished() tile: Tile 9/249/174@Bing Aerial Maps success: true
1467DEBUG: tileLoadingFinished() tile: Tile 9/249/176@Bing Aerial Maps success: true
1468DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1469DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1470DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1471DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1472DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1473DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1474DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1475DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1476DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1477DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1478DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1479DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1480DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1481DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1482DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1483DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1484DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1485DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1486DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1487DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1488DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1489DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1490DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1491DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1492DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1493DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1494DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1495DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1496DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1497DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1498DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1499DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1500DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1501DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1502DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1503DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1504DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1505DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1506DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1507DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1508DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1509DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1510DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1511DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1512DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1513DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1514DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1515DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1516DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1517DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1518DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1519DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1520DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1521DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1522DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1523DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1524DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1525DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1526DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1527DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1528DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1529DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1530DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1531DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1532DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1533DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1534DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1535DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1536DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1537DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1538DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1539DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1540DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1541DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1542DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1543DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1544DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1545DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1546DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1547DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1548DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1549DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1550DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1551DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1552DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=-90,width=254,height=254]
1553DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=164,width=254,height=255]
1554DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=419,width=254,height=255]
1555DEBUG: drawing image into target rect: java.awt.Rectangle[x=-125,y=674,width=254,height=256]
1556DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-90,width=255,height=254]
1557DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=255,height=255]
1558DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=419,width=255,height=255]
1559DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=255,height=256]
1560DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=-90,width=256,height=254]
1561DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=164,width=256,height=255]
1562DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=419,width=256,height=255]
1563DEBUG: drawing image into target rect: java.awt.Rectangle[x=384,y=674,width=256,height=256]
1564DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-90,width=255,height=254]
1565DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=255,height=255]
1566DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=419,width=255,height=255]
1567DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=255,height=256]
1568DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-90,width=255,height=254]
1569DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=164,width=255,height=255]
1570DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=419,width=255,height=255]
1571DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=674,width=255,height=256]
1572DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-90,width=255,height=254]
1573DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=255,height=255]
1574DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=419,width=255,height=255]
1575DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=255,height=256]
1576DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-90,width=255,height=254]
1577DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=164,width=255,height=255]
1578DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=419,width=255,height=255]
1579DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=674,width=255,height=256]
1580
1581EDT violation detected
1582javax.swing.JMenu$1[,3,33,547x30,alignmentX=0.0,alignmentY=0.0,border=javax.swing.plaf.basic.BasicBorders$MarginBorder@2b8bf55b,flags=256,maximumSize=,minimumSize=,preferredSize=,defaultIcon=javax.swing.ImageIcon@15480627,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0],paintBorder=false,paintFocus=false,pressedIcon=,rolloverEnabled=false,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Get Imagery Offset...]
1583 at java.lang.Thread.getStackTrace(Thread.java:1589)
1584 at org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager.checkThreadViolations(CheckThreadViolationRepaintManager.java:81)
1585 at org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager.addDirtyRegion(CheckThreadViolationRepaintManager.java:72)
1586 at javax.swing.JComponent.repaint(JComponent.java:4793)
1587 at java.awt.Component.repaint(Component.java:3297)
1588 at javax.swing.AbstractButton.setIcon(AbstractButton.java:479)
1589 at javax.swing.JMenuItem.setIconFromAction(JMenuItem.java:385)
1590 at javax.swing.JMenuItem.smallIconChanged(JMenuItem.java:392)
1591 at javax.swing.AbstractButton.actionPropertyChanged(AbstractButton.java:1220)
1592 at javax.swing.JMenuItem.actionPropertyChanged(JMenuItem.java:410)
1593 at javax.swing.AbstractButton$ButtonActionPropertyChangeListener.actionPropertyChanged(AbstractButton.java:1361)
1594 at javax.swing.AbstractButton$ButtonActionPropertyChangeListener.actionPropertyChanged(AbstractButton.java:1350)
1595 at javax.swing.ActionPropertyChangeListener.propertyChange(ActionPropertyChangeListener.java:88)
1596 at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
1597 at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
1598 at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:92)
1599 at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
1600 at javax.swing.AbstractAction.firePropertyChange(AbstractAction.java:276)
1601 at javax.swing.AbstractAction.putValue(AbstractAction.java:211)
1602 at iodb.GetImageryOffsetAction.offsetStateChanged(GetImageryOffsetAction.java:98)
1603 at iodb.ImageryOffsetWatcher.setOffsetGood(ImageryOffsetWatcher.java:81)
1604 at iodb.ImageryOffsetWatcher.checkOffset(ImageryOffsetWatcher.java:96)
1605 at iodb.ImageryOffsetWatcher.access$300(ImageryOffsetWatcher.java:18)
1606 at iodb.ImageryOffsetWatcher$IntervalOffsetChecker.run(ImageryOffsetWatcher.java:243)
1607 at java.util.TimerThread.mainLoop(Timer.java:555)
1608 at java.util.TimerThread.run(Timer.java:505)
1609
1610EDT violation detected
1611javax.swing.JToolBar$1[,657,1,31x31,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@424f962,flags=8388904,maximumSize=,minimumSize=,preferredSize=,defaultIcon=javax.swing.ImageIcon@15480627,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=null,defaultCapable=false]
1612 at java.lang.Thread.getStackTrace(Thread.java:1589)
1613 at org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager.checkThreadViolations(CheckThreadViolationRepaintManager.java:81)
1614 at org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager.addDirtyRegion(CheckThreadViolationRepaintManager.java:72)
1615 at javax.swing.JComponent.repaint(JComponent.java:4793)
1616 at java.awt.Component.repaint(Component.java:3297)
1617 at javax.swing.AbstractButton.setIcon(AbstractButton.java:479)
1618 at javax.swing.AbstractButton.setIconFromAction(AbstractButton.java:1280)
1619 at javax.swing.AbstractButton.smallIconChanged(AbstractButton.java:1285)
1620 at javax.swing.AbstractButton.actionPropertyChanged(AbstractButton.java:1220)
1621 at javax.swing.AbstractButton$ButtonActionPropertyChangeListener.actionPropertyChanged(AbstractButton.java:1361)
1622 at javax.swing.AbstractButton$ButtonActionPropertyChangeListener.actionPropertyChanged(AbstractButton.java:1350)
1623 at javax.swing.ActionPropertyChangeListener.propertyChange(ActionPropertyChangeListener.java:88)
1624 at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
1625 at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
1626 at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(SwingPropertyChangeSupport.java:92)
1627 at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
1628 at javax.swing.AbstractAction.firePropertyChange(AbstractAction.java:276)
1629 at javax.swing.AbstractAction.putValue(AbstractAction.java:211)
1630 at iodb.GetImageryOffsetAction.offsetStateChanged(GetImageryOffsetAction.java:98)
1631 at iodb.ImageryOffsetWatcher.setOffsetGood(ImageryOffsetWatcher.java:81)
1632 at iodb.ImageryOffsetWatcher.checkOffset(ImageryOffsetWatcher.java:96)
1633 at iodb.ImageryOffsetWatcher.access$300(ImageryOffsetWatcher.java:18)
1634 at iodb.ImageryOffsetWatcher$IntervalOffsetChecker.run(ImageryOffsetWatcher.java:243)
1635 at java.util.TimerThread.mainLoop(Timer.java:555)
1636 at java.util.TimerThread.run(Timer.java:505)
1637DEBUG: missed tile: Tile 8/124/86@OpenStreetMap (Mapnik)
1638DEBUG: missed tile: Tile 8/124/87@OpenStreetMap (Mapnik)
1639DEBUG: missed tile: Tile 8/124/88@OpenStreetMap (Mapnik)
1640DEBUG: missed tile: Tile 8/125/86@OpenStreetMap (Mapnik)
1641DEBUG: missed tile: Tile 8/125/87@OpenStreetMap (Mapnik)
1642DEBUG: missed tile: Tile 8/125/88@OpenStreetMap (Mapnik)
1643DEBUG: missed tile: Tile 8/126/86@OpenStreetMap (Mapnik)
1644DEBUG: missed tile: Tile 8/126/87@OpenStreetMap (Mapnik)
1645DEBUG: missed tile: Tile 8/126/88@OpenStreetMap (Mapnik)
1646DEBUG: missed tile: Tile 8/127/86@OpenStreetMap (Mapnik)
1647DEBUG: missed tile: Tile 8/127/87@OpenStreetMap (Mapnik)
1648DEBUG: missed tile: Tile 8/127/88@OpenStreetMap (Mapnik)
1649DEBUG: still missed 12 in the end
1650INFO: Opened database file successfully: C:\Users\Vincent\AppData\Local\Temp\JMapViewerTiles_Vincent\tiles_OpenStreetMap_(Mapnik)
1651DEBUG: tileLoadingFinished() tile: Tile 8/124/88@OpenStreetMap (Mapnik) success: true
1652DEBUG: missed tile: Tile 8/124/86@OpenStreetMap (Mapnik)
1653DEBUG: missed tile: Tile 8/124/87@OpenStreetMap (Mapnik)
1654DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1655DEBUG: missed tile: Tile 8/125/86@OpenStreetMap (Mapnik)
1656DEBUG: missed tile: Tile 8/125/87@OpenStreetMap (Mapnik)
1657DEBUG: missed tile: Tile 8/125/88@OpenStreetMap (Mapnik)
1658DEBUG: missed tile: Tile 8/126/86@OpenStreetMap (Mapnik)
1659DEBUG: missed tile: Tile 8/126/87@OpenStreetMap (Mapnik)
1660DEBUG: missed tile: Tile 8/126/88@OpenStreetMap (Mapnik)
1661DEBUG: missed tile: Tile 8/127/86@OpenStreetMap (Mapnik)
1662DEBUG: missed tile: Tile 8/127/87@OpenStreetMap (Mapnik)
1663DEBUG: missed tile: Tile 8/127/88@OpenStreetMap (Mapnik)
1664DEBUG: still missed 11 in the end
1665DEBUG: tileLoadingFinished() tile: Tile 8/124/87@OpenStreetMap (Mapnik) success: true
1666DEBUG: tileLoadingFinished() tile: Tile 8/126/87@OpenStreetMap (Mapnik) success: true
1667DEBUG: tileLoadingFinished() tile: Tile 8/127/87@OpenStreetMap (Mapnik) success: true
1668DEBUG: tileLoadingFinished() tile: Tile 8/124/86@OpenStreetMap (Mapnik) success: true
1669DEBUG: tileLoadingFinished() tile: Tile 8/125/86@OpenStreetMap (Mapnik) success: true
1670DEBUG: tileLoadingFinished() tile: Tile 8/127/86@OpenStreetMap (Mapnik) success: true
1671DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1672DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1673DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1674DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-345,width=511,height=509]
1675DEBUG: missed tile: Tile 8/125/87@OpenStreetMap (Mapnik)
1676DEBUG: missed tile: Tile 8/125/88@OpenStreetMap (Mapnik)
1677DEBUG: missed tile: Tile 8/126/86@OpenStreetMap (Mapnik)
1678DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=510,height=510]
1679DEBUG: missed tile: Tile 8/126/88@OpenStreetMap (Mapnik)
1680DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1681DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1682DEBUG: missed tile: Tile 8/127/88@OpenStreetMap (Mapnik)
1683DEBUG: still missed 5 in the end
1684DEBUG: tileLoadingFinished() tile: Tile 8/125/87@OpenStreetMap (Mapnik) success: true
1685DEBUG: tileLoadingFinished() tile: Tile 8/126/86@OpenStreetMap (Mapnik) success: true
1686DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1687DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1688DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1689DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-345,width=511,height=509]
1690DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=511,height=510]
1691DEBUG: missed tile: Tile 8/125/88@OpenStreetMap (Mapnik)
1692DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-345,width=510,height=509]
1693DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=510,height=510]
1694DEBUG: missed tile: Tile 8/126/88@OpenStreetMap (Mapnik)
1695DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1696DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1697DEBUG: missed tile: Tile 8/127/88@OpenStreetMap (Mapnik)
1698DEBUG: still missed 3 in the end
1699DEBUG: tileLoadingFinished() tile: Tile 8/125/88@OpenStreetMap (Mapnik) success: true
1700DEBUG: tileLoadingFinished() tile: Tile 8/127/88@OpenStreetMap (Mapnik) success: true
1701DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1702DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1703DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1704DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-345,width=511,height=509]
1705DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=511,height=510]
1706DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=511,height=511]
1707DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-345,width=510,height=509]
1708DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=510,height=510]
1709DEBUG: missed tile: Tile 8/126/88@OpenStreetMap (Mapnik)
1710DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1711DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1712DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=510,height=511]
1713DEBUG: still missed 1 in the end
1714DEBUG: tileLoadingFinished() tile: Tile 8/126/88@OpenStreetMap (Mapnik) success: true
1715DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1716DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1717DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1718DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-345,width=511,height=509]
1719DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=511,height=510]
1720DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=511,height=511]
1721DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-345,width=510,height=509]
1722DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=510,height=510]
1723DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=510,height=511]
1724DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1725DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1726DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=510,height=511]
1727DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=-345,width=509,height=509]
1728DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=164,width=509,height=510]
1729DEBUG: drawing image into target rect: java.awt.Rectangle[x=-380,y=674,width=509,height=511]
1730DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=-345,width=511,height=509]
1731DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=164,width=511,height=510]
1732DEBUG: drawing image into target rect: java.awt.Rectangle[x=129,y=674,width=511,height=511]
1733DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=-345,width=510,height=509]
1734DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=164,width=510,height=510]
1735DEBUG: drawing image into target rect: java.awt.Rectangle[x=640,y=674,width=510,height=511]
1736DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=-345,width=510,height=509]
1737DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=164,width=510,height=510]
1738DEBUG: drawing image into target rect: java.awt.Rectangle[x=1150,y=674,width=510,height=511]
1739DEBUG: zoomChanged(): 9
1740DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-704,width=721,height=720]
1741DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1742DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1743DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
1744DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1745DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1746DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-704,width=721,height=720]
1747DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=721,height=722]
1748DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=721,height=721]
1749DEBUG: tileLoadingFinished() tile: Tile 9/250/174@OpenStreetMap (Mapnik) success: true
1750DEBUG: tileLoadingFinished() tile: Tile 9/250/173@OpenStreetMap (Mapnik) success: true
1751DEBUG: tileLoadingFinished() tile: Tile 9/250/175@OpenStreetMap (Mapnik) success: true
1752DEBUG: tileLoadingFinished() tile: Tile 9/252/174@OpenStreetMap (Mapnik) success: true
1753DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
1754DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
1755DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
1756DEBUG: missed tile: Tile 9/250/176@OpenStreetMap (Mapnik)
1757DEBUG: missed tile: Tile 9/251/173@OpenStreetMap (Mapnik)
1758DEBUG: missed tile: Tile 9/251/174@OpenStreetMap (Mapnik)
1759DEBUG: missed tile: Tile 9/251/175@OpenStreetMap (Mapnik)
1760DEBUG: missed tile: Tile 9/251/176@OpenStreetMap (Mapnik)
1761DEBUG: missed tile: Tile 9/252/173@OpenStreetMap (Mapnik)
1762DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
1763DEBUG: missed tile: Tile 9/252/175@OpenStreetMap (Mapnik)
1764DEBUG: missed tile: Tile 9/252/176@OpenStreetMap (Mapnik)
1765DEBUG: missed tile: Tile 9/253/173@OpenStreetMap (Mapnik)
1766DEBUG: missed tile: Tile 9/253/174@OpenStreetMap (Mapnik)
1767DEBUG: missed tile: Tile 9/253/175@OpenStreetMap (Mapnik)
1768DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
1769DEBUG: missed tile: Tile 9/254/173@OpenStreetMap (Mapnik)
1770DEBUG: missed tile: Tile 9/254/174@OpenStreetMap (Mapnik)
1771DEBUG: missed tile: Tile 9/254/175@OpenStreetMap (Mapnik)
1772DEBUG: missed tile: Tile 9/254/176@OpenStreetMap (Mapnik)
1773DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1774border: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1775intersection: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1776DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1777DEBUG: source: java.awt.Rectangle[x=-198,y=-704,width=721,height=720]
1778border: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1779intersection: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1780DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1781DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1782border: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1783intersection: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1784DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1785DEBUG: tileLoadingFinished() tile: Tile 9/254/174@OpenStreetMap (Mapnik) success: true
1786DEBUG: tileLoadingFinished() tile: Tile 9/251/173@OpenStreetMap (Mapnik) success: true
1787DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1788border: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1789intersection: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1790DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1791DEBUG: tileLoadingFinished() tile: Tile 9/254/173@OpenStreetMap (Mapnik) success: true
1792DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1793border: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1794intersection: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1795DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1796DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
1797border: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1798intersection: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1799DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1800DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1801border: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1802intersection: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1803DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1804DEBUG: tileLoadingFinished() tile: Tile 9/252/173@OpenStreetMap (Mapnik) success: true
1805DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1806border: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1807intersection: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1808DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1809DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
1810border: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1811intersection: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1812DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1813DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1814border: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1815intersection: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1816DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1817DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1818border: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1819intersection: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1820DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1821DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1822border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1823intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1824DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1825DEBUG: source: java.awt.Rectangle[x=1245,y=-704,width=721,height=720]
1826border: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1827intersection: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1828DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1829DEBUG: source: java.awt.Rectangle[x=1245,y=16,width=721,height=722]
1830border: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1831intersection: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1832DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1833DEBUG: source: java.awt.Rectangle[x=1245,y=16,width=721,height=722]
1834border: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1835intersection: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1836DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1837DEBUG: source: java.awt.Rectangle[x=1245,y=738,width=721,height=721]
1838border: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1839intersection: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1840DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1841DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
1842DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
1843DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
1844DEBUG: missed tile: Tile 9/250/176@OpenStreetMap (Mapnik)
1845DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1846DEBUG: missed tile: Tile 9/251/174@OpenStreetMap (Mapnik)
1847DEBUG: missed tile: Tile 9/251/175@OpenStreetMap (Mapnik)
1848DEBUG: missed tile: Tile 9/251/176@OpenStreetMap (Mapnik)
1849DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1850DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
1851DEBUG: missed tile: Tile 9/252/175@OpenStreetMap (Mapnik)
1852DEBUG: missed tile: Tile 9/252/176@OpenStreetMap (Mapnik)
1853DEBUG: missed tile: Tile 9/253/173@OpenStreetMap (Mapnik)
1854DEBUG: missed tile: Tile 9/253/174@OpenStreetMap (Mapnik)
1855DEBUG: missed tile: Tile 9/253/175@OpenStreetMap (Mapnik)
1856DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
1857DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1858DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1859DEBUG: missed tile: Tile 9/254/175@OpenStreetMap (Mapnik)
1860DEBUG: missed tile: Tile 9/254/176@OpenStreetMap (Mapnik)
1861DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1862border: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1863intersection: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1864DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1865DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1866border: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1867intersection: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1868DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1869DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1870border: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1871intersection: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1872DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1873DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1874border: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1875intersection: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1876DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1877DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1878border: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1879intersection: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1880DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1881DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1882border: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1883intersection: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1884DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1885DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
1886border: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1887intersection: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1888DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1889DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1890border: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1891intersection: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1892DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1893DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1894border: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1895intersection: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1896DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1897DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1898border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1899intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1900DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1901DEBUG: source: java.awt.Rectangle[x=1245,y=16,width=721,height=722]
1902border: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1903intersection: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1904DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1905DEBUG: source: java.awt.Rectangle[x=1245,y=738,width=721,height=721]
1906border: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1907intersection: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1908DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1909DEBUG: tileLoadingFinished() tile: Tile 9/254/175@OpenStreetMap (Mapnik) success: true
1910DEBUG: tileLoadingFinished() tile: Tile 9/254/176@OpenStreetMap (Mapnik) success: true
1911DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
1912DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
1913DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
1914DEBUG: missed tile: Tile 9/250/176@OpenStreetMap (Mapnik)
1915DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1916DEBUG: missed tile: Tile 9/251/174@OpenStreetMap (Mapnik)
1917DEBUG: missed tile: Tile 9/251/175@OpenStreetMap (Mapnik)
1918DEBUG: missed tile: Tile 9/251/176@OpenStreetMap (Mapnik)
1919DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1920DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
1921DEBUG: missed tile: Tile 9/252/175@OpenStreetMap (Mapnik)
1922DEBUG: missed tile: Tile 9/252/176@OpenStreetMap (Mapnik)
1923DEBUG: missed tile: Tile 9/253/173@OpenStreetMap (Mapnik)
1924DEBUG: missed tile: Tile 9/253/174@OpenStreetMap (Mapnik)
1925DEBUG: missed tile: Tile 9/253/175@OpenStreetMap (Mapnik)
1926DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
1927DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1928DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1929DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1930DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1931DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1932border: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1933intersection: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1934DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1935DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1936border: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1937intersection: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1938DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1939DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1940border: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1941intersection: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1942DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
1943DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1944border: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1945intersection: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1946DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
1947DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1948border: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1949intersection: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1950DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
1951DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1952border: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1953intersection: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1954DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
1955DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
1956border: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1957intersection: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1958DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
1959DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1960border: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1961intersection: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1962DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
1963DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
1964border: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1965intersection: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1966DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
1967DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
1968border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1969intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1970DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
1971DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
1972DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
1973DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
1974DEBUG: missed tile: Tile 9/250/176@OpenStreetMap (Mapnik)
1975DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
1976DEBUG: missed tile: Tile 9/251/174@OpenStreetMap (Mapnik)
1977DEBUG: missed tile: Tile 9/251/175@OpenStreetMap (Mapnik)
1978DEBUG: missed tile: Tile 9/251/176@OpenStreetMap (Mapnik)
1979DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
1980DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
1981DEBUG: missed tile: Tile 9/252/175@OpenStreetMap (Mapnik)
1982DEBUG: missed tile: Tile 9/252/176@OpenStreetMap (Mapnik)
1983DEBUG: missed tile: Tile 9/253/173@OpenStreetMap (Mapnik)
1984DEBUG: missed tile: Tile 9/253/174@OpenStreetMap (Mapnik)
1985DEBUG: missed tile: Tile 9/253/175@OpenStreetMap (Mapnik)
1986DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
1987DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
1988DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
1989DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
1990DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
1991DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
1992border: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1993intersection: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1994DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
1995DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
1996border: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1997intersection: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1998DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
1999DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
2000border: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2001intersection: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2002DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2003DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
2004border: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2005intersection: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2006DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2007DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2008border: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2009intersection: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2010DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2011DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
2012border: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2013intersection: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2014DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2015DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
2016border: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2017intersection: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2018DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2019DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2020border: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2021intersection: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2022DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2023DEBUG: tileLoadingFinished() tile: Tile 9/251/175@OpenStreetMap (Mapnik) success: true
2024DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2025border: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2026intersection: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2027DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2028DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
2029border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2030intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2031DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2032DEBUG: tileLoadingFinished() tile: Tile 9/252/176@OpenStreetMap (Mapnik) success: true
2033DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
2034DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
2035DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
2036DEBUG: missed tile: Tile 9/250/176@OpenStreetMap (Mapnik)
2037DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
2038DEBUG: missed tile: Tile 9/251/174@OpenStreetMap (Mapnik)
2039DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2040DEBUG: missed tile: Tile 9/251/176@OpenStreetMap (Mapnik)
2041DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
2042DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
2043DEBUG: missed tile: Tile 9/252/175@OpenStreetMap (Mapnik)
2044DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2045DEBUG: missed tile: Tile 9/253/173@OpenStreetMap (Mapnik)
2046DEBUG: missed tile: Tile 9/253/174@OpenStreetMap (Mapnik)
2047DEBUG: missed tile: Tile 9/253/175@OpenStreetMap (Mapnik)
2048DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
2049DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
2050DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
2051DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
2052DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
2053DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
2054border: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2055intersection: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2056DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2057DEBUG: source: java.awt.Rectangle[x=-198,y=16,width=721,height=722]
2058border: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2059intersection: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2060DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2061DEBUG: source: java.awt.Rectangle[x=-198,y=738,width=721,height=721]
2062border: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2063intersection: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2064DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2065DEBUG: tileLoadingFinished() tile: Tile 9/253/173@OpenStreetMap (Mapnik) success: true
2066DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2067border: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2068intersection: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2069DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2070DEBUG: tileLoadingFinished() tile: Tile 9/251/174@OpenStreetMap (Mapnik) success: true
2071DEBUG: source: java.awt.Rectangle[x=523,y=-704,width=722,height=720]
2072border: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2073intersection: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2074DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2075DEBUG: tileLoadingFinished() tile: Tile 9/252/175@OpenStreetMap (Mapnik) success: true
2076DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2077border: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2078intersection: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2079DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2080DEBUG: source: java.awt.Rectangle[x=523,y=16,width=722,height=722]
2081border: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2082intersection: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2083DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2084DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
2085border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2086intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2087DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2088DEBUG: tileLoadingFinished() tile: Tile 9/250/176@OpenStreetMap (Mapnik) success: true
2089DEBUG: tileLoadingFinished() tile: Tile 9/253/175@OpenStreetMap (Mapnik) success: true
2090DEBUG: tileLoadingFinished() tile: Tile 9/253/174@OpenStreetMap (Mapnik) success: true
2091DEBUG: tileLoadingFinished() tile: Tile 9/251/176@OpenStreetMap (Mapnik) success: true
2092DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
2093DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
2094DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
2095DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2096DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
2097DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2098DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2099DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2100DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
2101DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
2102DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2103DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2104DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2105DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2106DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2107DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
2108DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
2109DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
2110DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
2111DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
2112DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
2113border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2114intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2115DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2116DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
2117DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
2118DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
2119DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2120DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
2121DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2122DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2123DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2124DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
2125DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
2126DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2127DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2128DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2129DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2130DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2131DEBUG: missed tile: Tile 9/253/176@OpenStreetMap (Mapnik)
2132DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
2133DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
2134DEBUG: tileLoadingFinished() tile: Tile 9/253/176@OpenStreetMap (Mapnik) success: true
2135DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
2136DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
2137DEBUG: source: java.awt.Rectangle[x=523,y=738,width=722,height=721]
2138border: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2139intersection: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2140DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2141DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=-344,width=360,height=360]
2142DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=16,width=360,height=361]
2143DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=377,width=360,height=361]
2144DEBUG: drawing image into target rect: java.awt.Rectangle[x=-198,y=738,width=360,height=360]
2145DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=-344,width=361,height=360]
2146DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=16,width=361,height=361]
2147DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=377,width=361,height=361]
2148DEBUG: drawing image into target rect: java.awt.Rectangle[x=162,y=738,width=361,height=360]
2149DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-344,width=361,height=360]
2150DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=16,width=361,height=361]
2151DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=377,width=361,height=361]
2152DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=738,width=361,height=360]
2153DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=-344,width=361,height=360]
2154DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=16,width=361,height=361]
2155DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=377,width=361,height=361]
2156DEBUG: drawing image into target rect: java.awt.Rectangle[x=884,y=738,width=361,height=360]
2157DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=-344,width=360,height=360]
2158DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=16,width=360,height=361]
2159DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=377,width=360,height=361]
2160DEBUG: drawing image into target rect: java.awt.Rectangle[x=1245,y=738,width=360,height=360]
2161DEBUG: drawing image into target rect: java.awt.Rectangle[x=-171,y=-287,width=509,height=509]
2162DEBUG: drawing image into target rect: java.awt.Rectangle[x=-171,y=222,width=509,height=511]
2163DEBUG: drawing image into target rect: java.awt.Rectangle[x=-171,y=733,width=509,height=510]
2164DEBUG: drawing image into target rect: java.awt.Rectangle[x=338,y=-287,width=511,height=509]
2165DEBUG: drawing image into target rect: java.awt.Rectangle[x=338,y=222,width=511,height=511]
2166DEBUG: drawing image into target rect: java.awt.Rectangle[x=338,y=733,width=511,height=510]
2167DEBUG: drawing image into target rect: java.awt.Rectangle[x=849,y=-287,width=510,height=509]
2168DEBUG: drawing image into target rect: java.awt.Rectangle[x=849,y=222,width=510,height=511]
2169DEBUG: drawing image into target rect: java.awt.Rectangle[x=849,y=733,width=510,height=510]
2170DEBUG: drawing image into target rect: java.awt.Rectangle[x=1359,y=-287,width=510,height=509]
2171DEBUG: drawing image into target rect: java.awt.Rectangle[x=1359,y=222,width=510,height=511]
2172DEBUG: drawing image into target rect: java.awt.Rectangle[x=1359,y=733,width=510,height=510]
2173DEBUG: zoomChanged(): 10
2174DEBUG: drawing image into target rect: java.awt.Rectangle[x=-645,y=-717,width=721,height=721]
2175DEBUG: drawing image into target rect: java.awt.Rectangle[x=-645,y=4,width=721,height=721]
2176DEBUG: drawing image into target rect: java.awt.Rectangle[x=-645,y=725,width=721,height=722]
2177DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-717,width=721,height=721]
2178DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2179DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2180DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2181DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2182DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2183DEBUG: tileLoadingFinished() tile: Tile 10/504/351@OpenStreetMap (Mapnik) success: true
2184DEBUG: tileLoadingFinished() tile: Tile 10/503/350@OpenStreetMap (Mapnik) success: true
2185DEBUG: tileLoadingFinished() tile: Tile 10/504/352@OpenStreetMap (Mapnik) success: true
2186DEBUG: tileLoadingFinished() tile: Tile 10/504/350@OpenStreetMap (Mapnik) success: true
2187DEBUG: tileLoadingFinished() tile: Tile 10/504/349@OpenStreetMap (Mapnik) success: true
2188DEBUG: tileLoadingFinished() tile: Tile 10/505/349@OpenStreetMap (Mapnik) success: true
2189DEBUG: missed tile: Tile 10/503/349@OpenStreetMap (Mapnik)
2190DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2191DEBUG: missed tile: Tile 10/503/351@OpenStreetMap (Mapnik)
2192DEBUG: missed tile: Tile 10/503/352@OpenStreetMap (Mapnik)
2193DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2194DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2195DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2196DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2197DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2198DEBUG: missed tile: Tile 10/505/350@OpenStreetMap (Mapnik)
2199DEBUG: missed tile: Tile 10/505/351@OpenStreetMap (Mapnik)
2200DEBUG: missed tile: Tile 10/505/352@OpenStreetMap (Mapnik)
2201DEBUG: missed tile: Tile 10/506/349@OpenStreetMap (Mapnik)
2202DEBUG: missed tile: Tile 10/506/350@OpenStreetMap (Mapnik)
2203DEBUG: missed tile: Tile 10/506/351@OpenStreetMap (Mapnik)
2204DEBUG: missed tile: Tile 10/506/352@OpenStreetMap (Mapnik)
2205DEBUG: missed tile: Tile 10/507/349@OpenStreetMap (Mapnik)
2206DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2207DEBUG: missed tile: Tile 10/507/351@OpenStreetMap (Mapnik)
2208DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2209DEBUG: source: java.awt.Rectangle[x=-645,y=-717,width=721,height=721]
2210border: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2211intersection: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2212DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2213DEBUG: source: java.awt.Rectangle[x=-645,y=4,width=721,height=721]
2214border: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2215intersection: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2216DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2217DEBUG: source: java.awt.Rectangle[x=-645,y=725,width=721,height=722]
2218border: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2219intersection: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2220DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2221DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2222border: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2223intersection: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2224DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2225DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2226border: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2227intersection: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2228DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2229DEBUG: source: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2230border: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2231intersection: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2232DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2233DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2234border: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2235intersection: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2236DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2237DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2238border: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2239intersection: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2240DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2241DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2242border: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2243intersection: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2244DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2245DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2246border: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2247intersection: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2248DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2249DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2250border: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2251intersection: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2252DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2253DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2254border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2255intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2256DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2257DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2258border: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2259intersection: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2260DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2261DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2262border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2263intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2264DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2265DEBUG: tileLoadingFinished() tile: Tile 10/506/352@OpenStreetMap (Mapnik) success: true
2266DEBUG: tileLoadingFinished() tile: Tile 10/503/351@OpenStreetMap (Mapnik) success: true
2267DEBUG: tileLoadingFinished() tile: Tile 10/503/349@OpenStreetMap (Mapnik) success: true
2268DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2269DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2270DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2271DEBUG: missed tile: Tile 10/503/352@OpenStreetMap (Mapnik)
2272DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2273DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2274DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2275DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2276DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2277DEBUG: missed tile: Tile 10/505/350@OpenStreetMap (Mapnik)
2278DEBUG: missed tile: Tile 10/505/351@OpenStreetMap (Mapnik)
2279DEBUG: missed tile: Tile 10/505/352@OpenStreetMap (Mapnik)
2280DEBUG: missed tile: Tile 10/506/349@OpenStreetMap (Mapnik)
2281DEBUG: missed tile: Tile 10/506/350@OpenStreetMap (Mapnik)
2282DEBUG: missed tile: Tile 10/506/351@OpenStreetMap (Mapnik)
2283DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2284DEBUG: missed tile: Tile 10/507/349@OpenStreetMap (Mapnik)
2285DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2286DEBUG: missed tile: Tile 10/507/351@OpenStreetMap (Mapnik)
2287DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2288DEBUG: source: java.awt.Rectangle[x=-645,y=725,width=721,height=722]
2289border: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2290intersection: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2291DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2292DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2293border: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2294intersection: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2295DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2296DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2297border: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2298intersection: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2299DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2300DEBUG: source: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2301border: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2302intersection: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2303DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2304DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2305border: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2306intersection: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2307DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2308DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2309border: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2310intersection: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2311DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2312DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2313border: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2314intersection: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2315DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2316DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2317border: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2318intersection: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2319DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2320DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2321border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2322intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2323DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2324DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2325border: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2326intersection: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2327DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2328DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2329border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2330intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2331DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2332DEBUG: tileLoadingFinished() tile: Tile 10/507/351@OpenStreetMap (Mapnik) success: true
2333DEBUG: tileLoadingFinished() tile: Tile 10/503/352@OpenStreetMap (Mapnik) success: true
2334DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2335DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2336DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2337DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2338DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2339DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2340DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2341DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2342DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2343DEBUG: missed tile: Tile 10/505/350@OpenStreetMap (Mapnik)
2344DEBUG: missed tile: Tile 10/505/351@OpenStreetMap (Mapnik)
2345DEBUG: missed tile: Tile 10/505/352@OpenStreetMap (Mapnik)
2346DEBUG: missed tile: Tile 10/506/349@OpenStreetMap (Mapnik)
2347DEBUG: missed tile: Tile 10/506/350@OpenStreetMap (Mapnik)
2348DEBUG: missed tile: Tile 10/506/351@OpenStreetMap (Mapnik)
2349DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2350DEBUG: missed tile: Tile 10/507/349@OpenStreetMap (Mapnik)
2351DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2352DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2353DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2354DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2355border: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2356intersection: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2357DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2358DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2359border: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2360intersection: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2361DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2362DEBUG: source: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2363border: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2364intersection: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2365DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2366DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2367border: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2368intersection: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2369DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2370DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2371border: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2372intersection: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2373DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2374DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2375border: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2376intersection: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2377DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2378DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2379border: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2380intersection: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2381DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2382DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2383border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2384intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2385DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2386DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2387border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2388intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2389DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2390DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2391DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2392DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2393DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2394DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2395DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2396DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2397DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2398DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2399DEBUG: missed tile: Tile 10/505/350@OpenStreetMap (Mapnik)
2400DEBUG: missed tile: Tile 10/505/351@OpenStreetMap (Mapnik)
2401DEBUG: missed tile: Tile 10/505/352@OpenStreetMap (Mapnik)
2402DEBUG: missed tile: Tile 10/506/349@OpenStreetMap (Mapnik)
2403DEBUG: missed tile: Tile 10/506/350@OpenStreetMap (Mapnik)
2404DEBUG: missed tile: Tile 10/506/351@OpenStreetMap (Mapnik)
2405DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2406DEBUG: missed tile: Tile 10/507/349@OpenStreetMap (Mapnik)
2407DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2408DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2409DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2410DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2411border: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2412intersection: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2413DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2414DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2415border: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2416intersection: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2417DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2418DEBUG: source: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2419border: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2420intersection: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2421DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2422DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2423border: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2424intersection: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2425DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2426DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2427border: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2428intersection: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2429DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2430DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2431border: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2432intersection: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2433DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2434DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2435border: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2436intersection: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2437DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2438DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2439border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2440intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2441DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2442DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2443border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2444intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2445DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2446DEBUG: tileLoadingFinished() tile: Tile 10/507/349@OpenStreetMap (Mapnik) success: true
2447DEBUG: tileLoadingFinished() tile: Tile 10/506/351@OpenStreetMap (Mapnik) success: true
2448DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2449DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2450DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2451DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2452DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2453DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2454DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2455DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2456DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2457DEBUG: missed tile: Tile 10/505/350@OpenStreetMap (Mapnik)
2458DEBUG: missed tile: Tile 10/505/351@OpenStreetMap (Mapnik)
2459DEBUG: missed tile: Tile 10/505/352@OpenStreetMap (Mapnik)
2460DEBUG: missed tile: Tile 10/506/349@OpenStreetMap (Mapnik)
2461DEBUG: missed tile: Tile 10/506/350@OpenStreetMap (Mapnik)
2462DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2463DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2464DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2465DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2466DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2467DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2468DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2469border: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2470intersection: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2471DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2472DEBUG: source: java.awt.Rectangle[x=76,y=4,width=721,height=721]
2473border: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2474intersection: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2475DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2476DEBUG: source: java.awt.Rectangle[x=76,y=725,width=721,height=722]
2477border: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2478intersection: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2479DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2480DEBUG: source: java.awt.Rectangle[x=797,y=-717,width=722,height=721]
2481border: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2482intersection: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2483DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2484DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2485border: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2486intersection: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2487DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2488DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2489border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2490intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2491DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2492DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2493border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2494intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2495DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2496DEBUG: tileLoadingFinished() tile: Tile 10/506/349@OpenStreetMap (Mapnik) success: true
2497DEBUG: tileLoadingFinished() tile: Tile 10/506/350@OpenStreetMap (Mapnik) success: true
2498DEBUG: tileLoadingFinished() tile: Tile 10/505/352@OpenStreetMap (Mapnik) success: true
2499DEBUG: tileLoadingFinished() tile: Tile 10/505/351@OpenStreetMap (Mapnik) success: true
2500DEBUG: tileLoadingFinished() tile: Tile 10/505/350@OpenStreetMap (Mapnik) success: true
2501DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2502DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2503DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2504DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2505DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2506DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2507DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2508DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2509DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2510DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2511DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2512DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2513DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2514DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2515DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2516DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2517DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2518DEBUG: missed tile: Tile 10/507/350@OpenStreetMap (Mapnik)
2519DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2520DEBUG: missed tile: Tile 10/507/352@OpenStreetMap (Mapnik)
2521DEBUG: source: java.awt.Rectangle[x=797,y=4,width=722,height=721]
2522border: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2523intersection: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2524DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2525DEBUG: source: java.awt.Rectangle[x=797,y=725,width=722,height=722]
2526border: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2527intersection: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2528DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2529DEBUG: tileLoadingFinished() tile: Tile 10/507/352@OpenStreetMap (Mapnik) success: true
2530DEBUG: tileLoadingFinished() tile: Tile 10/507/350@OpenStreetMap (Mapnik) success: true
2531DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2532DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2533DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2534DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2535DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2536DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2537DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2538DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2539DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2540DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2541DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2542DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2543DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2544DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2545DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2546DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2547DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2548DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2549DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2550DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2551DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-356,width=360,height=360]
2552DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=4,width=360,height=360]
2553DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=364,width=360,height=361]
2554DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=725,width=360,height=361]
2555DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-356,width=361,height=360]
2556DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=4,width=361,height=360]
2557DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=364,width=361,height=361]
2558DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=725,width=361,height=361]
2559DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-356,width=360,height=360]
2560DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=4,width=360,height=360]
2561DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=364,width=360,height=361]
2562DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=725,width=360,height=361]
2563DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=-356,width=361,height=360]
2564DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=4,width=361,height=360]
2565DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=364,width=361,height=361]
2566DEBUG: drawing image into target rect: java.awt.Rectangle[x=797,y=725,width=361,height=361]
2567DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-356,width=361,height=360]
2568DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=4,width=361,height=360]
2569DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=364,width=361,height=361]
2570DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=725,width=361,height=361]
2571DEBUG: drawing image into target rect: java.awt.Rectangle[x=-295,y=-304,width=509,height=509]
2572DEBUG: drawing image into target rect: java.awt.Rectangle[x=-295,y=205,width=509,height=510]
2573DEBUG: drawing image into target rect: java.awt.Rectangle[x=-295,y=715,width=509,height=511]
2574DEBUG: drawing image into target rect: java.awt.Rectangle[x=214,y=-304,width=510,height=509]
2575DEBUG: drawing image into target rect: java.awt.Rectangle[x=214,y=205,width=510,height=510]
2576DEBUG: drawing image into target rect: java.awt.Rectangle[x=214,y=715,width=510,height=511]
2577DEBUG: drawing image into target rect: java.awt.Rectangle[x=724,y=-304,width=510,height=509]
2578DEBUG: drawing image into target rect: java.awt.Rectangle[x=724,y=205,width=510,height=510]
2579DEBUG: drawing image into target rect: java.awt.Rectangle[x=724,y=715,width=510,height=511]
2580DEBUG: drawing image into target rect: java.awt.Rectangle[x=1234,y=-304,width=511,height=509]
2581DEBUG: drawing image into target rect: java.awt.Rectangle[x=1234,y=205,width=511,height=510]
2582DEBUG: drawing image into target rect: java.awt.Rectangle[x=1234,y=715,width=511,height=511]
2583DEBUG: zoomChanged(): 11
2584DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=721,height=721]
2585DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=721,height=721]
2586DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=721,height=721]
2587DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2588DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=722,height=721]
2589DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=722,height=721]
2590DEBUG: tileLoadingFinished() tile: Tile 11/1014/704@OpenStreetMap (Mapnik) success: true
2591DEBUG: tileLoadingFinished() tile: Tile 11/1014/703@OpenStreetMap (Mapnik) success: true
2592DEBUG: tileLoadingFinished() tile: Tile 11/1012/703@OpenStreetMap (Mapnik) success: true
2593DEBUG: tileLoadingFinished() tile: Tile 11/1010/702@OpenStreetMap (Mapnik) success: true
2594DEBUG: tileLoadingFinished() tile: Tile 11/1013/702@OpenStreetMap (Mapnik) success: true
2595DEBUG: tileLoadingFinished() tile: Tile 11/1010/703@OpenStreetMap (Mapnik) success: true
2596DEBUG: tileLoadingFinished() tile: Tile 11/1014/702@OpenStreetMap (Mapnik) success: true
2597DEBUG: tileLoadingFinished() tile: Tile 11/1011/702@OpenStreetMap (Mapnik) success: true
2598DEBUG: tileLoadingFinished() tile: Tile 11/1011/704@OpenStreetMap (Mapnik) success: true
2599DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=360,height=360]
2600DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=341,width=360,height=361]
2601DEBUG: missed tile: Tile 11/1010/704@OpenStreetMap (Mapnik)
2602DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-19,width=361,height=360]
2603DEBUG: missed tile: Tile 11/1011/703@OpenStreetMap (Mapnik)
2604DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=702,width=361,height=360]
2605DEBUG: missed tile: Tile 11/1012/702@OpenStreetMap (Mapnik)
2606DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=341,width=360,height=361]
2607DEBUG: missed tile: Tile 11/1012/704@OpenStreetMap (Mapnik)
2608DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-19,width=361,height=360]
2609DEBUG: tileLoadingFinished() tile: Tile 11/1010/704@OpenStreetMap (Mapnik) success: true
2610DEBUG: missed tile: Tile 11/1013/703@OpenStreetMap (Mapnik)
2611DEBUG: missed tile: Tile 11/1013/704@OpenStreetMap (Mapnik)
2612DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=361,height=360]
2613DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=341,width=361,height=361]
2614DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=361,height=360]
2615DEBUG: source: java.awt.Rectangle[x=-100,y=702,width=721,height=721]
2616border: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2617intersection: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2618DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2619DEBUG: source: java.awt.Rectangle[x=-100,y=-19,width=721,height=721]
2620border: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2621intersection: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2622DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2623DEBUG: tileLoadingFinished() tile: Tile 11/1011/703@OpenStreetMap (Mapnik) success: true
2624DEBUG: source: java.awt.Rectangle[x=621,y=-19,width=721,height=721]
2625border: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2626intersection: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2627DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2628DEBUG: tileLoadingFinished() tile: Tile 11/1013/704@OpenStreetMap (Mapnik) success: true
2629DEBUG: source: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2630border: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2631intersection: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2632DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2633DEBUG: source: java.awt.Rectangle[x=621,y=-19,width=721,height=721]
2634border: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2635intersection: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2636DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2637DEBUG: source: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2638border: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2639intersection: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2640DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2641DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=360,height=360]
2642DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=341,width=360,height=361]
2643DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2644DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-19,width=361,height=360]
2645DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2646DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=702,width=361,height=360]
2647DEBUG: missed tile: Tile 11/1012/702@OpenStreetMap (Mapnik)
2648DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=341,width=360,height=361]
2649DEBUG: missed tile: Tile 11/1012/704@OpenStreetMap (Mapnik)
2650DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-19,width=361,height=360]
2651DEBUG: missed tile: Tile 11/1013/703@OpenStreetMap (Mapnik)
2652DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2653DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=361,height=360]
2654DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=341,width=361,height=361]
2655DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=361,height=360]
2656DEBUG: source: java.awt.Rectangle[x=621,y=-19,width=721,height=721]
2657border: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2658intersection: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2659DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2660DEBUG: source: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2661border: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2662intersection: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2663DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2664DEBUG: source: java.awt.Rectangle[x=621,y=-19,width=721,height=721]
2665border: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2666intersection: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2667DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2668DEBUG: tileLoadingFinished() tile: Tile 11/1013/703@OpenStreetMap (Mapnik) success: true
2669DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=360,height=360]
2670DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=341,width=360,height=361]
2671DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2672DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-19,width=361,height=360]
2673DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2674DEBUG: tileLoadingFinished() tile: Tile 11/1012/702@OpenStreetMap (Mapnik) success: true
2675DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=702,width=361,height=360]
2676DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2677DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=341,width=360,height=361]
2678DEBUG: missed tile: Tile 11/1012/704@OpenStreetMap (Mapnik)
2679DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-19,width=361,height=360]
2680DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2681DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2682DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=361,height=360]
2683DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=341,width=361,height=361]
2684DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=361,height=360]
2685DEBUG: source: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2686border: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2687intersection: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2688DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2689DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=360,height=360]
2690DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=341,width=360,height=361]
2691DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2692DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-19,width=361,height=360]
2693DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2694DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=702,width=361,height=360]
2695DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2696DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=341,width=360,height=361]
2697DEBUG: missed tile: Tile 11/1012/704@OpenStreetMap (Mapnik)
2698DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-19,width=361,height=360]
2699DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2700DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2701DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=361,height=360]
2702DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=341,width=361,height=361]
2703DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=361,height=360]
2704DEBUG: source: java.awt.Rectangle[x=621,y=702,width=721,height=721]
2705border: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2706intersection: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2707DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2708DEBUG: tileLoadingFinished() tile: Tile 11/1012/704@OpenStreetMap (Mapnik) success: true
2709DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-19,width=360,height=360]
2710DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=341,width=360,height=361]
2711DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=702,width=360,height=360]
2712DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-19,width=361,height=360]
2713DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=341,width=361,height=361]
2714DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=702,width=361,height=360]
2715DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-19,width=360,height=360]
2716DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=341,width=360,height=361]
2717DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=702,width=360,height=360]
2718DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-19,width=361,height=360]
2719DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=341,width=361,height=361]
2720DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=702,width=361,height=360]
2721DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-19,width=361,height=360]
2722DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=341,width=361,height=361]
2723DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=702,width=361,height=360]
2724DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-20,width=360,height=360]
2725DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=340,width=360,height=361]
2726DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=701,width=360,height=360]
2727DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-20,width=361,height=360]
2728DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=340,width=361,height=361]
2729DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=701,width=361,height=360]
2730DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-20,width=360,height=360]
2731DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=340,width=360,height=361]
2732DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=701,width=360,height=360]
2733DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-20,width=361,height=360]
2734DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=340,width=361,height=361]
2735DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=701,width=361,height=360]
2736DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-20,width=361,height=360]
2737DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=340,width=361,height=361]
2738DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=701,width=361,height=360]
2739DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=-23,width=360,height=360]
2740DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=337,width=360,height=361]
2741DEBUG: drawing image into target rect: java.awt.Rectangle[x=-100,y=698,width=360,height=360]
2742DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=-23,width=361,height=360]
2743DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=337,width=361,height=361]
2744DEBUG: drawing image into target rect: java.awt.Rectangle[x=260,y=698,width=361,height=360]
2745DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=-23,width=360,height=360]
2746DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=337,width=360,height=361]
2747DEBUG: drawing image into target rect: java.awt.Rectangle[x=621,y=698,width=360,height=360]
2748DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-23,width=361,height=360]
2749DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=337,width=361,height=361]
2750DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=698,width=361,height=360]
2751DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=-23,width=361,height=360]
2752DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=337,width=361,height=361]
2753DEBUG: drawing image into target rect: java.awt.Rectangle[x=1342,y=698,width=361,height=360]
2754DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=-27,width=360,height=360]
2755DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=333,width=360,height=361]
2756DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=694,width=360,height=360]
2757DEBUG: drawing image into target rect: java.awt.Rectangle[x=261,y=-27,width=361,height=360]
2758DEBUG: drawing image into target rect: java.awt.Rectangle[x=261,y=333,width=361,height=361]
2759DEBUG: drawing image into target rect: java.awt.Rectangle[x=261,y=694,width=361,height=360]
2760DEBUG: drawing image into target rect: java.awt.Rectangle[x=622,y=-27,width=360,height=360]
2761DEBUG: drawing image into target rect: java.awt.Rectangle[x=622,y=333,width=360,height=361]
2762DEBUG: drawing image into target rect: java.awt.Rectangle[x=622,y=694,width=360,height=360]
2763DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=-27,width=361,height=360]
2764DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=333,width=361,height=361]
2765DEBUG: drawing image into target rect: java.awt.Rectangle[x=982,y=694,width=361,height=360]
2766DEBUG: drawing image into target rect: java.awt.Rectangle[x=1343,y=-27,width=361,height=360]
2767DEBUG: drawing image into target rect: java.awt.Rectangle[x=1343,y=333,width=361,height=361]
2768DEBUG: drawing image into target rect: java.awt.Rectangle[x=1343,y=694,width=361,height=360]
2769DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=-32,width=360,height=360]
2770DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=328,width=360,height=361]
2771DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=689,width=360,height=360]
2772DEBUG: drawing image into target rect: java.awt.Rectangle[x=265,y=-32,width=361,height=360]
2773DEBUG: drawing image into target rect: java.awt.Rectangle[x=265,y=328,width=361,height=361]
2774DEBUG: drawing image into target rect: java.awt.Rectangle[x=265,y=689,width=361,height=360]
2775DEBUG: drawing image into target rect: java.awt.Rectangle[x=626,y=-32,width=360,height=360]
2776DEBUG: drawing image into target rect: java.awt.Rectangle[x=626,y=328,width=360,height=361]
2777DEBUG: drawing image into target rect: java.awt.Rectangle[x=626,y=689,width=360,height=360]
2778DEBUG: drawing image into target rect: java.awt.Rectangle[x=986,y=-32,width=361,height=360]
2779DEBUG: drawing image into target rect: java.awt.Rectangle[x=986,y=328,width=361,height=361]
2780DEBUG: drawing image into target rect: java.awt.Rectangle[x=986,y=689,width=361,height=360]
2781DEBUG: drawing image into target rect: java.awt.Rectangle[x=1347,y=-32,width=361,height=360]
2782DEBUG: drawing image into target rect: java.awt.Rectangle[x=1347,y=328,width=361,height=361]
2783DEBUG: drawing image into target rect: java.awt.Rectangle[x=1347,y=689,width=361,height=360]
2784DEBUG: drawing image into target rect: java.awt.Rectangle[x=-87,y=-42,width=360,height=360]
2785DEBUG: drawing image into target rect: java.awt.Rectangle[x=-87,y=318,width=360,height=361]
2786DEBUG: drawing image into target rect: java.awt.Rectangle[x=-87,y=679,width=360,height=360]
2787DEBUG: drawing image into target rect: java.awt.Rectangle[x=273,y=-42,width=361,height=360]
2788DEBUG: drawing image into target rect: java.awt.Rectangle[x=273,y=318,width=361,height=361]
2789DEBUG: drawing image into target rect: java.awt.Rectangle[x=273,y=679,width=361,height=360]
2790DEBUG: drawing image into target rect: java.awt.Rectangle[x=634,y=-42,width=360,height=360]
2791DEBUG: drawing image into target rect: java.awt.Rectangle[x=634,y=318,width=360,height=361]
2792DEBUG: drawing image into target rect: java.awt.Rectangle[x=634,y=679,width=360,height=360]
2793DEBUG: drawing image into target rect: java.awt.Rectangle[x=994,y=-42,width=361,height=360]
2794DEBUG: drawing image into target rect: java.awt.Rectangle[x=994,y=318,width=361,height=361]
2795DEBUG: drawing image into target rect: java.awt.Rectangle[x=994,y=679,width=361,height=360]
2796DEBUG: drawing image into target rect: java.awt.Rectangle[x=1355,y=-42,width=361,height=360]
2797DEBUG: drawing image into target rect: java.awt.Rectangle[x=1355,y=318,width=361,height=361]
2798DEBUG: drawing image into target rect: java.awt.Rectangle[x=1355,y=679,width=361,height=360]
2799DEBUG: drawing image into target rect: java.awt.Rectangle[x=-76,y=-56,width=360,height=360]
2800DEBUG: drawing image into target rect: java.awt.Rectangle[x=-76,y=304,width=360,height=361]
2801DEBUG: drawing image into target rect: java.awt.Rectangle[x=-76,y=665,width=360,height=360]
2802DEBUG: drawing image into target rect: java.awt.Rectangle[x=284,y=-56,width=361,height=360]
2803DEBUG: drawing image into target rect: java.awt.Rectangle[x=284,y=304,width=361,height=361]
2804DEBUG: drawing image into target rect: java.awt.Rectangle[x=284,y=665,width=361,height=360]
2805DEBUG: drawing image into target rect: java.awt.Rectangle[x=645,y=-56,width=360,height=360]
2806DEBUG: drawing image into target rect: java.awt.Rectangle[x=645,y=304,width=360,height=361]
2807DEBUG: drawing image into target rect: java.awt.Rectangle[x=645,y=665,width=360,height=360]
2808DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-56,width=361,height=360]
2809DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=304,width=361,height=361]
2810DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=665,width=361,height=360]
2811DEBUG: drawing image into target rect: java.awt.Rectangle[x=1366,y=-56,width=361,height=360]
2812DEBUG: drawing image into target rect: java.awt.Rectangle[x=1366,y=304,width=361,height=361]
2813DEBUG: drawing image into target rect: java.awt.Rectangle[x=1366,y=665,width=361,height=360]
2814DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=-74,width=360,height=360]
2815DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=286,width=360,height=361]
2816DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=647,width=360,height=360]
2817DEBUG: drawing image into target rect: java.awt.Rectangle[x=298,y=-74,width=361,height=360]
2818DEBUG: drawing image into target rect: java.awt.Rectangle[x=298,y=286,width=361,height=361]
2819DEBUG: drawing image into target rect: java.awt.Rectangle[x=298,y=647,width=361,height=360]
2820DEBUG: drawing image into target rect: java.awt.Rectangle[x=659,y=-74,width=360,height=360]
2821DEBUG: drawing image into target rect: java.awt.Rectangle[x=659,y=286,width=360,height=361]
2822DEBUG: drawing image into target rect: java.awt.Rectangle[x=659,y=647,width=360,height=360]
2823DEBUG: drawing image into target rect: java.awt.Rectangle[x=1019,y=-74,width=361,height=360]
2824DEBUG: drawing image into target rect: java.awt.Rectangle[x=1019,y=286,width=361,height=361]
2825DEBUG: drawing image into target rect: java.awt.Rectangle[x=1019,y=647,width=361,height=360]
2826DEBUG: drawing image into target rect: java.awt.Rectangle[x=1380,y=-74,width=361,height=360]
2827DEBUG: drawing image into target rect: java.awt.Rectangle[x=1380,y=286,width=361,height=361]
2828DEBUG: drawing image into target rect: java.awt.Rectangle[x=1380,y=647,width=361,height=360]
2829DEBUG: drawing image into target rect: java.awt.Rectangle[x=-45,y=-97,width=360,height=360]
2830DEBUG: drawing image into target rect: java.awt.Rectangle[x=-45,y=263,width=360,height=361]
2831DEBUG: drawing image into target rect: java.awt.Rectangle[x=-45,y=624,width=360,height=360]
2832DEBUG: drawing image into target rect: java.awt.Rectangle[x=315,y=-97,width=361,height=360]
2833DEBUG: drawing image into target rect: java.awt.Rectangle[x=315,y=263,width=361,height=361]
2834DEBUG: drawing image into target rect: java.awt.Rectangle[x=315,y=624,width=361,height=360]
2835DEBUG: drawing image into target rect: java.awt.Rectangle[x=676,y=-97,width=360,height=360]
2836DEBUG: drawing image into target rect: java.awt.Rectangle[x=676,y=263,width=360,height=361]
2837DEBUG: drawing image into target rect: java.awt.Rectangle[x=676,y=624,width=360,height=360]
2838DEBUG: drawing image into target rect: java.awt.Rectangle[x=1036,y=-97,width=361,height=360]
2839DEBUG: drawing image into target rect: java.awt.Rectangle[x=1036,y=263,width=361,height=361]
2840DEBUG: drawing image into target rect: java.awt.Rectangle[x=1036,y=624,width=361,height=360]
2841DEBUG: drawing image into target rect: java.awt.Rectangle[x=1397,y=-97,width=361,height=360]
2842DEBUG: drawing image into target rect: java.awt.Rectangle[x=1397,y=263,width=361,height=361]
2843DEBUG: drawing image into target rect: java.awt.Rectangle[x=1397,y=624,width=361,height=360]
2844DEBUG: drawing image into target rect: java.awt.Rectangle[x=-29,y=-120,width=360,height=360]
2845DEBUG: drawing image into target rect: java.awt.Rectangle[x=-29,y=240,width=360,height=361]
2846DEBUG: drawing image into target rect: java.awt.Rectangle[x=-29,y=601,width=360,height=360]
2847DEBUG: drawing image into target rect: java.awt.Rectangle[x=331,y=-120,width=361,height=360]
2848DEBUG: drawing image into target rect: java.awt.Rectangle[x=331,y=240,width=361,height=361]
2849DEBUG: drawing image into target rect: java.awt.Rectangle[x=331,y=601,width=361,height=360]
2850DEBUG: drawing image into target rect: java.awt.Rectangle[x=692,y=-120,width=360,height=360]
2851DEBUG: drawing image into target rect: java.awt.Rectangle[x=692,y=240,width=360,height=361]
2852DEBUG: drawing image into target rect: java.awt.Rectangle[x=692,y=601,width=360,height=360]
2853DEBUG: drawing image into target rect: java.awt.Rectangle[x=1052,y=-120,width=361,height=360]
2854DEBUG: drawing image into target rect: java.awt.Rectangle[x=1052,y=240,width=361,height=361]
2855DEBUG: drawing image into target rect: java.awt.Rectangle[x=1052,y=601,width=361,height=360]
2856DEBUG: drawing image into target rect: java.awt.Rectangle[x=1413,y=-120,width=361,height=360]
2857DEBUG: drawing image into target rect: java.awt.Rectangle[x=1413,y=240,width=361,height=361]
2858DEBUG: drawing image into target rect: java.awt.Rectangle[x=1413,y=601,width=361,height=360]
2859DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-146,width=360,height=360]
2860DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=214,width=360,height=361]
2861DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=575,width=360,height=360]
2862DEBUG: drawing image into target rect: java.awt.Rectangle[x=346,y=-146,width=361,height=360]
2863DEBUG: drawing image into target rect: java.awt.Rectangle[x=346,y=214,width=361,height=361]
2864DEBUG: drawing image into target rect: java.awt.Rectangle[x=346,y=575,width=361,height=360]
2865DEBUG: drawing image into target rect: java.awt.Rectangle[x=707,y=-146,width=360,height=360]
2866DEBUG: drawing image into target rect: java.awt.Rectangle[x=707,y=214,width=360,height=361]
2867DEBUG: drawing image into target rect: java.awt.Rectangle[x=707,y=575,width=360,height=360]
2868DEBUG: drawing image into target rect: java.awt.Rectangle[x=1067,y=-146,width=361,height=360]
2869DEBUG: drawing image into target rect: java.awt.Rectangle[x=1067,y=214,width=361,height=361]
2870DEBUG: drawing image into target rect: java.awt.Rectangle[x=1067,y=575,width=361,height=360]
2871DEBUG: drawing image into target rect: java.awt.Rectangle[x=1428,y=-146,width=361,height=360]
2872DEBUG: drawing image into target rect: java.awt.Rectangle[x=1428,y=214,width=361,height=361]
2873DEBUG: drawing image into target rect: java.awt.Rectangle[x=1428,y=575,width=361,height=360]
2874DEBUG: missed tile: Tile 11/1009/702@OpenStreetMap (Mapnik)
2875DEBUG: missed tile: Tile 11/1009/703@OpenStreetMap (Mapnik)
2876DEBUG: missed tile: Tile 11/1009/704@OpenStreetMap (Mapnik)
2877DEBUG: drawing image into target rect: java.awt.Rectangle[x=0,y=-177,width=361,height=360]
2878DEBUG: drawing image into target rect: java.awt.Rectangle[x=0,y=183,width=361,height=361]
2879DEBUG: drawing image into target rect: java.awt.Rectangle[x=0,y=544,width=361,height=360]
2880DEBUG: drawing image into target rect: java.awt.Rectangle[x=361,y=-177,width=361,height=360]
2881DEBUG: drawing image into target rect: java.awt.Rectangle[x=361,y=183,width=361,height=361]
2882DEBUG: drawing image into target rect: java.awt.Rectangle[x=361,y=544,width=361,height=360]
2883DEBUG: drawing image into target rect: java.awt.Rectangle[x=722,y=-177,width=360,height=360]
2884DEBUG: drawing image into target rect: java.awt.Rectangle[x=722,y=183,width=360,height=361]
2885DEBUG: drawing image into target rect: java.awt.Rectangle[x=722,y=544,width=360,height=360]
2886DEBUG: drawing image into target rect: java.awt.Rectangle[x=1082,y=-177,width=361,height=360]
2887DEBUG: drawing image into target rect: java.awt.Rectangle[x=1082,y=183,width=361,height=361]
2888DEBUG: drawing image into target rect: java.awt.Rectangle[x=1082,y=544,width=361,height=360]
2889DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=-177,width=361,height=360]
2890DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=183,width=361,height=361]
2891DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=544,width=361,height=360]
2892DEBUG: source: java.awt.Rectangle[x=-720,y=-177,width=720,height=721]
2893border: java.awt.Rectangle[x=-360,y=-177,width=360,height=360]
2894intersection: java.awt.Rectangle[x=-360,y=-177,width=360,height=360]
2895DEBUG: drawing image into target rect: java.awt.Rectangle[x=-360,y=-177,width=360,height=360]
2896DEBUG: source: java.awt.Rectangle[x=-720,y=-177,width=720,height=721]
2897border: java.awt.Rectangle[x=-360,y=183,width=360,height=361]
2898intersection: java.awt.Rectangle[x=-360,y=183,width=360,height=361]
2899DEBUG: drawing image into target rect: java.awt.Rectangle[x=-360,y=183,width=360,height=361]
2900DEBUG: source: java.awt.Rectangle[x=-720,y=544,width=720,height=721]
2901border: java.awt.Rectangle[x=-360,y=544,width=360,height=360]
2902intersection: java.awt.Rectangle[x=-360,y=544,width=360,height=360]
2903DEBUG: drawing image into target rect: java.awt.Rectangle[x=-360,y=544,width=360,height=360]
2904DEBUG: missed tile: Tile 11/1009/702@OpenStreetMap (Mapnik)
2905DEBUG: missed tile: Tile 11/1009/703@OpenStreetMap (Mapnik)
2906DEBUG: missed tile: Tile 11/1009/704@OpenStreetMap (Mapnik)
2907DEBUG: drawing image into target rect: java.awt.Rectangle[x=8,y=-197,width=361,height=360]
2908DEBUG: drawing image into target rect: java.awt.Rectangle[x=8,y=163,width=361,height=361]
2909DEBUG: drawing image into target rect: java.awt.Rectangle[x=8,y=524,width=361,height=360]
2910DEBUG: drawing image into target rect: java.awt.Rectangle[x=369,y=-197,width=361,height=360]
2911DEBUG: drawing image into target rect: java.awt.Rectangle[x=369,y=163,width=361,height=361]
2912DEBUG: drawing image into target rect: java.awt.Rectangle[x=369,y=524,width=361,height=360]
2913DEBUG: drawing image into target rect: java.awt.Rectangle[x=730,y=-197,width=360,height=360]
2914DEBUG: drawing image into target rect: java.awt.Rectangle[x=730,y=163,width=360,height=361]
2915DEBUG: drawing image into target rect: java.awt.Rectangle[x=730,y=524,width=360,height=360]
2916DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=-197,width=361,height=360]
2917DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=163,width=361,height=361]
2918DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=524,width=361,height=360]
2919DEBUG: drawing image into target rect: java.awt.Rectangle[x=1451,y=-197,width=361,height=360]
2920DEBUG: drawing image into target rect: java.awt.Rectangle[x=1451,y=163,width=361,height=361]
2921DEBUG: drawing image into target rect: java.awt.Rectangle[x=1451,y=524,width=361,height=360]
2922DEBUG: source: java.awt.Rectangle[x=-712,y=-197,width=720,height=721]
2923border: java.awt.Rectangle[x=-352,y=-197,width=360,height=360]
2924intersection: java.awt.Rectangle[x=-352,y=-197,width=360,height=360]
2925DEBUG: drawing image into target rect: java.awt.Rectangle[x=-352,y=-197,width=360,height=360]
2926DEBUG: source: java.awt.Rectangle[x=-712,y=-197,width=720,height=721]
2927border: java.awt.Rectangle[x=-352,y=163,width=360,height=361]
2928intersection: java.awt.Rectangle[x=-352,y=163,width=360,height=361]
2929DEBUG: drawing image into target rect: java.awt.Rectangle[x=-352,y=163,width=360,height=361]
2930DEBUG: source: java.awt.Rectangle[x=-712,y=524,width=720,height=721]
2931border: java.awt.Rectangle[x=-352,y=524,width=360,height=360]
2932intersection: java.awt.Rectangle[x=-352,y=524,width=360,height=360]
2933DEBUG: drawing image into target rect: java.awt.Rectangle[x=-352,y=524,width=360,height=360]
2934DEBUG: missed tile: Tile 11/1009/702@OpenStreetMap (Mapnik)
2935DEBUG: missed tile: Tile 11/1009/703@OpenStreetMap (Mapnik)
2936DEBUG: missed tile: Tile 11/1009/704@OpenStreetMap (Mapnik)
2937DEBUG: missed tile: Tile 11/1009/705@OpenStreetMap (Mapnik)
2938DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=-222,width=361,height=360]
2939DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=138,width=361,height=361]
2940DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=499,width=361,height=360]
2941DEBUG: missed tile: Tile 11/1010/705@OpenStreetMap (Mapnik)
2942DEBUG: drawing image into target rect: java.awt.Rectangle[x=378,y=-222,width=361,height=360]
2943DEBUG: drawing image into target rect: java.awt.Rectangle[x=378,y=138,width=361,height=361]
2944DEBUG: drawing image into target rect: java.awt.Rectangle[x=378,y=499,width=361,height=360]
2945DEBUG: missed tile: Tile 11/1011/705@OpenStreetMap (Mapnik)
2946DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=-222,width=360,height=360]
2947DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=138,width=360,height=361]
2948DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=499,width=360,height=360]
2949DEBUG: missed tile: Tile 11/1012/705@OpenStreetMap (Mapnik)
2950DEBUG: tileLoadingFinished() tile: Tile 11/1009/702@OpenStreetMap (Mapnik) success: true
2951DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-222,width=361,height=360]
2952DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=138,width=361,height=361]
2953DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=499,width=361,height=360]
2954DEBUG: missed tile: Tile 11/1013/705@OpenStreetMap (Mapnik)
2955DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=-222,width=361,height=360]
2956DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=138,width=361,height=361]
2957DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=499,width=361,height=360]
2958DEBUG: missed tile: Tile 11/1014/705@OpenStreetMap (Mapnik)
2959DEBUG: source: java.awt.Rectangle[x=-703,y=-222,width=720,height=721]
2960border: java.awt.Rectangle[x=-343,y=-222,width=360,height=360]
2961intersection: java.awt.Rectangle[x=-343,y=-222,width=360,height=360]
2962DEBUG: drawing image into target rect: java.awt.Rectangle[x=-343,y=-222,width=360,height=360]
2963DEBUG: source: java.awt.Rectangle[x=-703,y=-222,width=720,height=721]
2964border: java.awt.Rectangle[x=-343,y=138,width=360,height=361]
2965intersection: java.awt.Rectangle[x=-343,y=138,width=360,height=361]
2966DEBUG: drawing image into target rect: java.awt.Rectangle[x=-343,y=138,width=360,height=361]
2967DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=720,height=721]
2968border: java.awt.Rectangle[x=-343,y=499,width=360,height=360]
2969intersection: java.awt.Rectangle[x=-343,y=499,width=360,height=360]
2970DEBUG: drawing image into target rect: java.awt.Rectangle[x=-343,y=499,width=360,height=360]
2971DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=720,height=721]
2972border: java.awt.Rectangle[x=-343,y=859,width=360,height=361]
2973intersection: java.awt.Rectangle[x=-343,y=859,width=360,height=361]
2974DEBUG: drawing image into target rect: java.awt.Rectangle[x=-343,y=859,width=360,height=361]
2975DEBUG: missed tile: Tile 10/504/353@OpenStreetMap (Mapnik)
2976DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
2977DEBUG: source: java.awt.Rectangle[x=17,y=499,width=722,height=721]
2978border: java.awt.Rectangle[x=17,y=859,width=361,height=361]
2979intersection: java.awt.Rectangle[x=17,y=859,width=361,height=361]
2980DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=859,width=361,height=361]
2981DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
2982DEBUG: source: java.awt.Rectangle[x=17,y=499,width=722,height=721]
2983border: java.awt.Rectangle[x=378,y=859,width=361,height=361]
2984intersection: java.awt.Rectangle[x=378,y=859,width=361,height=361]
2985DEBUG: drawing image into target rect: java.awt.Rectangle[x=378,y=859,width=361,height=361]
2986DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
2987DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
2988DEBUG: source: java.awt.Rectangle[x=739,y=499,width=721,height=721]
2989border: java.awt.Rectangle[x=739,y=859,width=360,height=361]
2990intersection: java.awt.Rectangle[x=739,y=859,width=360,height=361]
2991DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=859,width=360,height=361]
2992DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
2993DEBUG: source: java.awt.Rectangle[x=739,y=499,width=721,height=721]
2994border: java.awt.Rectangle[x=1099,y=859,width=361,height=361]
2995intersection: java.awt.Rectangle[x=1099,y=859,width=361,height=361]
2996DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=859,width=361,height=361]
2997DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
2998DEBUG: missed tile: Tile 10/507/353@OpenStreetMap (Mapnik)
2999DEBUG: source: java.awt.Rectangle[x=1460,y=499,width=722,height=721]
3000border: java.awt.Rectangle[x=1460,y=859,width=361,height=361]
3001intersection: java.awt.Rectangle[x=1460,y=859,width=361,height=361]
3002DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=859,width=361,height=361]
3003DEBUG: missed tile: Tile 10/507/353@OpenStreetMap (Mapnik)
3004DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=1442,height=1443]
3005border: java.awt.Rectangle[x=-703,y=1220,width=720,height=722]
3006intersection: java.awt.Rectangle[x=-703,y=1220,width=720,height=722]
3007DEBUG: drawing image into target rect: java.awt.Rectangle[x=-703,y=1220,width=720,height=722]
3008DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3009DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=1442,height=1443]
3010border: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3011intersection: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3012DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3013DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3014DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3015DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=1442,height=1443]
3016border: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3017intersection: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3018DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3019DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3020DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3021DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=1442,height=1443]
3022border: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3023intersection: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3024DEBUG: drawing image into target rect: java.awt.Rectangle[x=17,y=1220,width=722,height=722]
3025DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3026DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3027DEBUG: source: java.awt.Rectangle[x=739,y=499,width=1443,height=1443]
3028border: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3029intersection: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3030DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3031DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3032DEBUG: source: java.awt.Rectangle[x=739,y=499,width=1443,height=1443]
3033border: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3034intersection: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3035DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3036DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3037DEBUG: source: java.awt.Rectangle[x=739,y=499,width=1443,height=1443]
3038border: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3039intersection: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3040DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1220,width=721,height=722]
3041DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3042DEBUG: source: java.awt.Rectangle[x=739,y=499,width=1443,height=1443]
3043border: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3044intersection: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3045DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3046DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3047DEBUG: missed tile: Tile 9/254/177@OpenStreetMap (Mapnik)
3048DEBUG: source: java.awt.Rectangle[x=739,y=499,width=1443,height=1443]
3049border: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3050intersection: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3051DEBUG: drawing image into target rect: java.awt.Rectangle[x=1460,y=1220,width=722,height=722]
3052DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3053DEBUG: missed tile: Tile 9/254/177@OpenStreetMap (Mapnik)
3054DEBUG: tileLoadingFinished() tile: Tile 11/1009/703@OpenStreetMap (Mapnik) success: true
3055DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3056border: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3057intersection: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3058DEBUG: drawing image into target rect: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3059DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3060border: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3061intersection: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3062DEBUG: drawing image into target rect: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3063DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3064border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3065intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3066DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3067DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3068border: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3069intersection: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3070DEBUG: drawing image into target rect: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3071DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3072border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3073intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3074DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3075DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3076border: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3077intersection: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3078DEBUG: drawing image into target rect: java.awt.Rectangle[x=-703,y=1942,width=1442,height=1443]
3079DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3080border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3081intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3082DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3083DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3084border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3085intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3086DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3087DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3088border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3089intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3090DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3091DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3092border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3093intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3094DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3095DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3096border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3097intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3098DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3099DEBUG: source: java.awt.Rectangle[x=2182,y=499,width=2886,height=2886]
3100border: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3101intersection: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3102DEBUG: drawing image into target rect: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3103DEBUG: source: java.awt.Rectangle[x=-703,y=499,width=2885,height=2886]
3104border: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3105intersection: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3106DEBUG: drawing image into target rect: java.awt.Rectangle[x=739,y=1942,width=1443,height=1443]
3107DEBUG: source: java.awt.Rectangle[x=2182,y=499,width=2886,height=2886]
3108border: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3109intersection: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3110DEBUG: drawing image into target rect: java.awt.Rectangle[x=2182,y=1942,width=1443,height=1443]
3111DEBUG: tileLoadingFinished() tile: Tile 11/1009/704@OpenStreetMap (Mapnik) success: true
3112DEBUG: drawing image into target rect: java.awt.Rectangle[x=-334,y=-248,width=360,height=360]
3113DEBUG: drawing image into target rect: java.awt.Rectangle[x=-334,y=112,width=360,height=361]
3114DEBUG: drawing image into target rect: java.awt.Rectangle[x=-334,y=473,width=360,height=360]
3115DEBUG: missed tile: Tile 11/1009/705@OpenStreetMap (Mapnik)
3116DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=-248,width=361,height=360]
3117DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=112,width=361,height=361]
3118DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=473,width=361,height=360]
3119DEBUG: missed tile: Tile 11/1010/705@OpenStreetMap (Mapnik)
3120DEBUG: drawing image into target rect: java.awt.Rectangle[x=387,y=-248,width=361,height=360]
3121DEBUG: drawing image into target rect: java.awt.Rectangle[x=387,y=112,width=361,height=361]
3122DEBUG: tileLoadingFinished() tile: Tile 11/1014/705@OpenStreetMap (Mapnik) success: true
3123DEBUG: drawing image into target rect: java.awt.Rectangle[x=387,y=473,width=361,height=360]
3124DEBUG: missed tile: Tile 11/1011/705@OpenStreetMap (Mapnik)
3125DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=-248,width=360,height=360]
3126DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=112,width=360,height=361]
3127DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=473,width=360,height=360]
3128DEBUG: missed tile: Tile 11/1012/705@OpenStreetMap (Mapnik)
3129DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=-248,width=361,height=360]
3130DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=112,width=361,height=361]
3131DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=473,width=361,height=360]
3132DEBUG: missed tile: Tile 11/1013/705@OpenStreetMap (Mapnik)
3133DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=720,height=721]
3134border: java.awt.Rectangle[x=-334,y=833,width=360,height=361]
3135intersection: java.awt.Rectangle[x=-334,y=833,width=360,height=361]
3136DEBUG: drawing image into target rect: java.awt.Rectangle[x=-334,y=833,width=360,height=361]
3137DEBUG: missed tile: Tile 10/504/353@OpenStreetMap (Mapnik)
3138DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3139DEBUG: source: java.awt.Rectangle[x=26,y=473,width=722,height=721]
3140border: java.awt.Rectangle[x=26,y=833,width=361,height=361]
3141intersection: java.awt.Rectangle[x=26,y=833,width=361,height=361]
3142DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=833,width=361,height=361]
3143DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3144DEBUG: source: java.awt.Rectangle[x=26,y=473,width=722,height=721]
3145border: java.awt.Rectangle[x=387,y=833,width=361,height=361]
3146intersection: java.awt.Rectangle[x=387,y=833,width=361,height=361]
3147DEBUG: drawing image into target rect: java.awt.Rectangle[x=387,y=833,width=361,height=361]
3148DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3149DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3150DEBUG: source: java.awt.Rectangle[x=748,y=473,width=721,height=721]
3151border: java.awt.Rectangle[x=748,y=833,width=360,height=361]
3152intersection: java.awt.Rectangle[x=748,y=833,width=360,height=361]
3153DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=833,width=360,height=361]
3154DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3155DEBUG: source: java.awt.Rectangle[x=748,y=473,width=721,height=721]
3156border: java.awt.Rectangle[x=1108,y=833,width=361,height=361]
3157intersection: java.awt.Rectangle[x=1108,y=833,width=361,height=361]
3158DEBUG: drawing image into target rect: java.awt.Rectangle[x=1108,y=833,width=361,height=361]
3159DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3160DEBUG: missed tile: Tile 10/507/353@OpenStreetMap (Mapnik)
3161DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=1442,height=1443]
3162border: java.awt.Rectangle[x=-694,y=1194,width=720,height=722]
3163intersection: java.awt.Rectangle[x=-694,y=1194,width=720,height=722]
3164DEBUG: drawing image into target rect: java.awt.Rectangle[x=-694,y=1194,width=720,height=722]
3165DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3166DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=1442,height=1443]
3167border: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3168intersection: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3169DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3170DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3171DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3172DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=1442,height=1443]
3173border: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3174intersection: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3175DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3176DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3177DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3178DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=1442,height=1443]
3179border: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3180intersection: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3181DEBUG: drawing image into target rect: java.awt.Rectangle[x=26,y=1194,width=722,height=722]
3182DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3183DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3184DEBUG: source: java.awt.Rectangle[x=748,y=473,width=1443,height=1443]
3185border: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3186intersection: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3187DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3188DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3189DEBUG: source: java.awt.Rectangle[x=748,y=473,width=1443,height=1443]
3190border: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3191intersection: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3192DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3193DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3194DEBUG: source: java.awt.Rectangle[x=748,y=473,width=1443,height=1443]
3195border: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3196intersection: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3197DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1194,width=721,height=722]
3198DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3199DEBUG: source: java.awt.Rectangle[x=748,y=473,width=1443,height=1443]
3200border: java.awt.Rectangle[x=1469,y=1194,width=722,height=722]
3201intersection: java.awt.Rectangle[x=1469,y=1194,width=722,height=722]
3202DEBUG: drawing image into target rect: java.awt.Rectangle[x=1469,y=1194,width=722,height=722]
3203DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3204DEBUG: missed tile: Tile 9/254/177@OpenStreetMap (Mapnik)
3205DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3206border: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3207intersection: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3208DEBUG: drawing image into target rect: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3209DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3210border: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3211intersection: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3212DEBUG: drawing image into target rect: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3213DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3214border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3215intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3216DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3217DEBUG: tileLoadingFinished() tile: Tile 11/1010/705@OpenStreetMap (Mapnik) success: true
3218DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3219border: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3220intersection: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3221DEBUG: drawing image into target rect: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3222DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3223border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3224intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3225DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3226DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3227border: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3228intersection: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3229DEBUG: drawing image into target rect: java.awt.Rectangle[x=-694,y=1916,width=1442,height=1443]
3230DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3231border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3232intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3233DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3234DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3235border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3236intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3237DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3238DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3239border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3240intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3241DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3242DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3243border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3244intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3245DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3246DEBUG: source: java.awt.Rectangle[x=-694,y=473,width=2885,height=2886]
3247border: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3248intersection: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3249DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=1916,width=1443,height=1443]
3250DEBUG: source: java.awt.Rectangle[x=2191,y=473,width=2886,height=2886]
3251border: java.awt.Rectangle[x=2191,y=1916,width=1443,height=1443]
3252intersection: java.awt.Rectangle[x=2191,y=1916,width=1443,height=1443]
3253DEBUG: drawing image into target rect: java.awt.Rectangle[x=2191,y=1916,width=1443,height=1443]
3254DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=-258,width=360,height=360]
3255DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=102,width=360,height=361]
3256DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=463,width=360,height=360]
3257DEBUG: missed tile: Tile 11/1009/705@OpenStreetMap (Mapnik)
3258DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=-258,width=361,height=360]
3259DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=102,width=361,height=361]
3260DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=463,width=361,height=360]
3261DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=823,width=361,height=361]
3262DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=-258,width=361,height=360]
3263DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=102,width=361,height=361]
3264DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=463,width=361,height=360]
3265DEBUG: missed tile: Tile 11/1011/705@OpenStreetMap (Mapnik)
3266DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=-258,width=360,height=360]
3267DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=102,width=360,height=361]
3268DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=463,width=360,height=360]
3269DEBUG: missed tile: Tile 11/1012/705@OpenStreetMap (Mapnik)
3270DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=-258,width=361,height=360]
3271DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=102,width=361,height=361]
3272DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=463,width=361,height=360]
3273DEBUG: missed tile: Tile 11/1013/705@OpenStreetMap (Mapnik)
3274DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=720,height=721]
3275border: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3276intersection: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3277DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3278DEBUG: missed tile: Tile 10/504/353@OpenStreetMap (Mapnik)
3279DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3280DEBUG: source: java.awt.Rectangle[x=30,y=463,width=722,height=721]
3281border: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3282intersection: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3283DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3284DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3285DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3286DEBUG: source: java.awt.Rectangle[x=752,y=463,width=721,height=721]
3287border: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3288intersection: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3289DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3290DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3291DEBUG: source: java.awt.Rectangle[x=752,y=463,width=721,height=721]
3292border: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3293intersection: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3294DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3295DEBUG: missed tile: Tile 10/506/353@OpenStreetMap (Mapnik)
3296DEBUG: missed tile: Tile 10/507/353@OpenStreetMap (Mapnik)
3297DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3298border: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3299intersection: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3300DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3301DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3302DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3303border: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3304intersection: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3305DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3306DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3307DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3308DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3309border: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3310intersection: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3311DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3312DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3313DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3314DEBUG: source: java.awt.Rectangle[x=752,y=463,width=1443,height=1443]
3315border: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3316intersection: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3317DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3318DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3319DEBUG: source: java.awt.Rectangle[x=752,y=463,width=1443,height=1443]
3320border: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3321intersection: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3322DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3323DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3324DEBUG: source: java.awt.Rectangle[x=752,y=463,width=1443,height=1443]
3325border: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3326intersection: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3327DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1184,width=721,height=722]
3328DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3329DEBUG: source: java.awt.Rectangle[x=752,y=463,width=1443,height=1443]
3330border: java.awt.Rectangle[x=1473,y=1184,width=722,height=722]
3331intersection: java.awt.Rectangle[x=1473,y=1184,width=722,height=722]
3332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1473,y=1184,width=722,height=722]
3333DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3334DEBUG: missed tile: Tile 9/254/177@OpenStreetMap (Mapnik)
3335DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3336border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3337intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3338DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3339DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3340border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3341intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3342DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3343DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3344border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3345intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3346DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3347DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3348border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3349intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3350DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3351DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3352border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3353intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3354DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3355DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3356border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3357intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3358DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3359DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3360border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3361intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3362DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3363DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3364border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3365intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3366DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3367DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3368border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3369intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3370DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3371DEBUG: source: java.awt.Rectangle[x=2195,y=463,width=2886,height=2886]
3372border: java.awt.Rectangle[x=2195,y=1906,width=1443,height=1443]
3373intersection: java.awt.Rectangle[x=2195,y=1906,width=1443,height=1443]
3374DEBUG: drawing image into target rect: java.awt.Rectangle[x=2195,y=1906,width=1443,height=1443]
3375DEBUG: tileLoadingFinished() tile: Tile 11/1011/705@OpenStreetMap (Mapnik) success: true
3376DEBUG: tileLoadingFinished() tile: Tile 11/1013/705@OpenStreetMap (Mapnik) success: true
3377DEBUG: tileLoadingFinished() tile: Tile 11/1012/705@OpenStreetMap (Mapnik) success: true
3378DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=-258,width=360,height=360]
3379DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=102,width=360,height=361]
3380DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=463,width=360,height=360]
3381DEBUG: missed tile: Tile 11/1009/705@OpenStreetMap (Mapnik)
3382DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=-258,width=361,height=360]
3383DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=102,width=361,height=361]
3384DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=463,width=361,height=360]
3385DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=823,width=361,height=361]
3386DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=-258,width=361,height=360]
3387DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=102,width=361,height=361]
3388DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=463,width=361,height=360]
3389DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3390DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=-258,width=360,height=360]
3391DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=102,width=360,height=361]
3392DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=463,width=360,height=360]
3393DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3394DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=-258,width=361,height=360]
3395DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=102,width=361,height=361]
3396DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=463,width=361,height=360]
3397DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3398DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=720,height=721]
3399border: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3400intersection: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3401DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3402DEBUG: missed tile: Tile 10/504/353@OpenStreetMap (Mapnik)
3403DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3404DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3405border: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3406intersection: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3407DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3408DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3409DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3410border: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3411intersection: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3412DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3413DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3414DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3415DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3416border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3417intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3418DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3419DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3420border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3421intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3422DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3423DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3424border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3425intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3426DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3427DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=-258,width=360,height=360]
3428DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=102,width=360,height=361]
3429DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=463,width=360,height=360]
3430DEBUG: missed tile: Tile 11/1009/705@OpenStreetMap (Mapnik)
3431DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=-258,width=361,height=360]
3432DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=102,width=361,height=361]
3433DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=463,width=361,height=360]
3434DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=823,width=361,height=361]
3435DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=-258,width=361,height=360]
3436DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=102,width=361,height=361]
3437DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=463,width=361,height=360]
3438DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3439DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=-258,width=360,height=360]
3440DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=102,width=360,height=361]
3441DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=463,width=360,height=360]
3442DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3443DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=-258,width=361,height=360]
3444DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=102,width=361,height=361]
3445DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=463,width=361,height=360]
3446DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3447DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=720,height=721]
3448border: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3449intersection: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3450DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3451DEBUG: missed tile: Tile 10/504/353@OpenStreetMap (Mapnik)
3452DEBUG: missed tile: Tile 10/505/353@OpenStreetMap (Mapnik)
3453DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3454border: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3455intersection: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3456DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1184,width=720,height=722]
3457DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3458DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=1442,height=1443]
3459border: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3460intersection: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3461DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=1184,width=722,height=722]
3462DEBUG: missed tile: Tile 9/252/177@OpenStreetMap (Mapnik)
3463DEBUG: missed tile: Tile 9/253/177@OpenStreetMap (Mapnik)
3464DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3465border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3466intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3467DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3468DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3469border: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3470intersection: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3471DEBUG: drawing image into target rect: java.awt.Rectangle[x=-690,y=1906,width=1442,height=1443]
3472DEBUG: source: java.awt.Rectangle[x=-690,y=463,width=2885,height=2886]
3473border: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3474intersection: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3475DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=1906,width=1443,height=1443]
3476DEBUG: tileLoadingFinished() tile: Tile 11/1009/705@OpenStreetMap (Mapnik) success: true
3477DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=-258,width=360,height=360]
3478DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=102,width=360,height=361]
3479DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=463,width=360,height=360]
3480DEBUG: drawing image into target rect: java.awt.Rectangle[x=-330,y=823,width=360,height=361]
3481DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=-258,width=361,height=360]
3482DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=102,width=361,height=361]
3483DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=463,width=361,height=360]
3484DEBUG: drawing image into target rect: java.awt.Rectangle[x=30,y=823,width=361,height=361]
3485DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=-258,width=361,height=360]
3486DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=102,width=361,height=361]
3487DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=463,width=361,height=360]
3488DEBUG: drawing image into target rect: java.awt.Rectangle[x=391,y=823,width=361,height=361]
3489DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=-258,width=360,height=360]
3490DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=102,width=360,height=361]
3491DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=463,width=360,height=360]
3492DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=823,width=360,height=361]
3493DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=-258,width=361,height=360]
3494DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=102,width=361,height=361]
3495DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=463,width=361,height=360]
3496DEBUG: drawing image into target rect: java.awt.Rectangle[x=1112,y=823,width=361,height=361]
3497DEBUG: drawing image into target rect: java.awt.Rectangle[x=-298,y=-82,width=509,height=510]
3498DEBUG: drawing image into target rect: java.awt.Rectangle[x=-298,y=428,width=509,height=510]
3499DEBUG: drawing image into target rect: java.awt.Rectangle[x=211,y=-82,width=510,height=510]
3500DEBUG: drawing image into target rect: java.awt.Rectangle[x=211,y=428,width=510,height=510]
3501DEBUG: drawing image into target rect: java.awt.Rectangle[x=721,y=-82,width=510,height=510]
3502DEBUG: drawing image into target rect: java.awt.Rectangle[x=721,y=428,width=510,height=510]
3503DEBUG: drawing image into target rect: java.awt.Rectangle[x=1231,y=-82,width=510,height=510]
3504DEBUG: drawing image into target rect: java.awt.Rectangle[x=1231,y=428,width=510,height=510]
3505DEBUG: drawing image into target rect: java.awt.Rectangle[x=-297,y=-82,width=509,height=510]
3506DEBUG: drawing image into target rect: java.awt.Rectangle[x=-297,y=428,width=509,height=510]
3507DEBUG: drawing image into target rect: java.awt.Rectangle[x=212,y=-82,width=510,height=510]
3508DEBUG: drawing image into target rect: java.awt.Rectangle[x=212,y=428,width=510,height=510]
3509DEBUG: drawing image into target rect: java.awt.Rectangle[x=722,y=-82,width=510,height=510]
3510DEBUG: drawing image into target rect: java.awt.Rectangle[x=722,y=428,width=510,height=510]
3511DEBUG: drawing image into target rect: java.awt.Rectangle[x=1232,y=-82,width=510,height=510]
3512DEBUG: drawing image into target rect: java.awt.Rectangle[x=1232,y=428,width=510,height=510]
3513DEBUG: drawing image into target rect: java.awt.Rectangle[x=-291,y=-80,width=509,height=510]
3514DEBUG: drawing image into target rect: java.awt.Rectangle[x=-291,y=430,width=509,height=510]
3515DEBUG: drawing image into target rect: java.awt.Rectangle[x=218,y=-80,width=510,height=510]
3516DEBUG: drawing image into target rect: java.awt.Rectangle[x=218,y=430,width=510,height=510]
3517DEBUG: drawing image into target rect: java.awt.Rectangle[x=728,y=-80,width=510,height=510]
3518DEBUG: drawing image into target rect: java.awt.Rectangle[x=728,y=430,width=510,height=510]
3519DEBUG: drawing image into target rect: java.awt.Rectangle[x=1238,y=-80,width=510,height=510]
3520DEBUG: drawing image into target rect: java.awt.Rectangle[x=1238,y=430,width=510,height=510]
3521DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=-74,width=509,height=510]
3522DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=436,width=509,height=510]
3523DEBUG: drawing image into target rect: java.awt.Rectangle[x=228,y=-74,width=510,height=510]
3524DEBUG: drawing image into target rect: java.awt.Rectangle[x=228,y=436,width=510,height=510]
3525DEBUG: drawing image into target rect: java.awt.Rectangle[x=738,y=-74,width=510,height=510]
3526DEBUG: drawing image into target rect: java.awt.Rectangle[x=738,y=436,width=510,height=510]
3527DEBUG: drawing image into target rect: java.awt.Rectangle[x=1248,y=-74,width=510,height=510]
3528DEBUG: drawing image into target rect: java.awt.Rectangle[x=1248,y=436,width=510,height=510]
3529DEBUG: drawing image into target rect: java.awt.Rectangle[x=-268,y=-64,width=509,height=510]
3530DEBUG: drawing image into target rect: java.awt.Rectangle[x=-268,y=446,width=509,height=510]
3531DEBUG: drawing image into target rect: java.awt.Rectangle[x=241,y=-64,width=510,height=510]
3532DEBUG: drawing image into target rect: java.awt.Rectangle[x=241,y=446,width=510,height=510]
3533DEBUG: drawing image into target rect: java.awt.Rectangle[x=751,y=-64,width=510,height=510]
3534DEBUG: drawing image into target rect: java.awt.Rectangle[x=751,y=446,width=510,height=510]
3535DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-64,width=510,height=510]
3536DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=446,width=510,height=510]
3537DEBUG: drawing image into target rect: java.awt.Rectangle[x=-257,y=-53,width=509,height=510]
3538DEBUG: drawing image into target rect: java.awt.Rectangle[x=-257,y=457,width=509,height=510]
3539DEBUG: drawing image into target rect: java.awt.Rectangle[x=252,y=-53,width=510,height=510]
3540DEBUG: drawing image into target rect: java.awt.Rectangle[x=252,y=457,width=510,height=510]
3541DEBUG: drawing image into target rect: java.awt.Rectangle[x=762,y=-53,width=510,height=510]
3542DEBUG: drawing image into target rect: java.awt.Rectangle[x=762,y=457,width=510,height=510]
3543DEBUG: drawing image into target rect: java.awt.Rectangle[x=1272,y=-53,width=510,height=510]
3544DEBUG: drawing image into target rect: java.awt.Rectangle[x=1272,y=457,width=510,height=510]
3545DEBUG: drawing image into target rect: java.awt.Rectangle[x=-244,y=-39,width=509,height=510]
3546DEBUG: drawing image into target rect: java.awt.Rectangle[x=-244,y=471,width=509,height=510]
3547DEBUG: drawing image into target rect: java.awt.Rectangle[x=265,y=-39,width=510,height=510]
3548DEBUG: drawing image into target rect: java.awt.Rectangle[x=265,y=471,width=510,height=510]
3549DEBUG: drawing image into target rect: java.awt.Rectangle[x=775,y=-39,width=510,height=510]
3550DEBUG: drawing image into target rect: java.awt.Rectangle[x=775,y=471,width=510,height=510]
3551DEBUG: drawing image into target rect: java.awt.Rectangle[x=1285,y=-39,width=510,height=510]
3552DEBUG: drawing image into target rect: java.awt.Rectangle[x=1285,y=471,width=510,height=510]
3553DEBUG: drawing image into target rect: java.awt.Rectangle[x=-226,y=-19,width=509,height=510]
3554DEBUG: drawing image into target rect: java.awt.Rectangle[x=-226,y=491,width=509,height=510]
3555DEBUG: drawing image into target rect: java.awt.Rectangle[x=283,y=-19,width=510,height=510]
3556DEBUG: drawing image into target rect: java.awt.Rectangle[x=283,y=491,width=510,height=510]
3557DEBUG: drawing image into target rect: java.awt.Rectangle[x=793,y=-19,width=510,height=510]
3558DEBUG: drawing image into target rect: java.awt.Rectangle[x=793,y=491,width=510,height=510]
3559DEBUG: drawing image into target rect: java.awt.Rectangle[x=1303,y=-19,width=510,height=510]
3560DEBUG: drawing image into target rect: java.awt.Rectangle[x=1303,y=491,width=510,height=510]
3561DEBUG: drawing image into target rect: java.awt.Rectangle[x=-201,y=-501,width=509,height=509]
3562DEBUG: drawing image into target rect: java.awt.Rectangle[x=-201,y=8,width=509,height=511]
3563DEBUG: drawing image into target rect: java.awt.Rectangle[x=-201,y=519,width=509,height=510]
3564DEBUG: drawing image into target rect: java.awt.Rectangle[x=308,y=-501,width=510,height=509]
3565DEBUG: drawing image into target rect: java.awt.Rectangle[x=308,y=8,width=510,height=511]
3566DEBUG: drawing image into target rect: java.awt.Rectangle[x=308,y=519,width=510,height=510]
3567DEBUG: drawing image into target rect: java.awt.Rectangle[x=818,y=-501,width=510,height=509]
3568DEBUG: drawing image into target rect: java.awt.Rectangle[x=818,y=8,width=510,height=511]
3569DEBUG: drawing image into target rect: java.awt.Rectangle[x=818,y=519,width=510,height=510]
3570DEBUG: drawing image into target rect: java.awt.Rectangle[x=1328,y=-501,width=510,height=509]
3571DEBUG: drawing image into target rect: java.awt.Rectangle[x=1328,y=8,width=510,height=511]
3572DEBUG: drawing image into target rect: java.awt.Rectangle[x=1328,y=519,width=510,height=510]
3573DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=-464,width=509,height=509]
3574DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=45,width=509,height=511]
3575DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=556,width=509,height=510]
3576DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=-464,width=510,height=509]
3577DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=45,width=510,height=511]
3578DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=556,width=510,height=510]
3579DEBUG: drawing image into target rect: java.awt.Rectangle[x=854,y=-464,width=510,height=509]
3580DEBUG: drawing image into target rect: java.awt.Rectangle[x=854,y=45,width=510,height=511]
3581DEBUG: drawing image into target rect: java.awt.Rectangle[x=854,y=556,width=510,height=510]
3582DEBUG: drawing image into target rect: java.awt.Rectangle[x=1364,y=-464,width=510,height=509]
3583DEBUG: drawing image into target rect: java.awt.Rectangle[x=1364,y=45,width=510,height=511]
3584DEBUG: drawing image into target rect: java.awt.Rectangle[x=1364,y=556,width=510,height=510]
3585DEBUG: drawing image into target rect: java.awt.Rectangle[x=-124,y=-420,width=509,height=509]
3586DEBUG: drawing image into target rect: java.awt.Rectangle[x=-124,y=89,width=509,height=511]
3587DEBUG: drawing image into target rect: java.awt.Rectangle[x=-124,y=600,width=509,height=510]
3588DEBUG: drawing image into target rect: java.awt.Rectangle[x=385,y=-420,width=510,height=509]
3589DEBUG: drawing image into target rect: java.awt.Rectangle[x=385,y=89,width=510,height=511]
3590DEBUG: drawing image into target rect: java.awt.Rectangle[x=385,y=600,width=510,height=510]
3591DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=-420,width=510,height=509]
3592DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=89,width=510,height=511]
3593DEBUG: drawing image into target rect: java.awt.Rectangle[x=895,y=600,width=510,height=510]
3594DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=-420,width=510,height=509]
3595DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=89,width=510,height=511]
3596DEBUG: drawing image into target rect: java.awt.Rectangle[x=1405,y=600,width=510,height=510]
3597DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=-366,width=509,height=509]
3598DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=143,width=509,height=511]
3599DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=654,width=509,height=510]
3600DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-366,width=510,height=509]
3601DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=143,width=510,height=511]
3602DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=654,width=510,height=510]
3603DEBUG: drawing image into target rect: java.awt.Rectangle[x=947,y=-366,width=510,height=509]
3604DEBUG: drawing image into target rect: java.awt.Rectangle[x=947,y=143,width=510,height=511]
3605DEBUG: drawing image into target rect: java.awt.Rectangle[x=947,y=654,width=510,height=510]
3606DEBUG: drawing image into target rect: java.awt.Rectangle[x=1457,y=-366,width=510,height=509]
3607DEBUG: drawing image into target rect: java.awt.Rectangle[x=1457,y=143,width=510,height=511]
3608DEBUG: drawing image into target rect: java.awt.Rectangle[x=1457,y=654,width=510,height=510]
3609DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=-328,width=509,height=509]
3610DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=181,width=509,height=511]
3611DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=692,width=509,height=510]
3612DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=-328,width=510,height=509]
3613DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=181,width=510,height=511]
3614DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=692,width=510,height=510]
3615DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-328,width=510,height=509]
3616DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=181,width=510,height=511]
3617DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=692,width=510,height=510]
3618DEBUG: drawing image into target rect: java.awt.Rectangle[x=-508,y=-279,width=510,height=509]
3619DEBUG: drawing image into target rect: java.awt.Rectangle[x=-508,y=230,width=510,height=511]
3620DEBUG: drawing image into target rect: java.awt.Rectangle[x=-508,y=741,width=510,height=510]
3621DEBUG: drawing image into target rect: java.awt.Rectangle[x=2,y=-279,width=510,height=509]
3622DEBUG: drawing image into target rect: java.awt.Rectangle[x=2,y=230,width=510,height=511]
3623DEBUG: drawing image into target rect: java.awt.Rectangle[x=2,y=741,width=510,height=510]
3624DEBUG: drawing image into target rect: java.awt.Rectangle[x=512,y=-279,width=510,height=509]
3625DEBUG: drawing image into target rect: java.awt.Rectangle[x=512,y=230,width=510,height=511]
3626DEBUG: drawing image into target rect: java.awt.Rectangle[x=512,y=741,width=510,height=510]
3627DEBUG: drawing image into target rect: java.awt.Rectangle[x=1022,y=-279,width=510,height=509]
3628DEBUG: drawing image into target rect: java.awt.Rectangle[x=1022,y=230,width=510,height=511]
3629DEBUG: drawing image into target rect: java.awt.Rectangle[x=1022,y=741,width=510,height=510]
3630DEBUG: drawing image into target rect: java.awt.Rectangle[x=-486,y=-249,width=510,height=509]
3631DEBUG: drawing image into target rect: java.awt.Rectangle[x=-486,y=260,width=510,height=511]
3632DEBUG: drawing image into target rect: java.awt.Rectangle[x=-486,y=771,width=510,height=510]
3633DEBUG: drawing image into target rect: java.awt.Rectangle[x=24,y=-249,width=510,height=509]
3634DEBUG: drawing image into target rect: java.awt.Rectangle[x=24,y=260,width=510,height=511]
3635DEBUG: drawing image into target rect: java.awt.Rectangle[x=24,y=771,width=510,height=510]
3636DEBUG: drawing image into target rect: java.awt.Rectangle[x=534,y=-249,width=510,height=509]
3637DEBUG: drawing image into target rect: java.awt.Rectangle[x=534,y=260,width=510,height=511]
3638DEBUG: drawing image into target rect: java.awt.Rectangle[x=534,y=771,width=510,height=510]
3639DEBUG: drawing image into target rect: java.awt.Rectangle[x=1044,y=-249,width=510,height=509]
3640DEBUG: drawing image into target rect: java.awt.Rectangle[x=1044,y=260,width=510,height=511]
3641DEBUG: drawing image into target rect: java.awt.Rectangle[x=1044,y=771,width=510,height=510]
3642DEBUG: drawing image into target rect: java.awt.Rectangle[x=-461,y=-216,width=510,height=509]
3643DEBUG: drawing image into target rect: java.awt.Rectangle[x=-461,y=293,width=510,height=511]
3644DEBUG: drawing image into target rect: java.awt.Rectangle[x=-461,y=804,width=510,height=510]
3645DEBUG: drawing image into target rect: java.awt.Rectangle[x=49,y=-216,width=510,height=509]
3646DEBUG: drawing image into target rect: java.awt.Rectangle[x=49,y=293,width=510,height=511]
3647DEBUG: drawing image into target rect: java.awt.Rectangle[x=49,y=804,width=510,height=510]
3648DEBUG: drawing image into target rect: java.awt.Rectangle[x=559,y=-216,width=510,height=509]
3649DEBUG: drawing image into target rect: java.awt.Rectangle[x=559,y=293,width=510,height=511]
3650DEBUG: drawing image into target rect: java.awt.Rectangle[x=559,y=804,width=510,height=510]
3651DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=-216,width=510,height=509]
3652DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=293,width=510,height=511]
3653DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=804,width=510,height=510]
3654DEBUG: drawing image into target rect: java.awt.Rectangle[x=-449,y=-198,width=510,height=509]
3655DEBUG: drawing image into target rect: java.awt.Rectangle[x=-449,y=311,width=510,height=511]
3656DEBUG: drawing image into target rect: java.awt.Rectangle[x=-449,y=822,width=510,height=510]
3657DEBUG: drawing image into target rect: java.awt.Rectangle[x=61,y=-198,width=510,height=509]
3658DEBUG: drawing image into target rect: java.awt.Rectangle[x=61,y=311,width=510,height=511]
3659DEBUG: drawing image into target rect: java.awt.Rectangle[x=61,y=822,width=510,height=510]
3660DEBUG: drawing image into target rect: java.awt.Rectangle[x=571,y=-198,width=510,height=509]
3661DEBUG: drawing image into target rect: java.awt.Rectangle[x=571,y=311,width=510,height=511]
3662DEBUG: drawing image into target rect: java.awt.Rectangle[x=571,y=822,width=510,height=510]
3663DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=-198,width=510,height=509]
3664DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=311,width=510,height=511]
3665DEBUG: drawing image into target rect: java.awt.Rectangle[x=1081,y=822,width=510,height=510]
3666DEBUG: drawing image into target rect: java.awt.Rectangle[x=-439,y=-183,width=510,height=509]
3667DEBUG: drawing image into target rect: java.awt.Rectangle[x=-439,y=326,width=510,height=511]
3668DEBUG: drawing image into target rect: java.awt.Rectangle[x=-439,y=837,width=510,height=510]
3669DEBUG: drawing image into target rect: java.awt.Rectangle[x=71,y=-183,width=510,height=509]
3670DEBUG: drawing image into target rect: java.awt.Rectangle[x=71,y=326,width=510,height=511]
3671DEBUG: drawing image into target rect: java.awt.Rectangle[x=71,y=837,width=510,height=510]
3672DEBUG: drawing image into target rect: java.awt.Rectangle[x=581,y=-183,width=510,height=509]
3673DEBUG: drawing image into target rect: java.awt.Rectangle[x=581,y=326,width=510,height=511]
3674DEBUG: drawing image into target rect: java.awt.Rectangle[x=581,y=837,width=510,height=510]
3675DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=-183,width=510,height=509]
3676DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=326,width=510,height=511]
3677DEBUG: drawing image into target rect: java.awt.Rectangle[x=1091,y=837,width=510,height=510]
3678DEBUG: drawing image into target rect: java.awt.Rectangle[x=-433,y=-174,width=510,height=509]
3679DEBUG: drawing image into target rect: java.awt.Rectangle[x=-433,y=335,width=510,height=511]
3680DEBUG: drawing image into target rect: java.awt.Rectangle[x=-433,y=846,width=510,height=510]
3681DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=-174,width=510,height=509]
3682DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=335,width=510,height=511]
3683DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=846,width=510,height=510]
3684DEBUG: drawing image into target rect: java.awt.Rectangle[x=587,y=-174,width=510,height=509]
3685DEBUG: drawing image into target rect: java.awt.Rectangle[x=587,y=335,width=510,height=511]
3686DEBUG: drawing image into target rect: java.awt.Rectangle[x=587,y=846,width=510,height=510]
3687DEBUG: drawing image into target rect: java.awt.Rectangle[x=1097,y=-174,width=510,height=509]
3688DEBUG: drawing image into target rect: java.awt.Rectangle[x=1097,y=335,width=510,height=511]
3689DEBUG: drawing image into target rect: java.awt.Rectangle[x=1097,y=846,width=510,height=510]
3690DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-169,width=510,height=509]
3691DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=340,width=510,height=511]
3692DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=851,width=510,height=510]
3693DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-169,width=510,height=509]
3694DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=340,width=510,height=511]
3695DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=851,width=510,height=510]
3696DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-169,width=510,height=509]
3697DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=340,width=510,height=511]
3698DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=851,width=510,height=510]
3699DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-169,width=510,height=509]
3700DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=340,width=510,height=511]
3701DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=851,width=510,height=510]
3702DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3703DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3704DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3705DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3706DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3707DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3708DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3709DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3710DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3711DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3712DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3713DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3714DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3715DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3716DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3717DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3718DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3719DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3720DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3721DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3722DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3723DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3724DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3725DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3726DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3727DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3728DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3729DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3730DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3731DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3732DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3733DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3734DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3735DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3736DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3737DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3738DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3739DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3740DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3741DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3742DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3743DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3744DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3745DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3746DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3747DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3748DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3749DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3750DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3751DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3752DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3753DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3754DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3755DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3756DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3757DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3758DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3759DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3760DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3761DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3762DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3763DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3764DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3765DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3766DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3767DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3768DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3769DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3770DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3771DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3772DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3773DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3774DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3775DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3776DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3777DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3778DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3779DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3780DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3781DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3782DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3783DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3784DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3785DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3786DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3787DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3788DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3789DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3790DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3791DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3792DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3793DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3794DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3795DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3796DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3797DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3798DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3799DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3800DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3801DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3802DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3803DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3804DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3805DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3806DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3807DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3808DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3809DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3810DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3811DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3812DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3813DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3814DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3815DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3816DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3817DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3818DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3819DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3820DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3821DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3822DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3823DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3824DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3825DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3826DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3827DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3828DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3829DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3830DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3831DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3832DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3834DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-168,width=510,height=509]
3835DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=341,width=510,height=511]
3836DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=852,width=510,height=510]
3837DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-168,width=510,height=509]
3838DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=341,width=510,height=511]
3839DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=852,width=510,height=510]
3840DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-168,width=510,height=509]
3841DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=341,width=510,height=511]
3842DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=852,width=510,height=510]
3843DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-168,width=510,height=509]
3844DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=341,width=510,height=511]
3845DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=852,width=510,height=510]
3846DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-169,width=510,height=509]
3847DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=340,width=510,height=511]
3848DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=851,width=510,height=510]
3849DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-169,width=510,height=509]
3850DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=340,width=510,height=511]
3851DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=851,width=510,height=510]
3852DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-169,width=510,height=509]
3853DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=340,width=510,height=511]
3854DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=851,width=510,height=510]
3855DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-169,width=510,height=509]
3856DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=340,width=510,height=511]
3857DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=851,width=510,height=510]
3858DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-171,width=510,height=509]
3859DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=338,width=510,height=511]
3860DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=849,width=510,height=510]
3861DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-171,width=510,height=509]
3862DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=338,width=510,height=511]
3863DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=849,width=510,height=510]
3864DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-171,width=510,height=509]
3865DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=338,width=510,height=511]
3866DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=849,width=510,height=510]
3867DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-171,width=510,height=509]
3868DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=338,width=510,height=511]
3869DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=849,width=510,height=510]
3870DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=-174,width=510,height=509]
3871DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=335,width=510,height=511]
3872DEBUG: drawing image into target rect: java.awt.Rectangle[x=-431,y=846,width=510,height=510]
3873DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-174,width=510,height=509]
3874DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=335,width=510,height=511]
3875DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=846,width=510,height=510]
3876DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=-174,width=510,height=509]
3877DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=335,width=510,height=511]
3878DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=846,width=510,height=510]
3879DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=-174,width=510,height=509]
3880DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=335,width=510,height=511]
3881DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=846,width=510,height=510]
3882DEBUG: drawing image into target rect: java.awt.Rectangle[x=-432,y=-177,width=510,height=509]
3883DEBUG: drawing image into target rect: java.awt.Rectangle[x=-432,y=332,width=510,height=511]
3884DEBUG: drawing image into target rect: java.awt.Rectangle[x=-432,y=843,width=510,height=510]
3885DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-177,width=510,height=509]
3886DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=332,width=510,height=511]
3887DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=843,width=510,height=510]
3888DEBUG: drawing image into target rect: java.awt.Rectangle[x=588,y=-177,width=510,height=509]
3889DEBUG: drawing image into target rect: java.awt.Rectangle[x=588,y=332,width=510,height=511]
3890DEBUG: drawing image into target rect: java.awt.Rectangle[x=588,y=843,width=510,height=510]
3891DEBUG: drawing image into target rect: java.awt.Rectangle[x=1098,y=-177,width=510,height=509]
3892DEBUG: drawing image into target rect: java.awt.Rectangle[x=1098,y=332,width=510,height=511]
3893DEBUG: drawing image into target rect: java.awt.Rectangle[x=1098,y=843,width=510,height=510]
3894DEBUG: drawing image into target rect: java.awt.Rectangle[x=-435,y=-179,width=510,height=509]
3895DEBUG: drawing image into target rect: java.awt.Rectangle[x=-435,y=330,width=510,height=511]
3896DEBUG: drawing image into target rect: java.awt.Rectangle[x=-435,y=841,width=510,height=510]
3897DEBUG: drawing image into target rect: java.awt.Rectangle[x=75,y=-179,width=510,height=509]
3898DEBUG: drawing image into target rect: java.awt.Rectangle[x=75,y=330,width=510,height=511]
3899DEBUG: drawing image into target rect: java.awt.Rectangle[x=75,y=841,width=510,height=510]
3900DEBUG: drawing image into target rect: java.awt.Rectangle[x=585,y=-179,width=510,height=509]
3901DEBUG: drawing image into target rect: java.awt.Rectangle[x=585,y=330,width=510,height=511]
3902DEBUG: drawing image into target rect: java.awt.Rectangle[x=585,y=841,width=510,height=510]
3903DEBUG: drawing image into target rect: java.awt.Rectangle[x=1095,y=-179,width=510,height=509]
3904DEBUG: drawing image into target rect: java.awt.Rectangle[x=1095,y=330,width=510,height=511]
3905DEBUG: drawing image into target rect: java.awt.Rectangle[x=1095,y=841,width=510,height=510]
3906DEBUG: drawing image into target rect: java.awt.Rectangle[x=-441,y=-182,width=510,height=509]
3907DEBUG: drawing image into target rect: java.awt.Rectangle[x=-441,y=327,width=510,height=511]
3908DEBUG: drawing image into target rect: java.awt.Rectangle[x=-441,y=838,width=510,height=510]
3909DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=-182,width=510,height=509]
3910DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=327,width=510,height=511]
3911DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=838,width=510,height=510]
3912DEBUG: drawing image into target rect: java.awt.Rectangle[x=579,y=-182,width=510,height=509]
3913DEBUG: drawing image into target rect: java.awt.Rectangle[x=579,y=327,width=510,height=511]
3914DEBUG: drawing image into target rect: java.awt.Rectangle[x=579,y=838,width=510,height=510]
3915DEBUG: drawing image into target rect: java.awt.Rectangle[x=1089,y=-182,width=510,height=509]
3916DEBUG: drawing image into target rect: java.awt.Rectangle[x=1089,y=327,width=510,height=511]
3917DEBUG: drawing image into target rect: java.awt.Rectangle[x=1089,y=838,width=510,height=510]
3918DEBUG: drawing image into target rect: java.awt.Rectangle[x=-456,y=-187,width=510,height=509]
3919DEBUG: drawing image into target rect: java.awt.Rectangle[x=-456,y=322,width=510,height=511]
3920DEBUG: drawing image into target rect: java.awt.Rectangle[x=-456,y=833,width=510,height=510]
3921DEBUG: drawing image into target rect: java.awt.Rectangle[x=54,y=-187,width=510,height=509]
3922DEBUG: drawing image into target rect: java.awt.Rectangle[x=54,y=322,width=510,height=511]
3923DEBUG: drawing image into target rect: java.awt.Rectangle[x=54,y=833,width=510,height=510]
3924DEBUG: drawing image into target rect: java.awt.Rectangle[x=564,y=-187,width=510,height=509]
3925DEBUG: drawing image into target rect: java.awt.Rectangle[x=564,y=322,width=510,height=511]
3926DEBUG: drawing image into target rect: java.awt.Rectangle[x=564,y=833,width=510,height=510]
3927DEBUG: drawing image into target rect: java.awt.Rectangle[x=1074,y=-187,width=510,height=509]
3928DEBUG: drawing image into target rect: java.awt.Rectangle[x=1074,y=322,width=510,height=511]
3929DEBUG: drawing image into target rect: java.awt.Rectangle[x=1074,y=833,width=510,height=510]
3930DEBUG: drawing image into target rect: java.awt.Rectangle[x=-473,y=-191,width=510,height=509]
3931DEBUG: drawing image into target rect: java.awt.Rectangle[x=-473,y=318,width=510,height=511]
3932DEBUG: drawing image into target rect: java.awt.Rectangle[x=-473,y=829,width=510,height=510]
3933DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=-191,width=510,height=509]
3934DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=318,width=510,height=511]
3935DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=829,width=510,height=510]
3936DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=-191,width=510,height=509]
3937DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=318,width=510,height=511]
3938DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=829,width=510,height=510]
3939DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=-191,width=510,height=509]
3940DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=318,width=510,height=511]
3941DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=829,width=510,height=510]
3942DEBUG: drawing image into target rect: java.awt.Rectangle[x=-497,y=-198,width=510,height=509]
3943DEBUG: drawing image into target rect: java.awt.Rectangle[x=-497,y=311,width=510,height=511]
3944DEBUG: drawing image into target rect: java.awt.Rectangle[x=-497,y=822,width=510,height=510]
3945DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=-198,width=510,height=509]
3946DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=311,width=510,height=511]
3947DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=822,width=510,height=510]
3948DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-198,width=510,height=509]
3949DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=311,width=510,height=511]
3950DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=822,width=510,height=510]
3951DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=-198,width=510,height=509]
3952DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=311,width=510,height=511]
3953DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=822,width=510,height=510]
3954DEBUG: drawing image into target rect: java.awt.Rectangle[x=-4,y=-203,width=509,height=509]
3955DEBUG: drawing image into target rect: java.awt.Rectangle[x=-4,y=306,width=509,height=511]
3956DEBUG: drawing image into target rect: java.awt.Rectangle[x=-4,y=817,width=509,height=510]
3957DEBUG: drawing image into target rect: java.awt.Rectangle[x=505,y=-203,width=510,height=509]
3958DEBUG: drawing image into target rect: java.awt.Rectangle[x=505,y=306,width=510,height=511]
3959DEBUG: drawing image into target rect: java.awt.Rectangle[x=505,y=817,width=510,height=510]
3960DEBUG: drawing image into target rect: java.awt.Rectangle[x=1015,y=-203,width=510,height=509]
3961DEBUG: drawing image into target rect: java.awt.Rectangle[x=1015,y=306,width=510,height=511]
3962DEBUG: drawing image into target rect: java.awt.Rectangle[x=1015,y=817,width=510,height=510]
3963DEBUG: drawing image into target rect: java.awt.Rectangle[x=-21,y=-208,width=509,height=509]
3964DEBUG: drawing image into target rect: java.awt.Rectangle[x=-21,y=301,width=509,height=511]
3965DEBUG: drawing image into target rect: java.awt.Rectangle[x=-21,y=812,width=509,height=510]
3966DEBUG: drawing image into target rect: java.awt.Rectangle[x=488,y=-208,width=510,height=509]
3967DEBUG: drawing image into target rect: java.awt.Rectangle[x=488,y=301,width=510,height=511]
3968DEBUG: drawing image into target rect: java.awt.Rectangle[x=488,y=812,width=510,height=510]
3969DEBUG: drawing image into target rect: java.awt.Rectangle[x=998,y=-208,width=510,height=509]
3970DEBUG: drawing image into target rect: java.awt.Rectangle[x=998,y=301,width=510,height=511]
3971DEBUG: drawing image into target rect: java.awt.Rectangle[x=998,y=812,width=510,height=510]
3972DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=-213,width=509,height=509]
3973DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=296,width=509,height=511]
3974DEBUG: drawing image into target rect: java.awt.Rectangle[x=-38,y=807,width=509,height=510]
3975DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=-213,width=510,height=509]
3976DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=296,width=510,height=511]
3977DEBUG: drawing image into target rect: java.awt.Rectangle[x=471,y=807,width=510,height=510]
3978DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=-213,width=510,height=509]
3979DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=296,width=510,height=511]
3980DEBUG: drawing image into target rect: java.awt.Rectangle[x=981,y=807,width=510,height=510]
3981DEBUG: drawing image into target rect: java.awt.Rectangle[x=-53,y=-218,width=509,height=509]
3982DEBUG: drawing image into target rect: java.awt.Rectangle[x=-53,y=291,width=509,height=511]
3983DEBUG: drawing image into target rect: java.awt.Rectangle[x=-53,y=802,width=509,height=510]
3984DEBUG: drawing image into target rect: java.awt.Rectangle[x=456,y=-218,width=510,height=509]
3985DEBUG: drawing image into target rect: java.awt.Rectangle[x=456,y=291,width=510,height=511]
3986DEBUG: drawing image into target rect: java.awt.Rectangle[x=456,y=802,width=510,height=510]
3987DEBUG: drawing image into target rect: java.awt.Rectangle[x=966,y=-218,width=510,height=509]
3988DEBUG: drawing image into target rect: java.awt.Rectangle[x=966,y=291,width=510,height=511]
3989DEBUG: drawing image into target rect: java.awt.Rectangle[x=966,y=802,width=510,height=510]
3990DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=-221,width=509,height=509]
3991DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=288,width=509,height=511]
3992DEBUG: drawing image into target rect: java.awt.Rectangle[x=-62,y=799,width=509,height=510]
3993DEBUG: drawing image into target rect: java.awt.Rectangle[x=447,y=-221,width=510,height=509]
3994DEBUG: drawing image into target rect: java.awt.Rectangle[x=447,y=288,width=510,height=511]
3995DEBUG: drawing image into target rect: java.awt.Rectangle[x=447,y=799,width=510,height=510]
3996DEBUG: drawing image into target rect: java.awt.Rectangle[x=957,y=-221,width=510,height=509]
3997DEBUG: drawing image into target rect: java.awt.Rectangle[x=957,y=288,width=510,height=511]
3998DEBUG: drawing image into target rect: java.awt.Rectangle[x=957,y=799,width=510,height=510]
3999DEBUG: drawing image into target rect: java.awt.Rectangle[x=-70,y=-223,width=509,height=509]
4000DEBUG: drawing image into target rect: java.awt.Rectangle[x=-70,y=286,width=509,height=511]
4001DEBUG: drawing image into target rect: java.awt.Rectangle[x=-70,y=797,width=509,height=510]
4002DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-223,width=510,height=509]
4003DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=286,width=510,height=511]
4004DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=797,width=510,height=510]
4005DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-223,width=510,height=509]
4006DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=286,width=510,height=511]
4007DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=797,width=510,height=510]
4008DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-223,width=510,height=509]
4009DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=286,width=510,height=511]
4010DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=797,width=510,height=510]
4011DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=-225,width=509,height=509]
4012DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=284,width=509,height=511]
4013DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=795,width=509,height=510]
4014DEBUG: drawing image into target rect: java.awt.Rectangle[x=434,y=-225,width=510,height=509]
4015DEBUG: drawing image into target rect: java.awt.Rectangle[x=434,y=284,width=510,height=511]
4016DEBUG: drawing image into target rect: java.awt.Rectangle[x=434,y=795,width=510,height=510]
4017DEBUG: drawing image into target rect: java.awt.Rectangle[x=944,y=-225,width=510,height=509]
4018DEBUG: drawing image into target rect: java.awt.Rectangle[x=944,y=284,width=510,height=511]
4019DEBUG: drawing image into target rect: java.awt.Rectangle[x=944,y=795,width=510,height=510]
4020DEBUG: drawing image into target rect: java.awt.Rectangle[x=1454,y=-225,width=510,height=509]
4021DEBUG: drawing image into target rect: java.awt.Rectangle[x=1454,y=284,width=510,height=511]
4022DEBUG: drawing image into target rect: java.awt.Rectangle[x=1454,y=795,width=510,height=510]
4023DEBUG: drawing image into target rect: java.awt.Rectangle[x=-79,y=-226,width=509,height=509]
4024DEBUG: drawing image into target rect: java.awt.Rectangle[x=-79,y=283,width=509,height=511]
4025DEBUG: drawing image into target rect: java.awt.Rectangle[x=-79,y=794,width=509,height=510]
4026DEBUG: drawing image into target rect: java.awt.Rectangle[x=430,y=-226,width=510,height=509]
4027DEBUG: drawing image into target rect: java.awt.Rectangle[x=430,y=283,width=510,height=511]
4028DEBUG: drawing image into target rect: java.awt.Rectangle[x=430,y=794,width=510,height=510]
4029DEBUG: drawing image into target rect: java.awt.Rectangle[x=940,y=-226,width=510,height=509]
4030DEBUG: drawing image into target rect: java.awt.Rectangle[x=940,y=283,width=510,height=511]
4031DEBUG: drawing image into target rect: java.awt.Rectangle[x=940,y=794,width=510,height=510]
4032DEBUG: drawing image into target rect: java.awt.Rectangle[x=1450,y=-226,width=510,height=509]
4033DEBUG: drawing image into target rect: java.awt.Rectangle[x=1450,y=283,width=510,height=511]
4034DEBUG: drawing image into target rect: java.awt.Rectangle[x=1450,y=794,width=510,height=510]
4035DEBUG: drawing image into target rect: java.awt.Rectangle[x=-86,y=-228,width=509,height=509]
4036DEBUG: drawing image into target rect: java.awt.Rectangle[x=-86,y=281,width=509,height=511]
4037DEBUG: drawing image into target rect: java.awt.Rectangle[x=-86,y=792,width=509,height=510]
4038DEBUG: drawing image into target rect: java.awt.Rectangle[x=423,y=-228,width=510,height=509]
4039DEBUG: drawing image into target rect: java.awt.Rectangle[x=423,y=281,width=510,height=511]
4040DEBUG: drawing image into target rect: java.awt.Rectangle[x=423,y=792,width=510,height=510]
4041DEBUG: drawing image into target rect: java.awt.Rectangle[x=933,y=-228,width=510,height=509]
4042DEBUG: drawing image into target rect: java.awt.Rectangle[x=933,y=281,width=510,height=511]
4043DEBUG: drawing image into target rect: java.awt.Rectangle[x=933,y=792,width=510,height=510]
4044DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=-228,width=510,height=509]
4045DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=281,width=510,height=511]
4046DEBUG: drawing image into target rect: java.awt.Rectangle[x=1443,y=792,width=510,height=510]
4047DEBUG: drawing image into target rect: java.awt.Rectangle[x=-89,y=-229,width=509,height=509]
4048DEBUG: drawing image into target rect: java.awt.Rectangle[x=-89,y=280,width=509,height=511]
4049DEBUG: drawing image into target rect: java.awt.Rectangle[x=-89,y=791,width=509,height=510]
4050DEBUG: drawing image into target rect: java.awt.Rectangle[x=420,y=-229,width=510,height=509]
4051DEBUG: drawing image into target rect: java.awt.Rectangle[x=420,y=280,width=510,height=511]
4052DEBUG: drawing image into target rect: java.awt.Rectangle[x=420,y=791,width=510,height=510]
4053DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=-229,width=510,height=509]
4054DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=280,width=510,height=511]
4055DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=791,width=510,height=510]
4056DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-229,width=510,height=509]
4057DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=280,width=510,height=511]
4058DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=791,width=510,height=510]
4059DEBUG: zoomChanged(): 12
4060DEBUG: drawing image into target rect: java.awt.Rectangle[x=-455,y=-556,width=721,height=721]
4061DEBUG: drawing image into target rect: java.awt.Rectangle[x=-455,y=165,width=721,height=721]
4062DEBUG: drawing image into target rect: java.awt.Rectangle[x=266,y=-556,width=722,height=721]
4063DEBUG: drawing image into target rect: java.awt.Rectangle[x=266,y=165,width=722,height=721]
4064DEBUG: drawing image into target rect: java.awt.Rectangle[x=988,y=-556,width=721,height=721]
4065DEBUG: drawing image into target rect: java.awt.Rectangle[x=988,y=165,width=721,height=721]
4066DEBUG: drawing image into target rect: java.awt.Rectangle[x=-972,y=-1019,width=1020,height=1020]
4067DEBUG: drawing image into target rect: java.awt.Rectangle[x=-972,y=1,width=1020,height=1020]
4068DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=-1019,width=1020,height=1020]
4069DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=1,width=1020,height=1020]
4070DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=-1019,width=1020,height=1020]
4071DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=1,width=1020,height=1020]
4072DEBUG: tileLoadingFinished() tile: Tile 12/2024/1407@OpenStreetMap (Mapnik) success: true
4073DEBUG: tileLoadingFinished() tile: Tile 12/2024/1406@OpenStreetMap (Mapnik) success: true
4074DEBUG: tileLoadingFinished() tile: Tile 12/2022/1407@OpenStreetMap (Mapnik) success: true
4075DEBUG: tileLoadingFinished() tile: Tile 12/2021/1405@OpenStreetMap (Mapnik) success: true
4076DEBUG: tileLoadingFinished() tile: Tile 12/2021/1406@OpenStreetMap (Mapnik) success: true
4077DEBUG: tileLoadingFinished() tile: Tile 12/2021/1407@OpenStreetMap (Mapnik) success: true
4078DEBUG: tileLoadingFinished() tile: Tile 12/2022/1406@OpenStreetMap (Mapnik) success: true
4079DEBUG: tileLoadingFinished() tile: Tile 12/2023/1405@OpenStreetMap (Mapnik) success: true
4080DEBUG: tileLoadingFinished() tile: Tile 12/2024/1405@OpenStreetMap (Mapnik) success: true
4081DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=-509,width=510,height=510]
4082DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=1,width=510,height=510]
4083DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=511,width=510,height=510]
4084DEBUG: tileLoadingFinished() tile: Tile 12/2025/1405@OpenStreetMap (Mapnik) success: true
4085DEBUG: missed tile: Tile 12/2022/1405@OpenStreetMap (Mapnik)
4086DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=1,width=510,height=510]
4087DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=511,width=510,height=510]
4088DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=-509,width=510,height=510]
4089DEBUG: missed tile: Tile 12/2023/1406@OpenStreetMap (Mapnik)
4090DEBUG: missed tile: Tile 12/2023/1407@OpenStreetMap (Mapnik)
4091DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=-509,width=510,height=510]
4092DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=1,width=510,height=510]
4093DEBUG: tileLoadingFinished() tile: Tile 12/2025/1407@OpenStreetMap (Mapnik) success: true
4094DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=511,width=510,height=510]
4095DEBUG: source: java.awt.Rectangle[x=48,y=-1019,width=1020,height=1020]
4096border: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4097intersection: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4098DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4099DEBUG: source: java.awt.Rectangle[x=48,y=1,width=1020,height=1020]
4100border: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4101intersection: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4102DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4103DEBUG: tileLoadingFinished() tile: Tile 12/2025/1406@OpenStreetMap (Mapnik) success: true
4104DEBUG: source: java.awt.Rectangle[x=48,y=1,width=1020,height=1020]
4105border: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4106intersection: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4107DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4108DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=-509,width=510,height=510]
4109DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=1,width=510,height=510]
4110DEBUG: drawing image into target rect: java.awt.Rectangle[x=-462,y=511,width=510,height=510]
4111DEBUG: missed tile: Tile 12/2022/1405@OpenStreetMap (Mapnik)
4112DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=1,width=510,height=510]
4113DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=511,width=510,height=510]
4114DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=-509,width=510,height=510]
4115DEBUG: missed tile: Tile 12/2023/1406@OpenStreetMap (Mapnik)
4116DEBUG: missed tile: Tile 12/2023/1407@OpenStreetMap (Mapnik)
4117DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=-509,width=510,height=510]
4118DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=1,width=510,height=510]
4119DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=511,width=510,height=510]
4120DEBUG: source: java.awt.Rectangle[x=48,y=-1019,width=1020,height=1020]
4121border: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4122intersection: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4123DEBUG: drawing image into target rect: java.awt.Rectangle[x=48,y=-509,width=510,height=510]
4124DEBUG: source: java.awt.Rectangle[x=48,y=1,width=1020,height=1020]
4125border: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4126intersection: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4127DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=1,width=510,height=510]
4128DEBUG: source: java.awt.Rectangle[x=48,y=1,width=1020,height=1020]
4129border: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4130intersection: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4131DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=511,width=510,height=510]
4132DEBUG: tileLoadingFinished() tile: Tile 12/2023/1407@OpenStreetMap (Mapnik) success: true
4133DEBUG: zoomChanged(): 13
4134DEBUG: tileLoadingFinished() tile: Tile 12/2022/1405@OpenStreetMap (Mapnik) success: true
4135DEBUG: drawing image into target rect: java.awt.Rectangle[x=-261,y=-230,width=721,height=721]
4136DEBUG: tileLoadingFinished() tile: Tile 12/2023/1406@OpenStreetMap (Mapnik) success: true
4137DEBUG: drawing image into target rect: java.awt.Rectangle[x=-261,y=491,width=721,height=721]
4138DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=-230,width=722,height=721]
4139DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=491,width=722,height=721]
4140DEBUG: drawing image into target rect: java.awt.Rectangle[x=1182,y=-230,width=721,height=721]
4141DEBUG: drawing image into target rect: java.awt.Rectangle[x=1182,y=491,width=721,height=721]
4142DEBUG: drawing image into target rect: java.awt.Rectangle[x=-261,y=-230,width=721,height=721]
4143DEBUG: drawing image into target rect: java.awt.Rectangle[x=-261,y=491,width=721,height=721]
4144DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=-230,width=722,height=721]
4145DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=491,width=722,height=721]
4146DEBUG: drawing image into target rect: java.awt.Rectangle[x=1182,y=-230,width=721,height=721]
4147DEBUG: drawing image into target rect: java.awt.Rectangle[x=1182,y=491,width=721,height=721]
4148DEBUG: drawing image into target rect: java.awt.Rectangle[x=-699,y=-557,width=1019,height=1019]
4149DEBUG: drawing image into target rect: java.awt.Rectangle[x=-699,y=462,width=1019,height=1021]
4150DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=-557,width=1021,height=1019]
4151DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=462,width=1021,height=1021]
4152DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=-557,width=1020,height=1019]
4153DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=462,width=1020,height=1021]
4154DEBUG: tileLoadingFinished() tile: Tile 13/4048/2814@OpenStreetMap (Mapnik) success: true
4155DEBUG: tileLoadingFinished() tile: Tile 13/4048/2815@OpenStreetMap (Mapnik) success: true
4156DEBUG: tileLoadingFinished() tile: Tile 13/4048/2812@OpenStreetMap (Mapnik) success: true
4157DEBUG: missed tile: Tile 13/4045/2813@OpenStreetMap (Mapnik)
4158DEBUG: missed tile: Tile 13/4045/2814@OpenStreetMap (Mapnik)
4159DEBUG: missed tile: Tile 13/4046/2813@OpenStreetMap (Mapnik)
4160DEBUG: missed tile: Tile 13/4046/2814@OpenStreetMap (Mapnik)
4161DEBUG: missed tile: Tile 13/4047/2813@OpenStreetMap (Mapnik)
4162DEBUG: missed tile: Tile 13/4047/2814@OpenStreetMap (Mapnik)
4163DEBUG: missed tile: Tile 13/4048/2813@OpenStreetMap (Mapnik)
4164DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=462,width=510,height=510]
4165DEBUG: tileLoadingFinished() tile: Tile 13/4048/2813@OpenStreetMap (Mapnik) success: true
4166DEBUG: source: java.awt.Rectangle[x=-699,y=-557,width=1019,height=1019]
4167border: java.awt.Rectangle[x=-189,y=-47,width=509,height=509]
4168intersection: java.awt.Rectangle[x=-189,y=-47,width=509,height=509]
4169DEBUG: drawing image into target rect: java.awt.Rectangle[x=-189,y=-47,width=509,height=509]
4170DEBUG: source: java.awt.Rectangle[x=-699,y=462,width=1019,height=1021]
4171border: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4172intersection: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4173DEBUG: drawing image into target rect: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4174DEBUG: source: java.awt.Rectangle[x=320,y=-557,width=1021,height=1019]
4175border: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4176intersection: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4177DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4178DEBUG: source: java.awt.Rectangle[x=320,y=462,width=1021,height=1021]
4179border: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4180intersection: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4181DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4182DEBUG: source: java.awt.Rectangle[x=320,y=-557,width=1021,height=1019]
4183border: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4184intersection: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4185DEBUG: drawing image into target rect: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4186DEBUG: source: java.awt.Rectangle[x=320,y=462,width=1021,height=1021]
4187border: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4188intersection: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4189DEBUG: drawing image into target rect: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4190DEBUG: source: java.awt.Rectangle[x=1341,y=-557,width=1020,height=1019]
4191border: java.awt.Rectangle[x=1341,y=-47,width=510,height=509]
4192intersection: java.awt.Rectangle[x=1341,y=-47,width=510,height=509]
4193DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=-47,width=510,height=509]
4194DEBUG: tileLoadingFinished() tile: Tile 13/4044/2813@OpenStreetMap (Mapnik) success: true
4195DEBUG: tileLoadingFinished() tile: Tile 13/4045/2813@OpenStreetMap (Mapnik) success: true
4196DEBUG: tileLoadingFinished() tile: Tile 13/4044/2812@OpenStreetMap (Mapnik) success: true
4197DEBUG: tileLoadingFinished() tile: Tile 13/4044/2814@OpenStreetMap (Mapnik) success: true
4198DEBUG: tileLoadingFinished() tile: Tile 13/4045/2815@OpenStreetMap (Mapnik) success: true
4199DEBUG: tileLoadingFinished() tile: Tile 13/4045/2812@OpenStreetMap (Mapnik) success: true
4200DEBUG: drawing image into target rect: java.awt.Rectangle[x=-189,y=-47,width=509,height=509]
4201DEBUG: missed tile: Tile 13/4045/2814@OpenStreetMap (Mapnik)
4202DEBUG: missed tile: Tile 13/4046/2813@OpenStreetMap (Mapnik)
4203DEBUG: missed tile: Tile 13/4046/2814@OpenStreetMap (Mapnik)
4204DEBUG: missed tile: Tile 13/4047/2813@OpenStreetMap (Mapnik)
4205DEBUG: missed tile: Tile 13/4047/2814@OpenStreetMap (Mapnik)
4206DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=-47,width=510,height=509]
4207DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=462,width=510,height=510]
4208DEBUG: source: java.awt.Rectangle[x=-699,y=462,width=1019,height=1021]
4209border: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4210intersection: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4211DEBUG: drawing image into target rect: java.awt.Rectangle[x=-189,y=462,width=509,height=510]
4212DEBUG: source: java.awt.Rectangle[x=320,y=-557,width=1021,height=1019]
4213border: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4214intersection: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4215DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=-47,width=511,height=509]
4216DEBUG: source: java.awt.Rectangle[x=320,y=462,width=1021,height=1021]
4217border: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4218intersection: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4219DEBUG: drawing image into target rect: java.awt.Rectangle[x=320,y=462,width=511,height=510]
4220DEBUG: source: java.awt.Rectangle[x=320,y=-557,width=1021,height=1019]
4221border: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4222intersection: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4223DEBUG: drawing image into target rect: java.awt.Rectangle[x=831,y=-47,width=510,height=509]
4224DEBUG: source: java.awt.Rectangle[x=320,y=462,width=1021,height=1021]
4225border: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4226intersection: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4227DEBUG: drawing image into target rect: java.awt.Rectangle[x=831,y=462,width=510,height=510]
4228DEBUG: tileLoadingFinished() tile: Tile 13/4046/2815@OpenStreetMap (Mapnik) success: true
4229DEBUG: tileLoadingFinished() tile: Tile 13/4047/2815@OpenStreetMap (Mapnik) success: true
4230DEBUG: tileLoadingFinished() tile: Tile 13/4047/2814@OpenStreetMap (Mapnik) success: true
4231DEBUG: tileLoadingFinished() tile: Tile 13/4047/2812@OpenStreetMap (Mapnik) success: true
4232DEBUG: tileLoadingFinished() tile: Tile 13/4047/2813@OpenStreetMap (Mapnik) success: true
4233DEBUG: zoomChanged(): 14
4234DEBUG: tileLoadingFinished() tile: Tile 13/4046/2814@OpenStreetMap (Mapnik) success: true
4235DEBUG: drawing image into target rect: java.awt.Rectangle[x=-598,y=-298,width=720,height=720]
4236DEBUG: tileLoadingFinished() tile: Tile 13/4045/2814@OpenStreetMap (Mapnik) success: true
4237DEBUG: drawing image into target rect: java.awt.Rectangle[x=-598,y=422,width=720,height=722]
4238DEBUG: missed tile: Tile 13/4046/2813@OpenStreetMap (Mapnik)
4239DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4240DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=-298,width=721,height=720]
4241DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4242DEBUG: tileLoadingFinished() tile: Tile 13/4046/2812@OpenStreetMap (Mapnik) success: true
4243DEBUG: tileLoadingFinished() tile: Tile 13/4046/2813@OpenStreetMap (Mapnik) success: true
4244DEBUG: source: java.awt.Rectangle[x=122,y=-1020,width=1443,height=1442]
4245border: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4246intersection: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4247DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4248DEBUG: tileLoadingFinished() tile: Tile 13/4044/2815@OpenStreetMap (Mapnik) success: true
4249DEBUG: drawing image into target rect: java.awt.Rectangle[x=-598,y=-298,width=720,height=720]
4250DEBUG: drawing image into target rect: java.awt.Rectangle[x=-598,y=422,width=720,height=722]
4251DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4252DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4253DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=-298,width=721,height=720]
4254DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4255DEBUG: tileLoadingFinished() tile: Tile 14/8091/5626@OpenStreetMap (Mapnik) success: true
4256DEBUG: tileLoadingFinished() tile: Tile 14/8091/5629@OpenStreetMap (Mapnik) success: true
4257DEBUG: tileLoadingFinished() tile: Tile 14/8095/5628@OpenStreetMap (Mapnik) success: true
4258DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=-298,width=360,height=359]
4259DEBUG: tileLoadingFinished() tile: Tile 14/8092/5629@OpenStreetMap (Mapnik) success: true
4260DEBUG: missed tile: Tile 14/8091/5627@OpenStreetMap (Mapnik)
4261DEBUG: missed tile: Tile 14/8091/5628@OpenStreetMap (Mapnik)
4262DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=783,width=360,height=361]
4263DEBUG: tileLoadingFinished() tile: Tile 14/8094/5627@OpenStreetMap (Mapnik) success: true
4264DEBUG: tileLoadingFinished() tile: Tile 14/8093/5629@OpenStreetMap (Mapnik) success: true
4265DEBUG: missed tile: Tile 14/8092/5626@OpenStreetMap (Mapnik)
4266DEBUG: missed tile: Tile 14/8092/5627@OpenStreetMap (Mapnik)
4267DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4268DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=783,width=361,height=361]
4269DEBUG: tileLoadingFinished() tile: Tile 14/8091/5628@OpenStreetMap (Mapnik) success: true
4270DEBUG: missed tile: Tile 14/8093/5626@OpenStreetMap (Mapnik)
4271DEBUG: missed tile: Tile 14/8093/5627@OpenStreetMap (Mapnik)
4272DEBUG: missed tile: Tile 14/8093/5628@OpenStreetMap (Mapnik)
4273DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=783,width=361,height=361]
4274DEBUG: missed tile: Tile 14/8094/5626@OpenStreetMap (Mapnik)
4275DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=61,width=361,height=361]
4276DEBUG: tileLoadingFinished() tile: Tile 14/8095/5627@OpenStreetMap (Mapnik) success: true
4277DEBUG: missed tile: Tile 14/8094/5628@OpenStreetMap (Mapnik)
4278DEBUG: missed tile: Tile 14/8094/5629@OpenStreetMap (Mapnik)
4279DEBUG: missed tile: Tile 14/8095/5626@OpenStreetMap (Mapnik)
4280DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=61,width=360,height=361]
4281DEBUG: tileLoadingFinished() tile: Tile 14/8095/5626@OpenStreetMap (Mapnik) success: true
4282DEBUG: tileLoadingFinished() tile: Tile 14/8094/5628@OpenStreetMap (Mapnik) success: true
4283DEBUG: tileLoadingFinished() tile: Tile 14/8093/5626@OpenStreetMap (Mapnik) success: true
4284DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=422,width=360,height=361]
4285DEBUG: tileLoadingFinished() tile: Tile 14/8091/5627@OpenStreetMap (Mapnik) success: true
4286DEBUG: tileLoadingFinished() tile: Tile 14/8092/5627@OpenStreetMap (Mapnik) success: true
4287DEBUG: missed tile: Tile 14/8095/5629@OpenStreetMap (Mapnik)
4288DEBUG: source: java.awt.Rectangle[x=-598,y=-298,width=720,height=720]
4289border: java.awt.Rectangle[x=-238,y=61,width=360,height=361]
4290intersection: java.awt.Rectangle[x=-238,y=61,width=360,height=361]
4291DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=61,width=360,height=361]
4292DEBUG: source: java.awt.Rectangle[x=-598,y=422,width=720,height=722]
4293border: java.awt.Rectangle[x=-238,y=422,width=360,height=361]
4294intersection: java.awt.Rectangle[x=-238,y=422,width=360,height=361]
4295DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=422,width=360,height=361]
4296DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4297border: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4298intersection: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4299DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4300DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4301border: java.awt.Rectangle[x=122,y=61,width=361,height=361]
4302intersection: java.awt.Rectangle[x=122,y=61,width=361,height=361]
4303DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=61,width=361,height=361]
4304DEBUG: source: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4305border: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4306intersection: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4307DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4308DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4309border: java.awt.Rectangle[x=483,y=-298,width=361,height=359]
4310intersection: java.awt.Rectangle[x=483,y=-298,width=361,height=359]
4311DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=-298,width=361,height=359]
4312DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4313border: java.awt.Rectangle[x=483,y=61,width=361,height=361]
4314intersection: java.awt.Rectangle[x=483,y=61,width=361,height=361]
4315DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=61,width=361,height=361]
4316DEBUG: source: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4317border: java.awt.Rectangle[x=483,y=422,width=361,height=361]
4318intersection: java.awt.Rectangle[x=483,y=422,width=361,height=361]
4319DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=422,width=361,height=361]
4320DEBUG: source: java.awt.Rectangle[x=844,y=-298,width=721,height=720]
4321border: java.awt.Rectangle[x=844,y=-298,width=361,height=359]
4322intersection: java.awt.Rectangle[x=844,y=-298,width=361,height=359]
4323DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=-298,width=361,height=359]
4324DEBUG: source: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4325border: java.awt.Rectangle[x=844,y=422,width=361,height=361]
4326intersection: java.awt.Rectangle[x=844,y=422,width=361,height=361]
4327DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=422,width=361,height=361]
4328DEBUG: source: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4329border: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4330intersection: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4331DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4332DEBUG: source: java.awt.Rectangle[x=844,y=-298,width=721,height=720]
4333border: java.awt.Rectangle[x=1205,y=-298,width=360,height=359]
4334intersection: java.awt.Rectangle[x=1205,y=-298,width=360,height=359]
4335DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=-298,width=360,height=359]
4336DEBUG: source: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4337border: java.awt.Rectangle[x=1205,y=783,width=360,height=361]
4338intersection: java.awt.Rectangle[x=1205,y=783,width=360,height=361]
4339DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=783,width=360,height=361]
4340DEBUG: tileLoadingFinished() tile: Tile 14/8094/5626@OpenStreetMap (Mapnik) success: true
4341DEBUG: tileLoadingFinished() tile: Tile 14/8095/5629@OpenStreetMap (Mapnik) success: true
4342DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=-298,width=360,height=359]
4343DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=61,width=360,height=361]
4344DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=422,width=360,height=361]
4345DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=783,width=360,height=361]
4346DEBUG: missed tile: Tile 14/8092/5626@OpenStreetMap (Mapnik)
4347DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=61,width=361,height=361]
4348DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4349DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=783,width=361,height=361]
4350DEBUG: tileLoadingFinished() tile: Tile 14/8093/5627@OpenStreetMap (Mapnik) success: true
4351DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=-298,width=361,height=359]
4352DEBUG: tileLoadingFinished() tile: Tile 14/8093/5628@OpenStreetMap (Mapnik) success: true
4353DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=61,width=361,height=361]
4354DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=422,width=361,height=361]
4355DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=783,width=361,height=361]
4356DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=-298,width=361,height=359]
4357DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=61,width=361,height=361]
4358DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=422,width=361,height=361]
4359DEBUG: missed tile: Tile 14/8094/5629@OpenStreetMap (Mapnik)
4360DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=-298,width=360,height=359]
4361DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=61,width=360,height=361]
4362DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=422,width=360,height=361]
4363DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=783,width=360,height=361]
4364DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4365border: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4366intersection: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4367DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4368DEBUG: source: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4369border: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4370intersection: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4371DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4372DEBUG: source: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4373border: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4374intersection: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4375DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4376DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=-298,width=360,height=359]
4377DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=61,width=360,height=361]
4378DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=422,width=360,height=361]
4379DEBUG: drawing image into target rect: java.awt.Rectangle[x=-238,y=783,width=360,height=361]
4380DEBUG: missed tile: Tile 14/8092/5626@OpenStreetMap (Mapnik)
4381DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=61,width=361,height=361]
4382DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4383DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=783,width=361,height=361]
4384DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=-298,width=361,height=359]
4385DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=61,width=361,height=361]
4386DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=422,width=361,height=361]
4387DEBUG: drawing image into target rect: java.awt.Rectangle[x=483,y=783,width=361,height=361]
4388DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=-298,width=361,height=359]
4389DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=61,width=361,height=361]
4390DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=422,width=361,height=361]
4391DEBUG: missed tile: Tile 14/8094/5629@OpenStreetMap (Mapnik)
4392DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=-298,width=360,height=359]
4393DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=61,width=360,height=361]
4394DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=422,width=360,height=361]
4395DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=783,width=360,height=361]
4396DEBUG: source: java.awt.Rectangle[x=122,y=-298,width=722,height=720]
4397border: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4398intersection: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4399DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=-298,width=361,height=359]
4400DEBUG: source: java.awt.Rectangle[x=122,y=422,width=722,height=722]
4401border: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4402intersection: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4403DEBUG: drawing image into target rect: java.awt.Rectangle[x=122,y=422,width=361,height=361]
4404DEBUG: source: java.awt.Rectangle[x=844,y=422,width=721,height=722]
4405border: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4406intersection: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4407DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=783,width=361,height=361]
4408DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=-128,width=509,height=510]
4409DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4410DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=-128,width=510,height=510]
4411DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=382,width=510,height=510]
4412DEBUG: drawing image into target rect: java.awt.Rectangle[x=970,y=-128,width=510,height=510]
4413DEBUG: drawing image into target rect: java.awt.Rectangle[x=970,y=382,width=510,height=510]
4414DEBUG: source: java.awt.Rectangle[x=-49,y=382,width=1019,height=1020]
4415border: java.awt.Rectangle[x=-49,y=382,width=509,height=510]
4416intersection: java.awt.Rectangle[x=-49,y=382,width=509,height=510]
4417DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=382,width=509,height=510]
4418DEBUG: zoomChanged(): 15
4419DEBUG: drawing image into target rect: java.awt.Rectangle[x=-295,y=-395,width=721,height=721]
4420DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4421DEBUG: drawing image into target rect: java.awt.Rectangle[x=426,y=-395,width=721,height=721]
4422DEBUG: drawing image into target rect: java.awt.Rectangle[x=426,y=326,width=721,height=721]
4423DEBUG: drawing image into target rect: java.awt.Rectangle[x=1147,y=-395,width=722,height=721]
4424DEBUG: drawing image into target rect: java.awt.Rectangle[x=1147,y=326,width=722,height=721]
4425DEBUG: source: java.awt.Rectangle[x=-295,y=326,width=1442,height=1443]
4426border: java.awt.Rectangle[x=-295,y=326,width=721,height=721]
4427intersection: java.awt.Rectangle[x=-295,y=326,width=721,height=721]
4428DEBUG: drawing image into target rect: java.awt.Rectangle[x=-295,y=326,width=721,height=721]
4429DEBUG: drawing image into target rect: java.awt.Rectangle[x=-642,y=-773,width=1019,height=1019]
4430DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4431DEBUG: drawing image into target rect: java.awt.Rectangle[x=377,y=-773,width=1021,height=1019]
4432DEBUG: drawing image into target rect: java.awt.Rectangle[x=377,y=246,width=1021,height=1021]
4433DEBUG: drawing image into target rect: java.awt.Rectangle[x=1398,y=-773,width=1020,height=1019]
4434DEBUG: drawing image into target rect: java.awt.Rectangle[x=1398,y=246,width=1020,height=1021]
4435DEBUG: source: java.awt.Rectangle[x=-642,y=246,width=2040,height=2041]
4436border: java.awt.Rectangle[x=-642,y=246,width=1019,height=1021]
4437intersection: java.awt.Rectangle[x=-642,y=246,width=1019,height=1021]
4438DEBUG: drawing image into target rect: java.awt.Rectangle[x=-642,y=246,width=1019,height=1021]
4439DEBUG: zoomChanged(): 16
4440DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1133,y=-1308,width=1442,height=1442]
4441DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4442DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-1308,width=1443,height=1442]
4443DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=1443,height=1443]
4444DEBUG: source: java.awt.Rectangle[x=-1133,y=134,width=2885,height=2886]
4445border: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4446intersection: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4447DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4448DEBUG: tileLoadingFinished() tile: Tile 15/16184/11255@OpenStreetMap (Mapnik) success: true
4449DEBUG: tileLoadingFinished() tile: Tile 15/16186/11255@OpenStreetMap (Mapnik) success: true
4450DEBUG: tileLoadingFinished() tile: Tile 15/16185/11255@OpenStreetMap (Mapnik) success: true
4451DEBUG: tileLoadingFinished() tile: Tile 15/16185/11256@OpenStreetMap (Mapnik) success: true
4452DEBUG: tileLoadingFinished() tile: Tile 15/16188/11257@OpenStreetMap (Mapnik) success: true
4453DEBUG: tileLoadingFinished() tile: Tile 15/16188/11255@OpenStreetMap (Mapnik) success: true
4454DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4455DEBUG: tileLoadingFinished() tile: Tile 15/16184/11257@OpenStreetMap (Mapnik) success: true
4456DEBUG: tileLoadingFinished() tile: Tile 15/16187/11257@OpenStreetMap (Mapnik) success: true
4457DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4458DEBUG: tileLoadingFinished() tile: Tile 15/16184/11256@OpenStreetMap (Mapnik) success: true
4459DEBUG: tileLoadingFinished() tile: Tile 15/16187/11256@OpenStreetMap (Mapnik) success: true
4460DEBUG: missed tile: Tile 15/16185/11257@OpenStreetMap (Mapnik)
4461DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4462DEBUG: tileLoadingFinished() tile: Tile 15/16186/11257@OpenStreetMap (Mapnik) success: true
4463DEBUG: tileLoadingFinished() tile: Tile 15/16185/11257@OpenStreetMap (Mapnik) success: true
4464DEBUG: tileLoadingFinished() tile: Tile 15/16186/11256@OpenStreetMap (Mapnik) success: true
4465DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4466DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4467DEBUG: missed tile: Tile 15/16187/11255@OpenStreetMap (Mapnik)
4468DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4469DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4470DEBUG: missed tile: Tile 14/8092/5628@OpenStreetMap (Mapnik)
4471DEBUG: source: java.awt.Rectangle[x=309,y=-1308,width=1443,height=1442]
4472border: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4473intersection: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4474DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4475DEBUG: source: java.awt.Rectangle[x=-1133,y=134,width=2885,height=2886]
4476border: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4477intersection: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4478DEBUG: drawing image into target rect: java.awt.Rectangle[x=-1133,y=134,width=1442,height=1443]
4479DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4480DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4481DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=856,width=721,height=721]
4482DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4483DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4484DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4485DEBUG: missed tile: Tile 15/16187/11255@OpenStreetMap (Mapnik)
4486DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4487DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4488DEBUG: source: java.awt.Rectangle[x=309,y=-1308,width=1443,height=1442]
4489border: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4490intersection: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4491DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4492DEBUG: tileLoadingFinished() tile: Tile 15/16188/11256@OpenStreetMap (Mapnik) success: true
4493DEBUG: tileLoadingFinished() tile: Tile 15/16187/11255@OpenStreetMap (Mapnik) success: true
4494DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4495DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4496DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=856,width=721,height=721]
4497DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4498DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4499DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4500DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4501DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4502DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4503DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4504DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4505DEBUG: drawing image into target rect: java.awt.Rectangle[x=-412,y=856,width=721,height=721]
4506DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4507DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4508DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4509DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4510DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4511DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4512DEBUG: tileLoadingFinished() tile: Tile 16/32375/22511@OpenStreetMap (Mapnik) success: true
4513DEBUG: missed tile: Tile 16/32371/22511@OpenStreetMap (Mapnik)
4514DEBUG: missed tile: Tile 16/32371/22512@OpenStreetMap (Mapnik)
4515DEBUG: missed tile: Tile 16/32371/22513@OpenStreetMap (Mapnik)
4516DEBUG: missed tile: Tile 16/32371/22514@OpenStreetMap (Mapnik)
4517DEBUG: missed tile: Tile 16/32372/22511@OpenStreetMap (Mapnik)
4518DEBUG: missed tile: Tile 16/32372/22512@OpenStreetMap (Mapnik)
4519DEBUG: missed tile: Tile 16/32372/22513@OpenStreetMap (Mapnik)
4520DEBUG: missed tile: Tile 16/32372/22514@OpenStreetMap (Mapnik)
4521DEBUG: missed tile: Tile 16/32373/22511@OpenStreetMap (Mapnik)
4522DEBUG: missed tile: Tile 16/32373/22512@OpenStreetMap (Mapnik)
4523DEBUG: missed tile: Tile 16/32373/22513@OpenStreetMap (Mapnik)
4524DEBUG: missed tile: Tile 16/32373/22514@OpenStreetMap (Mapnik)
4525DEBUG: missed tile: Tile 16/32374/22511@OpenStreetMap (Mapnik)
4526DEBUG: missed tile: Tile 16/32374/22512@OpenStreetMap (Mapnik)
4527DEBUG: missed tile: Tile 16/32374/22513@OpenStreetMap (Mapnik)
4528DEBUG: missed tile: Tile 16/32374/22514@OpenStreetMap (Mapnik)
4529DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4530DEBUG: missed tile: Tile 16/32375/22512@OpenStreetMap (Mapnik)
4531DEBUG: missed tile: Tile 16/32375/22513@OpenStreetMap (Mapnik)
4532DEBUG: missed tile: Tile 16/32375/22514@OpenStreetMap (Mapnik)
4533DEBUG: source: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4534border: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4535intersection: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4536DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4537DEBUG: source: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4538border: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4539intersection: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4540DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4541DEBUG: source: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4542border: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4543intersection: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4544DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4545DEBUG: source: java.awt.Rectangle[x=-412,y=856,width=721,height=721]
4546border: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4547intersection: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4548DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4549DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4550border: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4551intersection: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4552DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4553DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4554border: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4555intersection: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4556DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4557DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4558border: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4559intersection: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4560DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4561DEBUG: source: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4562border: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4563intersection: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4564DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4565DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4566border: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4567intersection: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4568DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4569DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4570border: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4571intersection: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4572DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4573DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4574border: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4575intersection: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4576DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4577DEBUG: source: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4578border: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4579intersection: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4580DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4581DEBUG: source: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4582border: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4583intersection: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4584DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4585DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4586border: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4587intersection: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4588DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4589DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4590border: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4591intersection: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4592DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4593DEBUG: source: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4594border: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4595intersection: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4596DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4597DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4598border: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4599intersection: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4600DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4601DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4602border: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4603intersection: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4604DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4605DEBUG: source: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4606border: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4607intersection: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4608DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4609DEBUG: tileLoadingFinished() tile: Tile 16/32374/22513@OpenStreetMap (Mapnik) success: true
4610DEBUG: tileLoadingFinished() tile: Tile 16/32374/22514@OpenStreetMap (Mapnik) success: true
4611DEBUG: tileLoadingFinished() tile: Tile 16/32372/22514@OpenStreetMap (Mapnik) success: true
4612DEBUG: missed tile: Tile 16/32371/22511@OpenStreetMap (Mapnik)
4613DEBUG: missed tile: Tile 16/32371/22512@OpenStreetMap (Mapnik)
4614DEBUG: missed tile: Tile 16/32371/22513@OpenStreetMap (Mapnik)
4615DEBUG: missed tile: Tile 16/32371/22514@OpenStreetMap (Mapnik)
4616DEBUG: missed tile: Tile 16/32372/22511@OpenStreetMap (Mapnik)
4617DEBUG: missed tile: Tile 16/32372/22512@OpenStreetMap (Mapnik)
4618DEBUG: missed tile: Tile 16/32372/22513@OpenStreetMap (Mapnik)
4619DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4620DEBUG: missed tile: Tile 16/32373/22511@OpenStreetMap (Mapnik)
4621DEBUG: missed tile: Tile 16/32373/22512@OpenStreetMap (Mapnik)
4622DEBUG: missed tile: Tile 16/32373/22513@OpenStreetMap (Mapnik)
4623DEBUG: missed tile: Tile 16/32373/22514@OpenStreetMap (Mapnik)
4624DEBUG: missed tile: Tile 16/32374/22511@OpenStreetMap (Mapnik)
4625DEBUG: missed tile: Tile 16/32374/22512@OpenStreetMap (Mapnik)
4626DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4627DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4628DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4629DEBUG: missed tile: Tile 16/32375/22512@OpenStreetMap (Mapnik)
4630DEBUG: missed tile: Tile 16/32375/22513@OpenStreetMap (Mapnik)
4631DEBUG: missed tile: Tile 16/32375/22514@OpenStreetMap (Mapnik)
4632DEBUG: source: java.awt.Rectangle[x=-412,y=-586,width=721,height=720]
4633border: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4634intersection: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4635DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4636DEBUG: source: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4637border: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4638intersection: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4639DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4640DEBUG: source: java.awt.Rectangle[x=-412,y=134,width=721,height=722]
4641border: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4642intersection: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4643DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4644DEBUG: source: java.awt.Rectangle[x=-412,y=856,width=721,height=721]
4645border: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4646intersection: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4647DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4648DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4649border: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4650intersection: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4651DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4652DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4653border: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4654intersection: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4655DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4656DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4657border: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4658intersection: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4659DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4660DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4661border: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4662intersection: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4663DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4664DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4665border: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4666intersection: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4667DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4668DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4669border: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4670intersection: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4671DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4672DEBUG: source: java.awt.Rectangle[x=309,y=856,width=721,height=721]
4673border: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4674intersection: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4675DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4676DEBUG: source: java.awt.Rectangle[x=1030,y=-586,width=722,height=720]
4677border: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4678intersection: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4679DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4680DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4681border: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4682intersection: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4683DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4684DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4685border: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4686intersection: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4687DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4688DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4689border: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4690intersection: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4691DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4692DEBUG: source: java.awt.Rectangle[x=1030,y=856,width=722,height=721]
4693border: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4694intersection: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4695DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4696DEBUG: tileLoadingFinished() tile: Tile 16/32374/22512@OpenStreetMap (Mapnik) success: true
4697DEBUG: tileLoadingFinished() tile: Tile 16/32371/22512@OpenStreetMap (Mapnik) success: true
4698DEBUG: tileLoadingFinished() tile: Tile 16/32375/22512@OpenStreetMap (Mapnik) success: true
4699DEBUG: tileLoadingFinished() tile: Tile 16/32372/22513@OpenStreetMap (Mapnik) success: true
4700DEBUG: tileLoadingFinished() tile: Tile 16/32371/22513@OpenStreetMap (Mapnik) success: true
4701DEBUG: tileLoadingFinished() tile: Tile 16/32374/22511@OpenStreetMap (Mapnik) success: true
4702DEBUG: tileLoadingFinished() tile: Tile 16/32371/22511@OpenStreetMap (Mapnik) success: true
4703DEBUG: tileLoadingFinished() tile: Tile 16/32373/22512@OpenStreetMap (Mapnik) success: true
4704DEBUG: tileLoadingFinished() tile: Tile 16/32373/22514@OpenStreetMap (Mapnik) success: true
4705DEBUG: tileLoadingFinished() tile: Tile 16/32373/22513@OpenStreetMap (Mapnik) success: true
4706DEBUG: tileLoadingFinished() tile: Tile 16/32371/22514@OpenStreetMap (Mapnik) success: true
4707DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4708DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4709DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4710DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4711DEBUG: missed tile: Tile 16/32372/22511@OpenStreetMap (Mapnik)
4712DEBUG: missed tile: Tile 16/32372/22512@OpenStreetMap (Mapnik)
4713DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4714DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4715DEBUG: missed tile: Tile 16/32373/22511@OpenStreetMap (Mapnik)
4716DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4717DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4718DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4719DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4720DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4721DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4722DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4723DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4724DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4725DEBUG: tileLoadingFinished() tile: Tile 16/32375/22514@OpenStreetMap (Mapnik) success: true
4726DEBUG: missed tile: Tile 16/32375/22513@OpenStreetMap (Mapnik)
4727DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4728DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4729border: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4730intersection: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4731DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4732DEBUG: source: java.awt.Rectangle[x=309,y=134,width=721,height=722]
4733border: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4734intersection: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4735DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4736DEBUG: tileLoadingFinished() tile: Tile 16/32373/22511@OpenStreetMap (Mapnik) success: true
4737DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4738border: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4739intersection: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4740DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4741DEBUG: source: java.awt.Rectangle[x=1030,y=134,width=722,height=722]
4742border: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4743intersection: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4744DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4745DEBUG: tileLoadingFinished() tile: Tile 16/32372/22512@OpenStreetMap (Mapnik) success: true
4746DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4747DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4748DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4749DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4750DEBUG: missed tile: Tile 16/32372/22511@OpenStreetMap (Mapnik)
4751DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4752DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4753DEBUG: tileLoadingFinished() tile: Tile 16/32372/22511@OpenStreetMap (Mapnik) success: true
4754DEBUG: tileLoadingFinished() tile: Tile 16/32375/22513@OpenStreetMap (Mapnik) success: true
4755DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4756DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4757DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4758DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4759DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4760DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4761DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4762DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4763DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4764DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4765DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4766DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4767DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4768DEBUG: source: java.awt.Rectangle[x=309,y=-586,width=721,height=720]
4769border: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4770intersection: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4771DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4772DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4773DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4774DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4775DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4776DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4777DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4778DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4779DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4780DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4781DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4782DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4783DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4784DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4785DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4786DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4787DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4788DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4789DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4790DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4791DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4792DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=-226,width=360,height=360]
4793DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=134,width=360,height=361]
4794DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=495,width=360,height=361]
4795DEBUG: drawing image into target rect: java.awt.Rectangle[x=-51,y=856,width=360,height=360]
4796DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=-226,width=360,height=360]
4797DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=134,width=360,height=361]
4798DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=495,width=360,height=361]
4799DEBUG: drawing image into target rect: java.awt.Rectangle[x=309,y=856,width=360,height=360]
4800DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=-226,width=361,height=360]
4801DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=134,width=361,height=361]
4802DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=495,width=361,height=361]
4803DEBUG: drawing image into target rect: java.awt.Rectangle[x=669,y=856,width=361,height=360]
4804DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=-226,width=361,height=360]
4805DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=134,width=361,height=361]
4806DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=495,width=361,height=361]
4807DEBUG: drawing image into target rect: java.awt.Rectangle[x=1030,y=856,width=361,height=360]
4808DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=-226,width=361,height=360]
4809DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=134,width=361,height=361]
4810DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=495,width=361,height=361]
4811DEBUG: drawing image into target rect: java.awt.Rectangle[x=1391,y=856,width=361,height=360]
4812DEBUG: missed tile: Tile 16/32370/22511@OpenStreetMap (Mapnik)
4813DEBUG: missed tile: Tile 16/32370/22512@OpenStreetMap (Mapnik)
4814DEBUG: missed tile: Tile 16/32370/22513@OpenStreetMap (Mapnik)
4815DEBUG: missed tile: Tile 16/32370/22514@OpenStreetMap (Mapnik)
4816DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
4817DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
4818DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
4819DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
4820DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
4821DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
4822DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
4823DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
4824DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
4825DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
4826DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
4827DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
4828DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
4829DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
4830DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
4831DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
4832DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
4833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
4834DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
4835DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
4836DEBUG: missed tile: Tile 16/32376/22511@OpenStreetMap (Mapnik)
4837DEBUG: missed tile: Tile 16/32376/22512@OpenStreetMap (Mapnik)
4838DEBUG: missed tile: Tile 16/32376/22513@OpenStreetMap (Mapnik)
4839DEBUG: missed tile: Tile 16/32376/22514@OpenStreetMap (Mapnik)
4840DEBUG: source: java.awt.Rectangle[x=-123,y=-258,width=509,height=509]
4841border: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4842intersection: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4843DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4844DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4845border: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4846intersection: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4847DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4848DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4849border: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4850intersection: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4851DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4852DEBUG: source: java.awt.Rectangle[x=-123,y=761,width=509,height=511]
4853border: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4854intersection: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4855DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4856DEBUG: source: java.awt.Rectangle[x=1407,y=-258,width=510,height=509]
4857border: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4858intersection: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4859DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4860DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4861border: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4862intersection: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4863DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4864DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4865border: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4866intersection: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4867DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4868DEBUG: source: java.awt.Rectangle[x=1407,y=761,width=510,height=511]
4869border: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4870intersection: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4871DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4872DEBUG: missed tile: Tile 16/32370/22511@OpenStreetMap (Mapnik)
4873DEBUG: missed tile: Tile 16/32370/22512@OpenStreetMap (Mapnik)
4874DEBUG: missed tile: Tile 16/32370/22513@OpenStreetMap (Mapnik)
4875DEBUG: missed tile: Tile 16/32370/22514@OpenStreetMap (Mapnik)
4876DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
4877DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
4878DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
4879DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
4880DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
4881DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
4882DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
4883DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
4884DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
4885DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
4886DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
4887DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
4888DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
4889DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
4890DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
4891DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
4892DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
4893DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
4894DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
4895DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
4896DEBUG: missed tile: Tile 16/32376/22511@OpenStreetMap (Mapnik)
4897DEBUG: missed tile: Tile 16/32376/22512@OpenStreetMap (Mapnik)
4898DEBUG: missed tile: Tile 16/32376/22513@OpenStreetMap (Mapnik)
4899DEBUG: missed tile: Tile 16/32376/22514@OpenStreetMap (Mapnik)
4900DEBUG: source: java.awt.Rectangle[x=-123,y=-258,width=509,height=509]
4901border: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4902intersection: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4903DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4904DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4905border: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4906intersection: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4907DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4908DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4909border: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4910intersection: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4911DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4912DEBUG: source: java.awt.Rectangle[x=-123,y=761,width=509,height=511]
4913border: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4914intersection: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4915DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4916DEBUG: source: java.awt.Rectangle[x=1407,y=-258,width=510,height=509]
4917border: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4918intersection: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4919DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4920DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4921border: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4922intersection: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4923DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4924DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4925border: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4926intersection: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4927DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4928DEBUG: source: java.awt.Rectangle[x=1407,y=761,width=510,height=511]
4929border: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4930intersection: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4931DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4932DEBUG: missed tile: Tile 16/32370/22511@OpenStreetMap (Mapnik)
4933DEBUG: missed tile: Tile 16/32370/22512@OpenStreetMap (Mapnik)
4934DEBUG: missed tile: Tile 16/32370/22513@OpenStreetMap (Mapnik)
4935DEBUG: missed tile: Tile 16/32370/22514@OpenStreetMap (Mapnik)
4936DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
4937DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
4938DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
4939DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
4940DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
4941DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
4942DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
4943DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
4944DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
4945DEBUG: tileLoadingFinished() tile: Tile 16/32370/22513@OpenStreetMap (Mapnik) success: true
4946DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
4947DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
4948DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
4949DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
4950DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
4951DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
4952DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
4953DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
4954DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
4955DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
4956DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
4957DEBUG: missed tile: Tile 16/32376/22511@OpenStreetMap (Mapnik)
4958DEBUG: missed tile: Tile 16/32376/22512@OpenStreetMap (Mapnik)
4959DEBUG: missed tile: Tile 16/32376/22513@OpenStreetMap (Mapnik)
4960DEBUG: missed tile: Tile 16/32376/22514@OpenStreetMap (Mapnik)
4961DEBUG: source: java.awt.Rectangle[x=-123,y=-258,width=509,height=509]
4962border: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4963intersection: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4964DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
4965DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4966border: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4967intersection: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4968DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
4969DEBUG: source: java.awt.Rectangle[x=-123,y=251,width=509,height=510]
4970border: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4971intersection: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4972DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
4973DEBUG: tileLoadingFinished() tile: Tile 16/32370/22511@OpenStreetMap (Mapnik) success: true
4974DEBUG: source: java.awt.Rectangle[x=-123,y=761,width=509,height=511]
4975border: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4976intersection: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4977DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
4978DEBUG: tileLoadingFinished() tile: Tile 16/32370/22512@OpenStreetMap (Mapnik) success: true
4979DEBUG: source: java.awt.Rectangle[x=1407,y=-258,width=510,height=509]
4980border: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4981intersection: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4982DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
4983DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4984border: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4985intersection: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4986DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
4987DEBUG: source: java.awt.Rectangle[x=1407,y=251,width=510,height=510]
4988border: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4989intersection: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4990DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
4991DEBUG: source: java.awt.Rectangle[x=1407,y=761,width=510,height=511]
4992border: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4993intersection: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4994DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
4995DEBUG: tileLoadingFinished() tile: Tile 16/32376/22511@OpenStreetMap (Mapnik) success: true
4996DEBUG: tileLoadingFinished() tile: Tile 16/32370/22514@OpenStreetMap (Mapnik) success: true
4997DEBUG: tileLoadingFinished() tile: Tile 16/32376/22513@OpenStreetMap (Mapnik) success: true
4998DEBUG: tileLoadingFinished() tile: Tile 16/32376/22512@OpenStreetMap (Mapnik) success: true
4999DEBUG: tileLoadingFinished() tile: Tile 16/32376/22514@OpenStreetMap (Mapnik) success: true
5000DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
5001DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
5002DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
5003DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
5004DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
5005DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
5006DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
5007DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
5008DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
5009DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
5010DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
5011DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
5012DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
5013DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
5014DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
5015DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
5016DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
5017DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
5018DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
5019DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
5020DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
5021DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
5022DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
5023DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
5024DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
5025DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
5026DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
5027DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
5028DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
5029DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
5030DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
5031DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
5032DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
5033DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
5034DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
5035DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
5036DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
5037DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
5038DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
5039DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
5040DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
5041DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
5042DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
5043DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
5044DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
5045DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
5046DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
5047DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
5048DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
5049DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
5050DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
5051DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
5052DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
5053DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
5054DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
5055DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
5056DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=-3,width=254,height=254]
5057DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=251,width=254,height=255]
5058DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=506,width=254,height=255]
5059DEBUG: drawing image into target rect: java.awt.Rectangle[x=-123,y=761,width=254,height=256]
5060DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=-3,width=255,height=254]
5061DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=251,width=255,height=255]
5062DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=506,width=255,height=255]
5063DEBUG: drawing image into target rect: java.awt.Rectangle[x=131,y=761,width=255,height=256]
5064DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=-3,width=255,height=254]
5065DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=251,width=255,height=255]
5066DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=506,width=255,height=255]
5067DEBUG: drawing image into target rect: java.awt.Rectangle[x=386,y=761,width=255,height=256]
5068DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=-3,width=256,height=254]
5069DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=251,width=256,height=255]
5070DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=506,width=256,height=255]
5071DEBUG: drawing image into target rect: java.awt.Rectangle[x=641,y=761,width=256,height=256]
5072DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=-3,width=255,height=254]
5073DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=251,width=255,height=255]
5074DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=506,width=255,height=255]
5075DEBUG: drawing image into target rect: java.awt.Rectangle[x=897,y=761,width=255,height=256]
5076DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=-3,width=255,height=254]
5077DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=251,width=255,height=255]
5078DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=506,width=255,height=255]
5079DEBUG: drawing image into target rect: java.awt.Rectangle[x=1152,y=761,width=255,height=256]
5080DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=-3,width=255,height=254]
5081DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=251,width=255,height=255]
5082DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=506,width=255,height=255]
5083DEBUG: drawing image into target rect: java.awt.Rectangle[x=1407,y=761,width=255,height=256]
5084DEBUG: zoomChanged(): 15
5085DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5086DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5087DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5088DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5089DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5090DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5091DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5092DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5093DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5094DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5095DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5096DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5097DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5098DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5099DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5100DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5101DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5102DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5103DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5104DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5105DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5106DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5107DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5108DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5109DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5110DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5111DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5112DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5113DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5114DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5115DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5116DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5117DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5118DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5119DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5120DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5121DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5122DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5123DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5124DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5125DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5126DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5127DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5128DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5129DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5130DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5131DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5132DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5133DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5134DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5135DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5136DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5137DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5138DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5139DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5140DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5141DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5142DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5143DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5144DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5145DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5146DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5147DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5148DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5149DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5150DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5151DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5152DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5153DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5154DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5155DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5156DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5157DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5158DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5159DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5160DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=-27,width=360,height=360]
5161DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=333,width=360,height=361]
5162DEBUG: drawing image into target rect: java.awt.Rectangle[x=-282,y=694,width=360,height=361]
5163DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=-27,width=360,height=360]
5164DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=333,width=360,height=361]
5165DEBUG: drawing image into target rect: java.awt.Rectangle[x=78,y=694,width=360,height=361]
5166DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-27,width=361,height=360]
5167DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=333,width=361,height=361]
5168DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=694,width=361,height=361]
5169DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-27,width=361,height=360]
5170DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=333,width=361,height=361]
5171DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=694,width=361,height=361]
5172DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=-27,width=361,height=360]
5173DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=333,width=361,height=361]
5174DEBUG: drawing image into target rect: java.awt.Rectangle[x=1160,y=694,width=361,height=361]
5175DEBUG: tileLoadingFinished() tile: Tile 14/8092/5626@OpenStreetMap (Mapnik) success: true
5176DEBUG: tileLoadingFinished() tile: Tile 14/8092/5628@OpenStreetMap (Mapnik) success: true
5177DEBUG: tileLoadingFinished() tile: Tile 14/8094/5629@OpenStreetMap (Mapnik) success: true
5178DEBUG: missed tile: Tile 15/16184/11254@OpenStreetMap (Mapnik)
5179DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=139,width=254,height=255]
5180DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=394,width=254,height=255]
5181DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=649,width=254,height=255]
5182DEBUG: missed tile: Tile 15/16185/11254@OpenStreetMap (Mapnik)
5183DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=139,width=255,height=255]
5184DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=394,width=255,height=255]
5185DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=649,width=255,height=255]
5186DEBUG: missed tile: Tile 15/16186/11254@OpenStreetMap (Mapnik)
5187DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=139,width=255,height=255]
5188DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=394,width=255,height=255]
5189DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=649,width=255,height=255]
5190DEBUG: missed tile: Tile 15/16187/11254@OpenStreetMap (Mapnik)
5191DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=139,width=256,height=255]
5192DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=394,width=256,height=255]
5193DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=649,width=256,height=255]
5194DEBUG: missed tile: Tile 15/16188/11254@OpenStreetMap (Mapnik)
5195DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=139,width=255,height=255]
5196DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=394,width=255,height=255]
5197DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=649,width=255,height=255]
5198DEBUG: missed tile: Tile 15/16189/11254@OpenStreetMap (Mapnik)
5199DEBUG: missed tile: Tile 15/16189/11255@OpenStreetMap (Mapnik)
5200DEBUG: missed tile: Tile 15/16189/11256@OpenStreetMap (Mapnik)
5201DEBUG: missed tile: Tile 15/16189/11257@OpenStreetMap (Mapnik)
5202DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5203border: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5204intersection: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5205DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5206DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5207border: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5208intersection: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5209DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5210DEBUG: source: java.awt.Rectangle[x=495,y=-115,width=511,height=509]
5211border: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5212intersection: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5213DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5214DEBUG: source: java.awt.Rectangle[x=495,y=-115,width=511,height=509]
5215border: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5216intersection: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5217DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5218DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5219border: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5220intersection: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5221DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5222DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5223border: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5224intersection: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5225DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5226DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5227border: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5228intersection: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5229DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5230DEBUG: source: java.awt.Rectangle[x=1006,y=394,width=510,height=510]
5231border: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5232intersection: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5233DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5234DEBUG: source: java.awt.Rectangle[x=1006,y=394,width=510,height=510]
5235border: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5236intersection: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5237DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5238DEBUG: missed tile: Tile 15/16184/11254@OpenStreetMap (Mapnik)
5239DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=139,width=254,height=255]
5240DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=394,width=254,height=255]
5241DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=649,width=254,height=255]
5242DEBUG: missed tile: Tile 15/16185/11254@OpenStreetMap (Mapnik)
5243DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=139,width=255,height=255]
5244DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=394,width=255,height=255]
5245DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=649,width=255,height=255]
5246DEBUG: missed tile: Tile 15/16186/11254@OpenStreetMap (Mapnik)
5247DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=139,width=255,height=255]
5248DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=394,width=255,height=255]
5249DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=649,width=255,height=255]
5250DEBUG: missed tile: Tile 15/16187/11254@OpenStreetMap (Mapnik)
5251DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=139,width=256,height=255]
5252DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=394,width=256,height=255]
5253DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=649,width=256,height=255]
5254DEBUG: missed tile: Tile 15/16188/11254@OpenStreetMap (Mapnik)
5255DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=139,width=255,height=255]
5256DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=394,width=255,height=255]
5257DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=649,width=255,height=255]
5258DEBUG: missed tile: Tile 15/16189/11254@OpenStreetMap (Mapnik)
5259DEBUG: missed tile: Tile 15/16189/11255@OpenStreetMap (Mapnik)
5260DEBUG: missed tile: Tile 15/16189/11256@OpenStreetMap (Mapnik)
5261DEBUG: missed tile: Tile 15/16189/11257@OpenStreetMap (Mapnik)
5262DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5263border: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5264intersection: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5265DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5266DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5267border: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5268intersection: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5269DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5270DEBUG: source: java.awt.Rectangle[x=495,y=-115,width=511,height=509]
5271border: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5272intersection: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5273DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5274DEBUG: source: java.awt.Rectangle[x=495,y=-115,width=511,height=509]
5275border: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5276intersection: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5277DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5278DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5279border: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5280intersection: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5281DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5282DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5283border: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5284intersection: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5285DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5286DEBUG: source: java.awt.Rectangle[x=1006,y=-115,width=510,height=509]
5287border: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5288intersection: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5289DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5290DEBUG: source: java.awt.Rectangle[x=1006,y=394,width=510,height=510]
5291border: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5292intersection: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5293DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5294DEBUG: source: java.awt.Rectangle[x=1006,y=394,width=510,height=510]
5295border: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5296intersection: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5297DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5298DEBUG: tileLoadingFinished() tile: Tile 15/16189/11254@OpenStreetMap (Mapnik) success: true
5299DEBUG: tileLoadingFinished() tile: Tile 15/16185/11254@OpenStreetMap (Mapnik) success: true
5300DEBUG: tileLoadingFinished() tile: Tile 15/16189/11255@OpenStreetMap (Mapnik) success: true
5301DEBUG: tileLoadingFinished() tile: Tile 15/16187/11254@OpenStreetMap (Mapnik) success: true
5302DEBUG: tileLoadingFinished() tile: Tile 15/16189/11256@OpenStreetMap (Mapnik) success: true
5303DEBUG: tileLoadingFinished() tile: Tile 15/16188/11254@OpenStreetMap (Mapnik) success: true
5304DEBUG: tileLoadingFinished() tile: Tile 15/16189/11257@OpenStreetMap (Mapnik) success: true
5305DEBUG: tileLoadingFinished() tile: Tile 15/16186/11254@OpenStreetMap (Mapnik) success: true
5306DEBUG: missed tile: Tile 15/16184/11254@OpenStreetMap (Mapnik)
5307DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=139,width=254,height=255]
5308DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=394,width=254,height=255]
5309DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=649,width=254,height=255]
5310DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5311DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=139,width=255,height=255]
5312DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=394,width=255,height=255]
5313DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=649,width=255,height=255]
5314DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5315DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=139,width=255,height=255]
5316DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=394,width=255,height=255]
5317DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=649,width=255,height=255]
5318DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5319DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=139,width=256,height=255]
5320DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=394,width=256,height=255]
5321DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=649,width=256,height=255]
5322DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5323DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=139,width=255,height=255]
5324DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=394,width=255,height=255]
5325DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=649,width=255,height=255]
5326DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5327DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5328DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5329DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5330DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5331border: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5332intersection: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5333DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5334DEBUG: missed tile: Tile 15/16184/11254@OpenStreetMap (Mapnik)
5335DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=139,width=254,height=255]
5336DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=394,width=254,height=255]
5337DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=649,width=254,height=255]
5338DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5339DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=139,width=255,height=255]
5340DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=394,width=255,height=255]
5341DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=649,width=255,height=255]
5342DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5343DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=139,width=255,height=255]
5344DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=394,width=255,height=255]
5345DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=649,width=255,height=255]
5346DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5347DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=139,width=256,height=255]
5348DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=394,width=256,height=255]
5349DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=649,width=256,height=255]
5350DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5351DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=139,width=255,height=255]
5352DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=394,width=255,height=255]
5353DEBUG: tileLoadingFinished() tile: Tile 15/16184/11254@OpenStreetMap (Mapnik) success: true
5354DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=649,width=255,height=255]
5355DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5356DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5357DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5358DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5359DEBUG: source: java.awt.Rectangle[x=-14,y=-115,width=509,height=509]
5360border: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5361intersection: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5362DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5363DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-115,width=254,height=254]
5364DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=139,width=254,height=255]
5365DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=394,width=254,height=255]
5366DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=649,width=254,height=255]
5367DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-115,width=255,height=254]
5368DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=139,width=255,height=255]
5369DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=394,width=255,height=255]
5370DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=649,width=255,height=255]
5371DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-115,width=255,height=254]
5372DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=139,width=255,height=255]
5373DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=394,width=255,height=255]
5374DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=649,width=255,height=255]
5375DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-115,width=256,height=254]
5376DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=139,width=256,height=255]
5377DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=394,width=256,height=255]
5378DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=649,width=256,height=255]
5379DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=-115,width=255,height=254]
5380DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=139,width=255,height=255]
5381DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=394,width=255,height=255]
5382DEBUG: drawing image into target rect: java.awt.Rectangle[x=1006,y=649,width=255,height=255]
5383DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=-115,width=255,height=254]
5384DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=139,width=255,height=255]
5385DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=394,width=255,height=255]
5386DEBUG: drawing image into target rect: java.awt.Rectangle[x=1261,y=649,width=255,height=255]
5387DEBUG: drawing image into target rect: java.awt.Rectangle[x=-15,y=-115,width=254,height=254]
5388DEBUG: drawing image into target rect: java.awt.Rectangle[x=-15,y=139,width=254,height=255]
5389DEBUG: drawing image into target rect: java.awt.Rectangle[x=-15,y=394,width=254,height=255]
5390DEBUG: drawing image into target rect: java.awt.Rectangle[x=-15,y=649,width=254,height=255]
5391DEBUG: drawing image into target rect: java.awt.Rectangle[x=239,y=-115,width=255,height=254]
5392DEBUG: drawing image into target rect: java.awt.Rectangle[x=239,y=139,width=255,height=255]
5393DEBUG: drawing image into target rect: java.awt.Rectangle[x=239,y=394,width=255,height=255]
5394DEBUG: drawing image into target rect: java.awt.Rectangle[x=239,y=649,width=255,height=255]
5395DEBUG: drawing image into target rect: java.awt.Rectangle[x=494,y=-115,width=255,height=254]
5396DEBUG: drawing image into target rect: java.awt.Rectangle[x=494,y=139,width=255,height=255]
5397DEBUG: drawing image into target rect: java.awt.Rectangle[x=494,y=394,width=255,height=255]
5398DEBUG: drawing image into target rect: java.awt.Rectangle[x=494,y=649,width=255,height=255]
5399DEBUG: drawing image into target rect: java.awt.Rectangle[x=749,y=-115,width=256,height=254]
5400DEBUG: drawing image into target rect: java.awt.Rectangle[x=749,y=139,width=256,height=255]
5401DEBUG: drawing image into target rect: java.awt.Rectangle[x=749,y=394,width=256,height=255]
5402DEBUG: drawing image into target rect: java.awt.Rectangle[x=749,y=649,width=256,height=255]
5403DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-115,width=255,height=254]
5404DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=139,width=255,height=255]
5405DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=394,width=255,height=255]
5406DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=649,width=255,height=255]
5407DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-115,width=255,height=254]
5408DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=139,width=255,height=255]
5409DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=394,width=255,height=255]
5410DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=649,width=255,height=255]
5411DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=-125,width=254,height=254]
5412DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=129,width=254,height=255]
5413DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=384,width=254,height=255]
5414DEBUG: drawing image into target rect: java.awt.Rectangle[x=-49,y=639,width=254,height=255]
5415DEBUG: drawing image into target rect: java.awt.Rectangle[x=205,y=-125,width=255,height=254]
5416DEBUG: drawing image into target rect: java.awt.Rectangle[x=205,y=129,width=255,height=255]
5417DEBUG: drawing image into target rect: java.awt.Rectangle[x=205,y=384,width=255,height=255]
5418DEBUG: drawing image into target rect: java.awt.Rectangle[x=205,y=639,width=255,height=255]
5419DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=-125,width=255,height=254]
5420DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=129,width=255,height=255]
5421DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=384,width=255,height=255]
5422DEBUG: drawing image into target rect: java.awt.Rectangle[x=460,y=639,width=255,height=255]
5423DEBUG: drawing image into target rect: java.awt.Rectangle[x=715,y=-125,width=256,height=254]
5424DEBUG: drawing image into target rect: java.awt.Rectangle[x=715,y=129,width=256,height=255]
5425DEBUG: drawing image into target rect: java.awt.Rectangle[x=715,y=384,width=256,height=255]
5426DEBUG: drawing image into target rect: java.awt.Rectangle[x=715,y=639,width=256,height=255]
5427DEBUG: drawing image into target rect: java.awt.Rectangle[x=971,y=-125,width=255,height=254]
5428DEBUG: drawing image into target rect: java.awt.Rectangle[x=971,y=129,width=255,height=255]
5429DEBUG: drawing image into target rect: java.awt.Rectangle[x=971,y=384,width=255,height=255]
5430DEBUG: drawing image into target rect: java.awt.Rectangle[x=971,y=639,width=255,height=255]
5431DEBUG: drawing image into target rect: java.awt.Rectangle[x=1226,y=-125,width=255,height=254]
5432DEBUG: drawing image into target rect: java.awt.Rectangle[x=1226,y=129,width=255,height=255]
5433DEBUG: drawing image into target rect: java.awt.Rectangle[x=1226,y=384,width=255,height=255]
5434DEBUG: drawing image into target rect: java.awt.Rectangle[x=1226,y=639,width=255,height=255]
5435DEBUG: drawing image into target rect: java.awt.Rectangle[x=-170,y=-145,width=254,height=254]
5436DEBUG: drawing image into target rect: java.awt.Rectangle[x=-170,y=109,width=254,height=255]
5437DEBUG: drawing image into target rect: java.awt.Rectangle[x=-170,y=364,width=254,height=255]
5438DEBUG: drawing image into target rect: java.awt.Rectangle[x=-170,y=619,width=254,height=255]
5439DEBUG: drawing image into target rect: java.awt.Rectangle[x=84,y=-145,width=255,height=254]
5440DEBUG: drawing image into target rect: java.awt.Rectangle[x=84,y=109,width=255,height=255]
5441DEBUG: drawing image into target rect: java.awt.Rectangle[x=84,y=364,width=255,height=255]
5442DEBUG: drawing image into target rect: java.awt.Rectangle[x=84,y=619,width=255,height=255]
5443DEBUG: drawing image into target rect: java.awt.Rectangle[x=339,y=-145,width=255,height=254]
5444DEBUG: drawing image into target rect: java.awt.Rectangle[x=339,y=109,width=255,height=255]
5445DEBUG: drawing image into target rect: java.awt.Rectangle[x=339,y=364,width=255,height=255]
5446DEBUG: drawing image into target rect: java.awt.Rectangle[x=339,y=619,width=255,height=255]
5447DEBUG: drawing image into target rect: java.awt.Rectangle[x=594,y=-145,width=256,height=254]
5448DEBUG: drawing image into target rect: java.awt.Rectangle[x=594,y=109,width=256,height=255]
5449DEBUG: drawing image into target rect: java.awt.Rectangle[x=594,y=364,width=256,height=255]
5450DEBUG: drawing image into target rect: java.awt.Rectangle[x=594,y=619,width=256,height=255]
5451DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=-145,width=255,height=254]
5452DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=109,width=255,height=255]
5453DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=364,width=255,height=255]
5454DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=619,width=255,height=255]
5455DEBUG: drawing image into target rect: java.awt.Rectangle[x=1105,y=-145,width=255,height=254]
5456DEBUG: drawing image into target rect: java.awt.Rectangle[x=1105,y=109,width=255,height=255]
5457DEBUG: drawing image into target rect: java.awt.Rectangle[x=1105,y=364,width=255,height=255]
5458DEBUG: drawing image into target rect: java.awt.Rectangle[x=1105,y=619,width=255,height=255]
5459DEBUG: missed tile: Tile 15/16190/11254@OpenStreetMap (Mapnik)
5460DEBUG: missed tile: Tile 15/16190/11255@OpenStreetMap (Mapnik)
5461DEBUG: missed tile: Tile 15/16190/11256@OpenStreetMap (Mapnik)
5462DEBUG: missed tile: Tile 15/16190/11257@OpenStreetMap (Mapnik)
5463DEBUG: source: java.awt.Rectangle[x=1360,y=-145,width=510,height=509]
5464border: java.awt.Rectangle[x=1360,y=-145,width=255,height=254]
5465intersection: java.awt.Rectangle[x=1360,y=-145,width=255,height=254]
5466DEBUG: drawing image into target rect: java.awt.Rectangle[x=1360,y=-145,width=255,height=254]
5467DEBUG: source: java.awt.Rectangle[x=1360,y=-145,width=510,height=509]
5468border: java.awt.Rectangle[x=1360,y=109,width=255,height=255]
5469intersection: java.awt.Rectangle[x=1360,y=109,width=255,height=255]
5470DEBUG: drawing image into target rect: java.awt.Rectangle[x=1360,y=109,width=255,height=255]
5471DEBUG: source: java.awt.Rectangle[x=1360,y=364,width=510,height=510]
5472border: java.awt.Rectangle[x=1360,y=364,width=255,height=255]
5473intersection: java.awt.Rectangle[x=1360,y=364,width=255,height=255]
5474DEBUG: drawing image into target rect: java.awt.Rectangle[x=1360,y=364,width=255,height=255]
5475DEBUG: source: java.awt.Rectangle[x=1360,y=364,width=510,height=510]
5476border: java.awt.Rectangle[x=1360,y=619,width=255,height=255]
5477intersection: java.awt.Rectangle[x=1360,y=619,width=255,height=255]
5478DEBUG: drawing image into target rect: java.awt.Rectangle[x=1360,y=619,width=255,height=255]
5479DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=-157,width=254,height=254]
5480DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=97,width=254,height=255]
5481DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=352,width=254,height=255]
5482DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=607,width=254,height=255]
5483DEBUG: missed tile: Tile 15/16185/11258@OpenStreetMap (Mapnik)
5484DEBUG: drawing image into target rect: java.awt.Rectangle[x=155,y=-157,width=255,height=254]
5485DEBUG: drawing image into target rect: java.awt.Rectangle[x=155,y=97,width=255,height=255]
5486DEBUG: drawing image into target rect: java.awt.Rectangle[x=155,y=352,width=255,height=255]
5487DEBUG: drawing image into target rect: java.awt.Rectangle[x=155,y=607,width=255,height=255]
5488DEBUG: missed tile: Tile 15/16186/11258@OpenStreetMap (Mapnik)
5489DEBUG: drawing image into target rect: java.awt.Rectangle[x=410,y=-157,width=256,height=254]
5490DEBUG: drawing image into target rect: java.awt.Rectangle[x=410,y=97,width=256,height=255]
5491DEBUG: drawing image into target rect: java.awt.Rectangle[x=410,y=352,width=256,height=255]
5492DEBUG: drawing image into target rect: java.awt.Rectangle[x=410,y=607,width=256,height=255]
5493DEBUG: missed tile: Tile 15/16187/11258@OpenStreetMap (Mapnik)
5494DEBUG: drawing image into target rect: java.awt.Rectangle[x=666,y=-157,width=255,height=254]
5495DEBUG: drawing image into target rect: java.awt.Rectangle[x=666,y=97,width=255,height=255]
5496DEBUG: drawing image into target rect: java.awt.Rectangle[x=666,y=352,width=255,height=255]
5497DEBUG: drawing image into target rect: java.awt.Rectangle[x=666,y=607,width=255,height=255]
5498DEBUG: missed tile: Tile 15/16188/11258@OpenStreetMap (Mapnik)
5499DEBUG: drawing image into target rect: java.awt.Rectangle[x=921,y=-157,width=255,height=254]
5500DEBUG: drawing image into target rect: java.awt.Rectangle[x=921,y=97,width=255,height=255]
5501DEBUG: drawing image into target rect: java.awt.Rectangle[x=921,y=352,width=255,height=255]
5502DEBUG: drawing image into target rect: java.awt.Rectangle[x=921,y=607,width=255,height=255]
5503DEBUG: missed tile: Tile 15/16189/11258@OpenStreetMap (Mapnik)
5504DEBUG: missed tile: Tile 15/16190/11254@OpenStreetMap (Mapnik)
5505DEBUG: missed tile: Tile 15/16190/11255@OpenStreetMap (Mapnik)
5506DEBUG: missed tile: Tile 15/16190/11256@OpenStreetMap (Mapnik)
5507DEBUG: missed tile: Tile 15/16190/11257@OpenStreetMap (Mapnik)
5508DEBUG: missed tile: Tile 15/16190/11258@OpenStreetMap (Mapnik)
5509DEBUG: missed tile: Tile 15/16191/11254@OpenStreetMap (Mapnik)
5510DEBUG: missed tile: Tile 15/16191/11255@OpenStreetMap (Mapnik)
5511DEBUG: missed tile: Tile 15/16191/11256@OpenStreetMap (Mapnik)
5512DEBUG: missed tile: Tile 15/16191/11257@OpenStreetMap (Mapnik)
5513DEBUG: missed tile: Tile 15/16191/11258@OpenStreetMap (Mapnik)
5514DEBUG: source: java.awt.Rectangle[x=-354,y=862,width=509,height=510]
5515border: java.awt.Rectangle[x=-99,y=862,width=254,height=255]
5516intersection: java.awt.Rectangle[x=-99,y=862,width=254,height=255]
5517DEBUG: drawing image into target rect: java.awt.Rectangle[x=-99,y=862,width=254,height=255]
5518DEBUG: source: java.awt.Rectangle[x=155,y=862,width=511,height=510]
5519border: java.awt.Rectangle[x=155,y=862,width=255,height=255]
5520intersection: java.awt.Rectangle[x=155,y=862,width=255,height=255]
5521DEBUG: drawing image into target rect: java.awt.Rectangle[x=155,y=862,width=255,height=255]
5522DEBUG: source: java.awt.Rectangle[x=155,y=862,width=511,height=510]
5523border: java.awt.Rectangle[x=410,y=862,width=256,height=255]
5524intersection: java.awt.Rectangle[x=410,y=862,width=256,height=255]
5525DEBUG: drawing image into target rect: java.awt.Rectangle[x=410,y=862,width=256,height=255]
5526DEBUG: source: java.awt.Rectangle[x=666,y=862,width=510,height=510]
5527border: java.awt.Rectangle[x=666,y=862,width=255,height=255]
5528intersection: java.awt.Rectangle[x=666,y=862,width=255,height=255]
5529DEBUG: drawing image into target rect: java.awt.Rectangle[x=666,y=862,width=255,height=255]
5530DEBUG: source: java.awt.Rectangle[x=666,y=862,width=510,height=510]
5531border: java.awt.Rectangle[x=921,y=862,width=255,height=255]
5532intersection: java.awt.Rectangle[x=921,y=862,width=255,height=255]
5533DEBUG: drawing image into target rect: java.awt.Rectangle[x=921,y=862,width=255,height=255]
5534DEBUG: source: java.awt.Rectangle[x=1176,y=-157,width=510,height=509]
5535border: java.awt.Rectangle[x=1176,y=-157,width=255,height=254]
5536intersection: java.awt.Rectangle[x=1176,y=-157,width=255,height=254]
5537DEBUG: drawing image into target rect: java.awt.Rectangle[x=1176,y=-157,width=255,height=254]
5538DEBUG: source: java.awt.Rectangle[x=1176,y=-157,width=510,height=509]
5539border: java.awt.Rectangle[x=1176,y=97,width=255,height=255]
5540intersection: java.awt.Rectangle[x=1176,y=97,width=255,height=255]
5541DEBUG: drawing image into target rect: java.awt.Rectangle[x=1176,y=97,width=255,height=255]
5542DEBUG: source: java.awt.Rectangle[x=1176,y=352,width=510,height=510]
5543border: java.awt.Rectangle[x=1176,y=352,width=255,height=255]
5544intersection: java.awt.Rectangle[x=1176,y=352,width=255,height=255]
5545DEBUG: drawing image into target rect: java.awt.Rectangle[x=1176,y=352,width=255,height=255]
5546DEBUG: source: java.awt.Rectangle[x=1176,y=352,width=510,height=510]
5547border: java.awt.Rectangle[x=1176,y=607,width=255,height=255]
5548intersection: java.awt.Rectangle[x=1176,y=607,width=255,height=255]
5549DEBUG: drawing image into target rect: java.awt.Rectangle[x=1176,y=607,width=255,height=255]
5550DEBUG: source: java.awt.Rectangle[x=1176,y=862,width=510,height=510]
5551border: java.awt.Rectangle[x=1176,y=862,width=255,height=255]
5552intersection: java.awt.Rectangle[x=1176,y=862,width=255,height=255]
5553DEBUG: drawing image into target rect: java.awt.Rectangle[x=1176,y=862,width=255,height=255]
5554DEBUG: source: java.awt.Rectangle[x=1176,y=-157,width=510,height=509]
5555border: java.awt.Rectangle[x=1431,y=-157,width=255,height=254]
5556intersection: java.awt.Rectangle[x=1431,y=-157,width=255,height=254]
5557DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=-157,width=255,height=254]
5558DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5559DEBUG: source: java.awt.Rectangle[x=1176,y=-157,width=510,height=509]
5560border: java.awt.Rectangle[x=1431,y=97,width=255,height=255]
5561intersection: java.awt.Rectangle[x=1431,y=97,width=255,height=255]
5562DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=97,width=255,height=255]
5563DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5564DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5565DEBUG: source: java.awt.Rectangle[x=1176,y=352,width=510,height=510]
5566border: java.awt.Rectangle[x=1431,y=352,width=255,height=255]
5567intersection: java.awt.Rectangle[x=1431,y=352,width=255,height=255]
5568DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=352,width=255,height=255]
5569DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5570DEBUG: source: java.awt.Rectangle[x=1176,y=352,width=510,height=510]
5571border: java.awt.Rectangle[x=1431,y=607,width=255,height=255]
5572intersection: java.awt.Rectangle[x=1431,y=607,width=255,height=255]
5573DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=607,width=255,height=255]
5574DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5575DEBUG: source: java.awt.Rectangle[x=1176,y=862,width=510,height=510]
5576border: java.awt.Rectangle[x=1431,y=862,width=255,height=255]
5577intersection: java.awt.Rectangle[x=1431,y=862,width=255,height=255]
5578DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=862,width=255,height=255]
5579DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5580DEBUG: missed tile: Tile 14/8096/5629@OpenStreetMap (Mapnik)
5581DEBUG: source: java.awt.Rectangle[x=1686,y=-667,width=1020,height=1019]
5582border: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5583intersection: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5584DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5585DEBUG: source: java.awt.Rectangle[x=1686,y=-667,width=1020,height=1019]
5586border: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5587intersection: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5588DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=-157,width=510,height=509]
5589DEBUG: source: java.awt.Rectangle[x=1686,y=352,width=1020,height=1020]
5590border: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5591intersection: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5592DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5593DEBUG: source: java.awt.Rectangle[x=1686,y=352,width=1020,height=1020]
5594border: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5595intersection: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5596DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5597DEBUG: source: java.awt.Rectangle[x=1686,y=352,width=1020,height=1020]
5598border: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5599intersection: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5600DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5601DEBUG: source: java.awt.Rectangle[x=1686,y=352,width=1020,height=1020]
5602border: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5603intersection: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5604DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=352,width=510,height=510]
5605DEBUG: source: java.awt.Rectangle[x=1686,y=352,width=1020,height=1020]
5606border: java.awt.Rectangle[x=1686,y=862,width=510,height=510]
5607intersection: java.awt.Rectangle[x=1686,y=862,width=510,height=510]
5608DEBUG: drawing image into target rect: java.awt.Rectangle[x=1686,y=862,width=510,height=510]
5609DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-159,width=254,height=254]
5610DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=95,width=254,height=255]
5611DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=350,width=254,height=255]
5612DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=605,width=254,height=255]
5613DEBUG: missed tile: Tile 15/16186/11258@OpenStreetMap (Mapnik)
5614DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=-159,width=256,height=254]
5615DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=95,width=256,height=255]
5616DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=350,width=256,height=255]
5617DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=605,width=256,height=255]
5618DEBUG: missed tile: Tile 15/16187/11258@OpenStreetMap (Mapnik)
5619DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-159,width=255,height=254]
5620DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=95,width=255,height=255]
5621DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=350,width=255,height=255]
5622DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=605,width=255,height=255]
5623DEBUG: missed tile: Tile 15/16188/11258@OpenStreetMap (Mapnik)
5624DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-159,width=255,height=254]
5625DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=95,width=255,height=255]
5626DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=350,width=255,height=255]
5627DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=605,width=255,height=255]
5628DEBUG: missed tile: Tile 15/16189/11258@OpenStreetMap (Mapnik)
5629DEBUG: missed tile: Tile 15/16190/11254@OpenStreetMap (Mapnik)
5630DEBUG: missed tile: Tile 15/16190/11255@OpenStreetMap (Mapnik)
5631DEBUG: missed tile: Tile 15/16190/11256@OpenStreetMap (Mapnik)
5632DEBUG: missed tile: Tile 15/16190/11257@OpenStreetMap (Mapnik)
5633DEBUG: missed tile: Tile 15/16190/11258@OpenStreetMap (Mapnik)
5634DEBUG: missed tile: Tile 15/16191/11254@OpenStreetMap (Mapnik)
5635DEBUG: missed tile: Tile 15/16191/11255@OpenStreetMap (Mapnik)
5636DEBUG: missed tile: Tile 15/16191/11256@OpenStreetMap (Mapnik)
5637DEBUG: missed tile: Tile 15/16191/11257@OpenStreetMap (Mapnik)
5638DEBUG: missed tile: Tile 15/16191/11258@OpenStreetMap (Mapnik)
5639DEBUG: missed tile: Tile 15/16192/11254@OpenStreetMap (Mapnik)
5640DEBUG: missed tile: Tile 15/16192/11255@OpenStreetMap (Mapnik)
5641DEBUG: missed tile: Tile 15/16192/11256@OpenStreetMap (Mapnik)
5642DEBUG: missed tile: Tile 15/16192/11257@OpenStreetMap (Mapnik)
5643DEBUG: missed tile: Tile 15/16192/11258@OpenStreetMap (Mapnik)
5644DEBUG: source: java.awt.Rectangle[x=-71,y=860,width=510,height=510]
5645border: java.awt.Rectangle[x=-71,y=860,width=254,height=255]
5646intersection: java.awt.Rectangle[x=-71,y=860,width=254,height=255]
5647DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=860,width=254,height=255]
5648DEBUG: source: java.awt.Rectangle[x=-71,y=860,width=510,height=510]
5649border: java.awt.Rectangle[x=183,y=860,width=256,height=255]
5650intersection: java.awt.Rectangle[x=183,y=860,width=256,height=255]
5651DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=860,width=256,height=255]
5652DEBUG: source: java.awt.Rectangle[x=439,y=860,width=510,height=510]
5653border: java.awt.Rectangle[x=439,y=860,width=255,height=255]
5654intersection: java.awt.Rectangle[x=439,y=860,width=255,height=255]
5655DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=860,width=255,height=255]
5656DEBUG: source: java.awt.Rectangle[x=439,y=860,width=510,height=510]
5657border: java.awt.Rectangle[x=694,y=860,width=255,height=255]
5658intersection: java.awt.Rectangle[x=694,y=860,width=255,height=255]
5659DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=860,width=255,height=255]
5660DEBUG: source: java.awt.Rectangle[x=949,y=-159,width=510,height=509]
5661border: java.awt.Rectangle[x=949,y=-159,width=255,height=254]
5662intersection: java.awt.Rectangle[x=949,y=-159,width=255,height=254]
5663DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-159,width=255,height=254]
5664DEBUG: source: java.awt.Rectangle[x=949,y=-159,width=510,height=509]
5665border: java.awt.Rectangle[x=949,y=95,width=255,height=255]
5666intersection: java.awt.Rectangle[x=949,y=95,width=255,height=255]
5667DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=95,width=255,height=255]
5668DEBUG: source: java.awt.Rectangle[x=949,y=350,width=510,height=510]
5669border: java.awt.Rectangle[x=949,y=350,width=255,height=255]
5670intersection: java.awt.Rectangle[x=949,y=350,width=255,height=255]
5671DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=350,width=255,height=255]
5672DEBUG: source: java.awt.Rectangle[x=949,y=350,width=510,height=510]
5673border: java.awt.Rectangle[x=949,y=605,width=255,height=255]
5674intersection: java.awt.Rectangle[x=949,y=605,width=255,height=255]
5675DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=605,width=255,height=255]
5676DEBUG: source: java.awt.Rectangle[x=949,y=860,width=510,height=510]
5677border: java.awt.Rectangle[x=949,y=860,width=255,height=255]
5678intersection: java.awt.Rectangle[x=949,y=860,width=255,height=255]
5679DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=860,width=255,height=255]
5680DEBUG: source: java.awt.Rectangle[x=949,y=-159,width=510,height=509]
5681border: java.awt.Rectangle[x=1204,y=-159,width=255,height=254]
5682intersection: java.awt.Rectangle[x=1204,y=-159,width=255,height=254]
5683DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-159,width=255,height=254]
5684DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5685DEBUG: source: java.awt.Rectangle[x=949,y=-159,width=510,height=509]
5686border: java.awt.Rectangle[x=1204,y=95,width=255,height=255]
5687intersection: java.awt.Rectangle[x=1204,y=95,width=255,height=255]
5688DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=95,width=255,height=255]
5689DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5690DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5691DEBUG: source: java.awt.Rectangle[x=949,y=350,width=510,height=510]
5692border: java.awt.Rectangle[x=1204,y=350,width=255,height=255]
5693intersection: java.awt.Rectangle[x=1204,y=350,width=255,height=255]
5694DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=350,width=255,height=255]
5695DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5696DEBUG: source: java.awt.Rectangle[x=949,y=350,width=510,height=510]
5697border: java.awt.Rectangle[x=1204,y=605,width=255,height=255]
5698intersection: java.awt.Rectangle[x=1204,y=605,width=255,height=255]
5699DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=605,width=255,height=255]
5700DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5701DEBUG: source: java.awt.Rectangle[x=949,y=860,width=510,height=510]
5702border: java.awt.Rectangle[x=1204,y=860,width=255,height=255]
5703intersection: java.awt.Rectangle[x=1204,y=860,width=255,height=255]
5704DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=860,width=255,height=255]
5705DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5706DEBUG: missed tile: Tile 14/8096/5629@OpenStreetMap (Mapnik)
5707DEBUG: source: java.awt.Rectangle[x=1459,y=-669,width=1020,height=1019]
5708border: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5709intersection: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5710DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5711DEBUG: source: java.awt.Rectangle[x=1459,y=-669,width=1020,height=1019]
5712border: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5713intersection: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5714DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-159,width=510,height=509]
5715DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5716border: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5717intersection: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5718DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5719DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5720border: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5721intersection: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5722DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5723DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5724border: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5725intersection: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5726DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5727DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5728border: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5729intersection: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5730DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=350,width=510,height=510]
5731DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5732border: java.awt.Rectangle[x=1459,y=860,width=510,height=510]
5733intersection: java.awt.Rectangle[x=1459,y=860,width=510,height=510]
5734DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=860,width=510,height=510]
5735DEBUG: source: java.awt.Rectangle[x=1459,y=-669,width=1020,height=1019]
5736border: java.awt.Rectangle[x=1459,y=-159,width=255,height=254]
5737intersection: java.awt.Rectangle[x=1459,y=-159,width=255,height=254]
5738DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-159,width=255,height=254]
5739DEBUG: source: java.awt.Rectangle[x=1459,y=-669,width=1020,height=1019]
5740border: java.awt.Rectangle[x=1459,y=95,width=255,height=255]
5741intersection: java.awt.Rectangle[x=1459,y=95,width=255,height=255]
5742DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=95,width=255,height=255]
5743DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5744border: java.awt.Rectangle[x=1459,y=350,width=255,height=255]
5745intersection: java.awt.Rectangle[x=1459,y=350,width=255,height=255]
5746DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=350,width=255,height=255]
5747DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5748border: java.awt.Rectangle[x=1459,y=605,width=255,height=255]
5749intersection: java.awt.Rectangle[x=1459,y=605,width=255,height=255]
5750DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=605,width=255,height=255]
5751DEBUG: source: java.awt.Rectangle[x=1459,y=350,width=1020,height=1020]
5752border: java.awt.Rectangle[x=1459,y=860,width=255,height=255]
5753intersection: java.awt.Rectangle[x=1459,y=860,width=255,height=255]
5754DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=860,width=255,height=255]
5755DEBUG: tileLoadingFinished() tile: Tile 15/16190/11257@OpenStreetMap (Mapnik) success: true
5756DEBUG: tileLoadingFinished() tile: Tile 15/16190/11256@OpenStreetMap (Mapnik) success: true
5757DEBUG: tileLoadingFinished() tile: Tile 15/16190/11255@OpenStreetMap (Mapnik) success: true
5758DEBUG: tileLoadingFinished() tile: Tile 15/16190/11254@OpenStreetMap (Mapnik) success: true
5759DEBUG: drawing image into target rect: java.awt.Rectangle[x=-185,y=-169,width=254,height=254]
5760DEBUG: drawing image into target rect: java.awt.Rectangle[x=-185,y=85,width=254,height=255]
5761DEBUG: drawing image into target rect: java.awt.Rectangle[x=-185,y=340,width=254,height=255]
5762DEBUG: drawing image into target rect: java.awt.Rectangle[x=-185,y=595,width=254,height=255]
5763DEBUG: missed tile: Tile 15/16186/11258@OpenStreetMap (Mapnik)
5764DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=-169,width=256,height=254]
5765DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=85,width=256,height=255]
5766DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=340,width=256,height=255]
5767DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=595,width=256,height=255]
5768DEBUG: missed tile: Tile 15/16187/11258@OpenStreetMap (Mapnik)
5769DEBUG: drawing image into target rect: java.awt.Rectangle[x=325,y=-169,width=255,height=254]
5770DEBUG: drawing image into target rect: java.awt.Rectangle[x=325,y=85,width=255,height=255]
5771DEBUG: drawing image into target rect: java.awt.Rectangle[x=325,y=340,width=255,height=255]
5772DEBUG: drawing image into target rect: java.awt.Rectangle[x=325,y=595,width=255,height=255]
5773DEBUG: missed tile: Tile 15/16188/11258@OpenStreetMap (Mapnik)
5774DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=-169,width=255,height=254]
5775DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=85,width=255,height=255]
5776DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=340,width=255,height=255]
5777DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=595,width=255,height=255]
5778DEBUG: missed tile: Tile 15/16189/11258@OpenStreetMap (Mapnik)
5779DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=-169,width=255,height=254]
5780DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=85,width=255,height=255]
5781DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=340,width=255,height=255]
5782DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=595,width=255,height=255]
5783DEBUG: missed tile: Tile 15/16190/11258@OpenStreetMap (Mapnik)
5784DEBUG: missed tile: Tile 15/16191/11254@OpenStreetMap (Mapnik)
5785DEBUG: missed tile: Tile 15/16191/11255@OpenStreetMap (Mapnik)
5786DEBUG: missed tile: Tile 15/16191/11256@OpenStreetMap (Mapnik)
5787DEBUG: missed tile: Tile 15/16191/11257@OpenStreetMap (Mapnik)
5788DEBUG: missed tile: Tile 15/16191/11258@OpenStreetMap (Mapnik)
5789DEBUG: missed tile: Tile 15/16192/11254@OpenStreetMap (Mapnik)
5790DEBUG: missed tile: Tile 15/16192/11255@OpenStreetMap (Mapnik)
5791DEBUG: missed tile: Tile 15/16192/11256@OpenStreetMap (Mapnik)
5792DEBUG: missed tile: Tile 15/16192/11257@OpenStreetMap (Mapnik)
5793DEBUG: missed tile: Tile 15/16192/11258@OpenStreetMap (Mapnik)
5794DEBUG: source: java.awt.Rectangle[x=-185,y=850,width=510,height=510]
5795border: java.awt.Rectangle[x=-185,y=850,width=254,height=255]
5796intersection: java.awt.Rectangle[x=-185,y=850,width=254,height=255]
5797DEBUG: drawing image into target rect: java.awt.Rectangle[x=-185,y=850,width=254,height=255]
5798DEBUG: source: java.awt.Rectangle[x=-185,y=850,width=510,height=510]
5799border: java.awt.Rectangle[x=69,y=850,width=256,height=255]
5800intersection: java.awt.Rectangle[x=69,y=850,width=256,height=255]
5801DEBUG: drawing image into target rect: java.awt.Rectangle[x=69,y=850,width=256,height=255]
5802DEBUG: source: java.awt.Rectangle[x=325,y=850,width=510,height=510]
5803border: java.awt.Rectangle[x=325,y=850,width=255,height=255]
5804intersection: java.awt.Rectangle[x=325,y=850,width=255,height=255]
5805DEBUG: drawing image into target rect: java.awt.Rectangle[x=325,y=850,width=255,height=255]
5806DEBUG: source: java.awt.Rectangle[x=325,y=850,width=510,height=510]
5807border: java.awt.Rectangle[x=580,y=850,width=255,height=255]
5808intersection: java.awt.Rectangle[x=580,y=850,width=255,height=255]
5809DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=850,width=255,height=255]
5810DEBUG: source: java.awt.Rectangle[x=835,y=850,width=510,height=510]
5811border: java.awt.Rectangle[x=835,y=850,width=255,height=255]
5812intersection: java.awt.Rectangle[x=835,y=850,width=255,height=255]
5813DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=850,width=255,height=255]
5814DEBUG: source: java.awt.Rectangle[x=835,y=-169,width=510,height=509]
5815border: java.awt.Rectangle[x=1090,y=-169,width=255,height=254]
5816intersection: java.awt.Rectangle[x=1090,y=-169,width=255,height=254]
5817DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=-169,width=255,height=254]
5818DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5819DEBUG: source: java.awt.Rectangle[x=835,y=-169,width=510,height=509]
5820border: java.awt.Rectangle[x=1090,y=85,width=255,height=255]
5821intersection: java.awt.Rectangle[x=1090,y=85,width=255,height=255]
5822DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=85,width=255,height=255]
5823DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
5824DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5825DEBUG: source: java.awt.Rectangle[x=835,y=340,width=510,height=510]
5826border: java.awt.Rectangle[x=1090,y=340,width=255,height=255]
5827intersection: java.awt.Rectangle[x=1090,y=340,width=255,height=255]
5828DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=340,width=255,height=255]
5829DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5830DEBUG: source: java.awt.Rectangle[x=835,y=340,width=510,height=510]
5831border: java.awt.Rectangle[x=1090,y=595,width=255,height=255]
5832intersection: java.awt.Rectangle[x=1090,y=595,width=255,height=255]
5833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=595,width=255,height=255]
5834DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5835DEBUG: source: java.awt.Rectangle[x=835,y=850,width=510,height=510]
5836border: java.awt.Rectangle[x=1090,y=850,width=255,height=255]
5837intersection: java.awt.Rectangle[x=1090,y=850,width=255,height=255]
5838DEBUG: drawing image into target rect: java.awt.Rectangle[x=1090,y=850,width=255,height=255]
5839DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
5840DEBUG: missed tile: Tile 14/8096/5629@OpenStreetMap (Mapnik)
5841DEBUG: source: java.awt.Rectangle[x=1345,y=-679,width=1020,height=1019]
5842border: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5843intersection: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5844DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5845DEBUG: source: java.awt.Rectangle[x=1345,y=-679,width=1020,height=1019]
5846border: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5847intersection: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5848DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=-169,width=510,height=509]
5849DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5850border: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5851intersection: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5852DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5853DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5854border: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5855intersection: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5856DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5857DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5858border: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5859intersection: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5860DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5861DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5862border: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5863intersection: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5864DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=340,width=510,height=510]
5865DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5866border: java.awt.Rectangle[x=1345,y=850,width=510,height=510]
5867intersection: java.awt.Rectangle[x=1345,y=850,width=510,height=510]
5868DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=850,width=510,height=510]
5869DEBUG: source: java.awt.Rectangle[x=1345,y=-679,width=1020,height=1019]
5870border: java.awt.Rectangle[x=1345,y=-169,width=255,height=254]
5871intersection: java.awt.Rectangle[x=1345,y=-169,width=255,height=254]
5872DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=-169,width=255,height=254]
5873DEBUG: source: java.awt.Rectangle[x=1345,y=-679,width=1020,height=1019]
5874border: java.awt.Rectangle[x=1345,y=85,width=255,height=255]
5875intersection: java.awt.Rectangle[x=1345,y=85,width=255,height=255]
5876DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=85,width=255,height=255]
5877DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5878border: java.awt.Rectangle[x=1345,y=340,width=255,height=255]
5879intersection: java.awt.Rectangle[x=1345,y=340,width=255,height=255]
5880DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=340,width=255,height=255]
5881DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5882border: java.awt.Rectangle[x=1345,y=595,width=255,height=255]
5883intersection: java.awt.Rectangle[x=1345,y=595,width=255,height=255]
5884DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=595,width=255,height=255]
5885DEBUG: source: java.awt.Rectangle[x=1345,y=340,width=1020,height=1020]
5886border: java.awt.Rectangle[x=1345,y=850,width=255,height=255]
5887intersection: java.awt.Rectangle[x=1345,y=850,width=255,height=255]
5888DEBUG: drawing image into target rect: java.awt.Rectangle[x=1345,y=850,width=255,height=255]
5889DEBUG: tileLoadingFinished() tile: Tile 15/16189/11258@OpenStreetMap (Mapnik) success: true
5890DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=-173,width=254,height=254]
5891DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=81,width=254,height=255]
5892DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=336,width=254,height=255]
5893DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=591,width=254,height=255]
5894DEBUG: missed tile: Tile 15/16186/11258@OpenStreetMap (Mapnik)
5895DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=-173,width=256,height=254]
5896DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=81,width=256,height=255]
5897DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=336,width=256,height=255]
5898DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=591,width=256,height=255]
5899DEBUG: missed tile: Tile 15/16187/11258@OpenStreetMap (Mapnik)
5900DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=-173,width=255,height=254]
5901DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=81,width=255,height=255]
5902DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=336,width=255,height=255]
5903DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=591,width=255,height=255]
5904DEBUG: missed tile: Tile 15/16188/11258@OpenStreetMap (Mapnik)
5905DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=-173,width=255,height=254]
5906DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=81,width=255,height=255]
5907DEBUG: tileLoadingFinished() tile: Tile 15/16190/11258@OpenStreetMap (Mapnik) success: true
5908DEBUG: tileLoadingFinished() tile: Tile 15/16185/11258@OpenStreetMap (Mapnik) success: true
5909DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=336,width=255,height=255]
5910DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=591,width=255,height=255]
5911DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=846,width=255,height=255]
5912DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=-173,width=255,height=254]
5913DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=81,width=255,height=255]
5914DEBUG: tileLoadingFinished() tile: Tile 15/16191/11256@OpenStreetMap (Mapnik) success: true
5915DEBUG: tileLoadingFinished() tile: Tile 15/16191/11257@OpenStreetMap (Mapnik) success: true
5916DEBUG: tileLoadingFinished() tile: Tile 15/16187/11258@OpenStreetMap (Mapnik) success: true
5917DEBUG: tileLoadingFinished() tile: Tile 15/16191/11254@OpenStreetMap (Mapnik) success: true
5918DEBUG: tileLoadingFinished() tile: Tile 15/16186/11258@OpenStreetMap (Mapnik) success: true
5919DEBUG: tileLoadingFinished() tile: Tile 15/16191/11255@OpenStreetMap (Mapnik) success: true
5920DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=336,width=255,height=255]
5921DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=591,width=255,height=255]
5922DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=846,width=255,height=255]
5923DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=-173,width=255,height=254]
5924DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=81,width=255,height=255]
5925DEBUG: tileLoadingFinished() tile: Tile 15/16192/11255@OpenStreetMap (Mapnik) success: true
5926DEBUG: tileLoadingFinished() tile: Tile 15/16192/11258@OpenStreetMap (Mapnik) success: true
5927DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=336,width=255,height=255]
5928DEBUG: tileLoadingFinished() tile: Tile 15/16191/11258@OpenStreetMap (Mapnik) success: true
5929DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=591,width=255,height=255]
5930DEBUG: tileLoadingFinished() tile: Tile 15/16192/11256@OpenStreetMap (Mapnik) success: true
5931DEBUG: tileLoadingFinished() tile: Tile 15/16192/11254@OpenStreetMap (Mapnik) success: true
5932DEBUG: tileLoadingFinished() tile: Tile 15/16192/11257@OpenStreetMap (Mapnik) success: true
5933DEBUG: tileLoadingFinished() tile: Tile 15/16188/11258@OpenStreetMap (Mapnik) success: true
5934DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=846,width=255,height=255]
5935DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=-173,width=255,height=254]
5936DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=81,width=255,height=255]
5937DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=336,width=255,height=255]
5938DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=591,width=255,height=255]
5939DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=846,width=255,height=255]
5940DEBUG: source: java.awt.Rectangle[x=-204,y=846,width=510,height=510]
5941border: java.awt.Rectangle[x=-204,y=846,width=254,height=255]
5942intersection: java.awt.Rectangle[x=-204,y=846,width=254,height=255]
5943DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=846,width=254,height=255]
5944DEBUG: source: java.awt.Rectangle[x=-204,y=846,width=510,height=510]
5945border: java.awt.Rectangle[x=50,y=846,width=256,height=255]
5946intersection: java.awt.Rectangle[x=50,y=846,width=256,height=255]
5947DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=846,width=256,height=255]
5948DEBUG: source: java.awt.Rectangle[x=306,y=846,width=510,height=510]
5949border: java.awt.Rectangle[x=306,y=846,width=255,height=255]
5950intersection: java.awt.Rectangle[x=306,y=846,width=255,height=255]
5951DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=846,width=255,height=255]
5952DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=-173,width=254,height=254]
5953DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=81,width=254,height=255]
5954DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=336,width=254,height=255]
5955DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=591,width=254,height=255]
5956DEBUG: drawing image into target rect: java.awt.Rectangle[x=-204,y=846,width=254,height=255]
5957DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=-173,width=256,height=254]
5958DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=81,width=256,height=255]
5959DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=336,width=256,height=255]
5960DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=591,width=256,height=255]
5961DEBUG: drawing image into target rect: java.awt.Rectangle[x=50,y=846,width=256,height=255]
5962DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=-173,width=255,height=254]
5963DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=81,width=255,height=255]
5964DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=336,width=255,height=255]
5965DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=591,width=255,height=255]
5966DEBUG: drawing image into target rect: java.awt.Rectangle[x=306,y=846,width=255,height=255]
5967DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=-173,width=255,height=254]
5968DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=81,width=255,height=255]
5969DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=336,width=255,height=255]
5970DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=591,width=255,height=255]
5971DEBUG: drawing image into target rect: java.awt.Rectangle[x=561,y=846,width=255,height=255]
5972DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=-173,width=255,height=254]
5973DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=81,width=255,height=255]
5974DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=336,width=255,height=255]
5975DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=591,width=255,height=255]
5976DEBUG: drawing image into target rect: java.awt.Rectangle[x=816,y=846,width=255,height=255]
5977DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=-173,width=255,height=254]
5978DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=81,width=255,height=255]
5979DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=336,width=255,height=255]
5980DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=591,width=255,height=255]
5981DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=846,width=255,height=255]
5982DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=-173,width=255,height=254]
5983DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=81,width=255,height=255]
5984DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=336,width=255,height=255]
5985DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=591,width=255,height=255]
5986DEBUG: drawing image into target rect: java.awt.Rectangle[x=1326,y=846,width=255,height=255]
5987DEBUG: drawing image into target rect: java.awt.Rectangle[x=-207,y=-173,width=254,height=254]
5988DEBUG: drawing image into target rect: java.awt.Rectangle[x=-207,y=81,width=254,height=255]
5989DEBUG: drawing image into target rect: java.awt.Rectangle[x=-207,y=336,width=254,height=255]
5990DEBUG: drawing image into target rect: java.awt.Rectangle[x=-207,y=591,width=254,height=255]
5991DEBUG: drawing image into target rect: java.awt.Rectangle[x=-207,y=846,width=254,height=255]
5992DEBUG: drawing image into target rect: java.awt.Rectangle[x=47,y=-173,width=256,height=254]
5993DEBUG: drawing image into target rect: java.awt.Rectangle[x=47,y=81,width=256,height=255]
5994DEBUG: drawing image into target rect: java.awt.Rectangle[x=47,y=336,width=256,height=255]
5995DEBUG: drawing image into target rect: java.awt.Rectangle[x=47,y=591,width=256,height=255]
5996DEBUG: drawing image into target rect: java.awt.Rectangle[x=47,y=846,width=256,height=255]
5997DEBUG: drawing image into target rect: java.awt.Rectangle[x=303,y=-173,width=255,height=254]
5998DEBUG: drawing image into target rect: java.awt.Rectangle[x=303,y=81,width=255,height=255]
5999DEBUG: drawing image into target rect: java.awt.Rectangle[x=303,y=336,width=255,height=255]
6000DEBUG: drawing image into target rect: java.awt.Rectangle[x=303,y=591,width=255,height=255]
6001DEBUG: drawing image into target rect: java.awt.Rectangle[x=303,y=846,width=255,height=255]
6002DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=-173,width=255,height=254]
6003DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=81,width=255,height=255]
6004DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=336,width=255,height=255]
6005DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=591,width=255,height=255]
6006DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=846,width=255,height=255]
6007DEBUG: drawing image into target rect: java.awt.Rectangle[x=813,y=-173,width=255,height=254]
6008DEBUG: drawing image into target rect: java.awt.Rectangle[x=813,y=81,width=255,height=255]
6009DEBUG: drawing image into target rect: java.awt.Rectangle[x=813,y=336,width=255,height=255]
6010DEBUG: drawing image into target rect: java.awt.Rectangle[x=813,y=591,width=255,height=255]
6011DEBUG: drawing image into target rect: java.awt.Rectangle[x=813,y=846,width=255,height=255]
6012DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=-173,width=255,height=254]
6013DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=81,width=255,height=255]
6014DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=336,width=255,height=255]
6015DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=591,width=255,height=255]
6016DEBUG: drawing image into target rect: java.awt.Rectangle[x=1068,y=846,width=255,height=255]
6017DEBUG: drawing image into target rect: java.awt.Rectangle[x=1323,y=-173,width=255,height=254]
6018DEBUG: drawing image into target rect: java.awt.Rectangle[x=1323,y=81,width=255,height=255]
6019DEBUG: drawing image into target rect: java.awt.Rectangle[x=1323,y=336,width=255,height=255]
6020DEBUG: drawing image into target rect: java.awt.Rectangle[x=1323,y=591,width=255,height=255]
6021DEBUG: drawing image into target rect: java.awt.Rectangle[x=1323,y=846,width=255,height=255]
6022DEBUG: zoomChanged(): 14
6023DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=-295,width=360,height=360]
6024DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=65,width=360,height=361]
6025DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=426,width=360,height=361]
6026DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=787,width=360,height=361]
6027DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=-295,width=361,height=360]
6028DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=65,width=361,height=361]
6029DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=426,width=361,height=361]
6030DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=787,width=361,height=361]
6031DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=-295,width=361,height=360]
6032DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=65,width=361,height=361]
6033DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=426,width=361,height=361]
6034DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=787,width=361,height=361]
6035DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=-295,width=360,height=360]
6036DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=65,width=360,height=361]
6037DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=426,width=360,height=361]
6038DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=787,width=360,height=361]
6039DEBUG: missed tile: Tile 14/8096/5626@OpenStreetMap (Mapnik)
6040DEBUG: missed tile: Tile 14/8096/5627@OpenStreetMap (Mapnik)
6041DEBUG: missed tile: Tile 14/8096/5628@OpenStreetMap (Mapnik)
6042DEBUG: missed tile: Tile 14/8096/5629@OpenStreetMap (Mapnik)
6043DEBUG: source: java.awt.Rectangle[x=1199,y=-295,width=722,height=721]
6044border: java.awt.Rectangle[x=1199,y=-295,width=361,height=360]
6045intersection: java.awt.Rectangle[x=1199,y=-295,width=361,height=360]
6046DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=-295,width=361,height=360]
6047DEBUG: source: java.awt.Rectangle[x=1199,y=-295,width=722,height=721]
6048border: java.awt.Rectangle[x=1199,y=65,width=361,height=361]
6049intersection: java.awt.Rectangle[x=1199,y=65,width=361,height=361]
6050DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=65,width=361,height=361]
6051DEBUG: source: java.awt.Rectangle[x=1199,y=426,width=722,height=722]
6052border: java.awt.Rectangle[x=1199,y=426,width=361,height=361]
6053intersection: java.awt.Rectangle[x=1199,y=426,width=361,height=361]
6054DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=426,width=361,height=361]
6055DEBUG: source: java.awt.Rectangle[x=1199,y=426,width=722,height=722]
6056border: java.awt.Rectangle[x=1199,y=787,width=361,height=361]
6057intersection: java.awt.Rectangle[x=1199,y=787,width=361,height=361]
6058DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=787,width=361,height=361]
6059DEBUG: tileLoadingFinished() tile: Tile 14/8096/5628@OpenStreetMap (Mapnik) success: true
6060DEBUG: tileLoadingFinished() tile: Tile 14/8096/5629@OpenStreetMap (Mapnik) success: true
6061DEBUG: tileLoadingFinished() tile: Tile 14/8096/5627@OpenStreetMap (Mapnik) success: true
6062DEBUG: tileLoadingFinished() tile: Tile 14/8096/5626@OpenStreetMap (Mapnik) success: true
6063DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=-295,width=360,height=360]
6064DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=65,width=360,height=361]
6065DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=426,width=360,height=361]
6066DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=787,width=360,height=361]
6067DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=-295,width=361,height=360]
6068DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=65,width=361,height=361]
6069DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=426,width=361,height=361]
6070DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=787,width=361,height=361]
6071DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=-295,width=361,height=360]
6072DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=65,width=361,height=361]
6073DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=426,width=361,height=361]
6074DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=787,width=361,height=361]
6075DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=-295,width=360,height=360]
6076DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=65,width=360,height=361]
6077DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=426,width=360,height=361]
6078DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=787,width=360,height=361]
6079DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=-295,width=361,height=360]
6080DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=65,width=361,height=361]
6081DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=426,width=361,height=361]
6082DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=787,width=361,height=361]
6083DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=-295,width=360,height=360]
6084DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=65,width=360,height=361]
6085DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=426,width=360,height=361]
6086DEBUG: drawing image into target rect: java.awt.Rectangle[x=-243,y=787,width=360,height=361]
6087DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=-295,width=361,height=360]
6088DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=65,width=361,height=361]
6089DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=426,width=361,height=361]
6090DEBUG: drawing image into target rect: java.awt.Rectangle[x=117,y=787,width=361,height=361]
6091DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=-295,width=361,height=360]
6092DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=65,width=361,height=361]
6093DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=426,width=361,height=361]
6094DEBUG: drawing image into target rect: java.awt.Rectangle[x=478,y=787,width=361,height=361]
6095DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=-295,width=360,height=360]
6096DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=65,width=360,height=361]
6097DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=426,width=360,height=361]
6098DEBUG: drawing image into target rect: java.awt.Rectangle[x=839,y=787,width=360,height=361]
6099DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=-295,width=361,height=360]
6100DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=65,width=361,height=361]
6101DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=426,width=361,height=361]
6102DEBUG: drawing image into target rect: java.awt.Rectangle[x=1199,y=787,width=361,height=361]
6103DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=-20,width=254,height=254]
6104DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=234,width=254,height=255]
6105DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=489,width=254,height=255]
6106DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=744,width=254,height=255]
6107DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=-20,width=255,height=254]
6108DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=234,width=255,height=255]
6109DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=489,width=255,height=255]
6110DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=744,width=255,height=255]
6111DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=-20,width=255,height=254]
6112DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=234,width=255,height=255]
6113DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=489,width=255,height=255]
6114DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=744,width=255,height=255]
6115DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=-20,width=256,height=254]
6116DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=234,width=256,height=255]
6117DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=489,width=256,height=255]
6118DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=744,width=256,height=255]
6119DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=-20,width=255,height=254]
6120DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=234,width=255,height=255]
6121DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=489,width=255,height=255]
6122DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=744,width=255,height=255]
6123DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=-20,width=255,height=254]
6124DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=234,width=255,height=255]
6125DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=489,width=255,height=255]
6126DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=744,width=255,height=255]
6127DEBUG: missed tile: Tile 14/8097/5626@OpenStreetMap (Mapnik)
6128DEBUG: missed tile: Tile 14/8097/5627@OpenStreetMap (Mapnik)
6129DEBUG: missed tile: Tile 14/8097/5628@OpenStreetMap (Mapnik)
6130DEBUG: missed tile: Tile 14/8097/5629@OpenStreetMap (Mapnik)
6131DEBUG: source: java.awt.Rectangle[x=1110,y=-20,width=510,height=509]
6132border: java.awt.Rectangle[x=1365,y=-20,width=255,height=254]
6133intersection: java.awt.Rectangle[x=1365,y=-20,width=255,height=254]
6134DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=-20,width=255,height=254]
6135DEBUG: missed tile: Tile 13/4049/2813@OpenStreetMap (Mapnik)
6136DEBUG: source: java.awt.Rectangle[x=1110,y=-20,width=510,height=509]
6137border: java.awt.Rectangle[x=1365,y=234,width=255,height=255]
6138intersection: java.awt.Rectangle[x=1365,y=234,width=255,height=255]
6139DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=234,width=255,height=255]
6140DEBUG: missed tile: Tile 13/4049/2813@OpenStreetMap (Mapnik)
6141DEBUG: missed tile: Tile 13/4049/2814@OpenStreetMap (Mapnik)
6142DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=510,height=510]
6143border: java.awt.Rectangle[x=1365,y=489,width=255,height=255]
6144intersection: java.awt.Rectangle[x=1365,y=489,width=255,height=255]
6145DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=489,width=255,height=255]
6146DEBUG: missed tile: Tile 13/4049/2814@OpenStreetMap (Mapnik)
6147DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=510,height=510]
6148border: java.awt.Rectangle[x=1365,y=744,width=255,height=255]
6149intersection: java.awt.Rectangle[x=1365,y=744,width=255,height=255]
6150DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=744,width=255,height=255]
6151DEBUG: missed tile: Tile 13/4049/2814@OpenStreetMap (Mapnik)
6152DEBUG: missed tile: Tile 13/4049/2815@OpenStreetMap (Mapnik)
6153DEBUG: source: java.awt.Rectangle[x=1110,y=-530,width=1020,height=1019]
6154border: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6155intersection: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6156DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6157DEBUG: source: java.awt.Rectangle[x=1110,y=-530,width=1020,height=1019]
6158border: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6159intersection: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6160DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=-20,width=510,height=509]
6161DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=1020,height=1021]
6162border: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6163intersection: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6164DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6165DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=1020,height=1021]
6166border: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6167intersection: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6168DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6169DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=1020,height=1021]
6170border: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6171intersection: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6172DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=489,width=510,height=510]
6173DEBUG: source: java.awt.Rectangle[x=1110,y=489,width=1020,height=1021]
6174border: java.awt.Rectangle[x=1620,y=999,width=510,height=511]
6175intersection: java.awt.Rectangle[x=1620,y=999,width=510,height=511]
6176DEBUG: drawing image into target rect: java.awt.Rectangle[x=1620,y=999,width=510,height=511]
6177DEBUG: missed tile: Tile 12/2024/1408@OpenStreetMap (Mapnik)
6178DEBUG: missed tile: Tile 12/2025/1408@OpenStreetMap (Mapnik)
6179DEBUG: source: java.awt.Rectangle[x=1110,y=1510,width=2041,height=2041]
6180border: java.awt.Rectangle[x=1110,y=1510,width=1020,height=1020]
6181intersection: java.awt.Rectangle[x=1110,y=1510,width=1020,height=1020]
6182DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=1510,width=1020,height=1020]
6183DEBUG: source: java.awt.Rectangle[x=1110,y=1510,width=2041,height=2041]
6184border: java.awt.Rectangle[x=2130,y=1510,width=1021,height=1020]
6185intersection: java.awt.Rectangle[x=2130,y=1510,width=1021,height=1020]
6186DEBUG: drawing image into target rect: java.awt.Rectangle[x=2130,y=1510,width=1021,height=1020]
6187DEBUG: tileLoadingFinished() tile: Tile 14/8097/5628@OpenStreetMap (Mapnik) success: true
6188DEBUG: tileLoadingFinished() tile: Tile 14/8097/5629@OpenStreetMap (Mapnik) success: true
6189DEBUG: tileLoadingFinished() tile: Tile 14/8097/5626@OpenStreetMap (Mapnik) success: true
6190DEBUG: tileLoadingFinished() tile: Tile 14/8097/5627@OpenStreetMap (Mapnik) success: true
6191DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=-20,width=254,height=254]
6192DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=234,width=254,height=255]
6193DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=489,width=254,height=255]
6194DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=744,width=254,height=255]
6195DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=-20,width=255,height=254]
6196DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=234,width=255,height=255]
6197DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=489,width=255,height=255]
6198DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=744,width=255,height=255]
6199DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=-20,width=255,height=254]
6200DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=234,width=255,height=255]
6201DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=489,width=255,height=255]
6202DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=744,width=255,height=255]
6203DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=-20,width=256,height=254]
6204DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=234,width=256,height=255]
6205DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=489,width=256,height=255]
6206DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=744,width=256,height=255]
6207DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=-20,width=255,height=254]
6208DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=234,width=255,height=255]
6209DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=489,width=255,height=255]
6210DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=744,width=255,height=255]
6211DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=-20,width=255,height=254]
6212DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=234,width=255,height=255]
6213DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=489,width=255,height=255]
6214DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=744,width=255,height=255]
6215DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=-20,width=255,height=254]
6216DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=234,width=255,height=255]
6217DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=489,width=255,height=255]
6218DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=744,width=255,height=255]
6219DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=-20,width=254,height=254]
6220DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=234,width=254,height=255]
6221DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=489,width=254,height=255]
6222DEBUG: drawing image into target rect: java.awt.Rectangle[x=-165,y=744,width=254,height=255]
6223DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=-20,width=255,height=254]
6224DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=234,width=255,height=255]
6225DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=489,width=255,height=255]
6226DEBUG: drawing image into target rect: java.awt.Rectangle[x=89,y=744,width=255,height=255]
6227DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=-20,width=255,height=254]
6228DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=234,width=255,height=255]
6229DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=489,width=255,height=255]
6230DEBUG: drawing image into target rect: java.awt.Rectangle[x=344,y=744,width=255,height=255]
6231DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=-20,width=256,height=254]
6232DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=234,width=256,height=255]
6233DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=489,width=256,height=255]
6234DEBUG: drawing image into target rect: java.awt.Rectangle[x=599,y=744,width=256,height=255]
6235DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=-20,width=255,height=254]
6236DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=234,width=255,height=255]
6237DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=489,width=255,height=255]
6238DEBUG: drawing image into target rect: java.awt.Rectangle[x=855,y=744,width=255,height=255]
6239DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=-20,width=255,height=254]
6240DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=234,width=255,height=255]
6241DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=489,width=255,height=255]
6242DEBUG: drawing image into target rect: java.awt.Rectangle[x=1110,y=744,width=255,height=255]
6243DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=-20,width=255,height=254]
6244DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=234,width=255,height=255]
6245DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=489,width=255,height=255]
6246DEBUG: drawing image into target rect: java.awt.Rectangle[x=1365,y=744,width=255,height=255]
6247DEBUG: zoomChanged(): 13
6248DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=-190,width=360,height=359]
6249DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=169,width=360,height=361]
6250DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=530,width=360,height=361]
6251DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=-190,width=361,height=359]
6252DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=169,width=361,height=361]
6253DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=530,width=361,height=361]
6254DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=-190,width=361,height=359]
6255DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=169,width=361,height=361]
6256DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=530,width=361,height=361]
6257DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=-190,width=360,height=359]
6258DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=169,width=360,height=361]
6259DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=530,width=360,height=361]
6260DEBUG: missed tile: Tile 13/4049/2812@OpenStreetMap (Mapnik)
6261DEBUG: missed tile: Tile 13/4049/2813@OpenStreetMap (Mapnik)
6262DEBUG: missed tile: Tile 13/4049/2814@OpenStreetMap (Mapnik)
6263DEBUG: source: java.awt.Rectangle[x=1080,y=-190,width=721,height=720]
6264border: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6265intersection: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6266DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6267DEBUG: source: java.awt.Rectangle[x=1080,y=-190,width=721,height=720]
6268border: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6269intersection: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6270DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6271DEBUG: source: java.awt.Rectangle[x=1080,y=530,width=721,height=722]
6272border: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6273intersection: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6274DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6275DEBUG: tileLoadingFinished() tile: Tile 13/4049/2814@OpenStreetMap (Mapnik) success: true
6276DEBUG: tileLoadingFinished() tile: Tile 13/4049/2813@OpenStreetMap (Mapnik) success: true
6277DEBUG: tileLoadingFinished() tile: Tile 13/4049/2812@OpenStreetMap (Mapnik) success: true
6278DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=-190,width=360,height=359]
6279DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=169,width=360,height=361]
6280DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=530,width=360,height=361]
6281DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=-190,width=361,height=359]
6282DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=169,width=361,height=361]
6283DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=530,width=361,height=361]
6284DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=-190,width=361,height=359]
6285DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=169,width=361,height=361]
6286DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=530,width=361,height=361]
6287DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=-190,width=360,height=359]
6288DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=169,width=360,height=361]
6289DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=530,width=360,height=361]
6290DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6291DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6292DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6293DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=-190,width=360,height=359]
6294DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=169,width=360,height=361]
6295DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=530,width=360,height=361]
6296DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=-190,width=361,height=359]
6297DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=169,width=361,height=361]
6298DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=530,width=361,height=361]
6299DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=-190,width=361,height=359]
6300DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=169,width=361,height=361]
6301DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=530,width=361,height=361]
6302DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=-190,width=360,height=359]
6303DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=169,width=360,height=361]
6304DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=530,width=360,height=361]
6305DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6306DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6307DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6308DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=-190,width=360,height=359]
6309DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=169,width=360,height=361]
6310DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=530,width=360,height=361]
6311DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=-190,width=361,height=359]
6312DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=169,width=361,height=361]
6313DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=530,width=361,height=361]
6314DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=-190,width=361,height=359]
6315DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=169,width=361,height=361]
6316DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=530,width=361,height=361]
6317DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=-190,width=360,height=359]
6318DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=169,width=360,height=361]
6319DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=530,width=360,height=361]
6320DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6321DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6322DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6323DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=-190,width=360,height=359]
6324DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=169,width=360,height=361]
6325DEBUG: drawing image into target rect: java.awt.Rectangle[x=-2,y=530,width=360,height=361]
6326DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=-190,width=361,height=359]
6327DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=169,width=361,height=361]
6328DEBUG: drawing image into target rect: java.awt.Rectangle[x=358,y=530,width=361,height=361]
6329DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=-190,width=361,height=359]
6330DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=169,width=361,height=361]
6331DEBUG: drawing image into target rect: java.awt.Rectangle[x=719,y=530,width=361,height=361]
6332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=-190,width=360,height=359]
6333DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=169,width=360,height=361]
6334DEBUG: drawing image into target rect: java.awt.Rectangle[x=1080,y=530,width=360,height=361]
6335DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=-190,width=361,height=359]
6336DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=169,width=361,height=361]
6337DEBUG: drawing image into target rect: java.awt.Rectangle[x=1440,y=530,width=361,height=361]
6338DEBUG: missed tile: Tile 13/4043/2811@OpenStreetMap (Mapnik)
6339DEBUG: missed tile: Tile 13/4043/2812@OpenStreetMap (Mapnik)
6340DEBUG: missed tile: Tile 13/4043/2813@OpenStreetMap (Mapnik)
6341DEBUG: missed tile: Tile 13/4043/2814@OpenStreetMap (Mapnik)
6342DEBUG: missed tile: Tile 13/4043/2815@OpenStreetMap (Mapnik)
6343DEBUG: missed tile: Tile 13/4044/2811@OpenStreetMap (Mapnik)
6344DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6345DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6346DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6347DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6348DEBUG: missed tile: Tile 13/4045/2811@OpenStreetMap (Mapnik)
6349DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6350DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6351DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6352DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6353DEBUG: missed tile: Tile 13/4046/2811@OpenStreetMap (Mapnik)
6354DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6355DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6356DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6357DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6358DEBUG: missed tile: Tile 13/4047/2811@OpenStreetMap (Mapnik)
6359DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6360DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6361DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6362DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6363DEBUG: missed tile: Tile 13/4048/2811@OpenStreetMap (Mapnik)
6364DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6365DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6366DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6367DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6368DEBUG: missed tile: Tile 13/4049/2811@OpenStreetMap (Mapnik)
6369DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6370DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6371DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6372DEBUG: missed tile: Tile 13/4049/2815@OpenStreetMap (Mapnik)
6373DEBUG: source: java.awt.Rectangle[x=-474,y=-461,width=510,height=510]
6374border: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6375intersection: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6376DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6377DEBUG: source: java.awt.Rectangle[x=-474,y=49,width=510,height=510]
6378border: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6379intersection: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6380DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6381DEBUG: source: java.awt.Rectangle[x=-474,y=49,width=510,height=510]
6382border: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6383intersection: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6384DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6385DEBUG: source: java.awt.Rectangle[x=-474,y=559,width=510,height=510]
6386border: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6387intersection: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6388DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6389DEBUG: source: java.awt.Rectangle[x=-474,y=559,width=510,height=510]
6390border: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6391intersection: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6392DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6393DEBUG: missed tile: Tile 12/2021/1408@OpenStreetMap (Mapnik)
6394DEBUG: missed tile: Tile 12/2022/1408@OpenStreetMap (Mapnik)
6395DEBUG: source: java.awt.Rectangle[x=36,y=-461,width=510,height=510]
6396border: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6397intersection: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6398DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6399DEBUG: source: java.awt.Rectangle[x=36,y=-461,width=510,height=510]
6400border: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6401intersection: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6402DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6403DEBUG: source: java.awt.Rectangle[x=546,y=-461,width=510,height=510]
6404border: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6405intersection: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6406DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6407DEBUG: source: java.awt.Rectangle[x=546,y=-461,width=510,height=510]
6408border: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6409intersection: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6410DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6411DEBUG: source: java.awt.Rectangle[x=1056,y=-461,width=510,height=510]
6412border: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6413intersection: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6414DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6415DEBUG: source: java.awt.Rectangle[x=1056,y=-461,width=510,height=510]
6416border: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6417intersection: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6418DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6419DEBUG: source: java.awt.Rectangle[x=1056,y=559,width=510,height=510]
6420border: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6421intersection: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6422DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6423DEBUG: missed tile: Tile 12/2024/1408@OpenStreetMap (Mapnik)
6424DEBUG: missed tile: Tile 12/2025/1408@OpenStreetMap (Mapnik)
6425DEBUG: source: java.awt.Rectangle[x=-984,y=1069,width=1020,height=1020]
6426border: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6427intersection: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6428DEBUG: drawing image into target rect: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6429DEBUG: source: java.awt.Rectangle[x=36,y=1069,width=1020,height=1020]
6430border: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6431intersection: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6432DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6433DEBUG: source: java.awt.Rectangle[x=1056,y=1069,width=1020,height=1020]
6434border: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6435intersection: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6436DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6437DEBUG: source: java.awt.Rectangle[x=1056,y=1069,width=1020,height=1020]
6438border: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6439intersection: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6440DEBUG: drawing image into target rect: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6441DEBUG: missed tile: Tile 13/4043/2811@OpenStreetMap (Mapnik)
6442DEBUG: missed tile: Tile 13/4043/2812@OpenStreetMap (Mapnik)
6443DEBUG: missed tile: Tile 13/4043/2813@OpenStreetMap (Mapnik)
6444DEBUG: missed tile: Tile 13/4043/2814@OpenStreetMap (Mapnik)
6445DEBUG: missed tile: Tile 13/4043/2815@OpenStreetMap (Mapnik)
6446DEBUG: missed tile: Tile 13/4044/2811@OpenStreetMap (Mapnik)
6447DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6448DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6449DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6450DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6451DEBUG: missed tile: Tile 13/4045/2811@OpenStreetMap (Mapnik)
6452DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6453DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6454DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6455DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6456DEBUG: missed tile: Tile 13/4046/2811@OpenStreetMap (Mapnik)
6457DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6458DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6459DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6460DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6461DEBUG: missed tile: Tile 13/4047/2811@OpenStreetMap (Mapnik)
6462DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6463DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6464DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6465DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6466DEBUG: missed tile: Tile 13/4048/2811@OpenStreetMap (Mapnik)
6467DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6468DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6469DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6470DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6471DEBUG: missed tile: Tile 13/4049/2811@OpenStreetMap (Mapnik)
6472DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6473DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6474DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6475DEBUG: missed tile: Tile 13/4049/2815@OpenStreetMap (Mapnik)
6476DEBUG: source: java.awt.Rectangle[x=-474,y=-461,width=510,height=510]
6477border: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6478intersection: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6479DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6480DEBUG: source: java.awt.Rectangle[x=-474,y=49,width=510,height=510]
6481border: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6482intersection: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6483DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6484DEBUG: source: java.awt.Rectangle[x=-474,y=49,width=510,height=510]
6485border: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6486intersection: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6487DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6488DEBUG: source: java.awt.Rectangle[x=-474,y=559,width=510,height=510]
6489border: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6490intersection: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6491DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6492DEBUG: source: java.awt.Rectangle[x=-474,y=559,width=510,height=510]
6493border: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6494intersection: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6495DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6496DEBUG: missed tile: Tile 12/2021/1408@OpenStreetMap (Mapnik)
6497DEBUG: missed tile: Tile 12/2022/1408@OpenStreetMap (Mapnik)
6498DEBUG: source: java.awt.Rectangle[x=36,y=-461,width=510,height=510]
6499border: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6500intersection: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6501DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6502DEBUG: source: java.awt.Rectangle[x=36,y=-461,width=510,height=510]
6503border: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6504intersection: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6505DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6506DEBUG: source: java.awt.Rectangle[x=546,y=-461,width=510,height=510]
6507border: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6508intersection: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6509DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6510DEBUG: source: java.awt.Rectangle[x=546,y=-461,width=510,height=510]
6511border: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6512intersection: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6513DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6514DEBUG: source: java.awt.Rectangle[x=1056,y=-461,width=510,height=510]
6515border: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6516intersection: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6517DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6518DEBUG: source: java.awt.Rectangle[x=1056,y=-461,width=510,height=510]
6519border: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6520intersection: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6521DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6522DEBUG: source: java.awt.Rectangle[x=1056,y=559,width=510,height=510]
6523border: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6524intersection: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6525DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6526DEBUG: missed tile: Tile 12/2024/1408@OpenStreetMap (Mapnik)
6527DEBUG: missed tile: Tile 12/2025/1408@OpenStreetMap (Mapnik)
6528DEBUG: source: java.awt.Rectangle[x=-984,y=1069,width=1020,height=1020]
6529border: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6530intersection: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6531DEBUG: drawing image into target rect: java.awt.Rectangle[x=-474,y=1069,width=510,height=510]
6532DEBUG: source: java.awt.Rectangle[x=36,y=1069,width=1020,height=1020]
6533border: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6534intersection: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6535DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=1069,width=510,height=510]
6536DEBUG: source: java.awt.Rectangle[x=1056,y=1069,width=1020,height=1020]
6537border: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6538intersection: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6539DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=1069,width=510,height=510]
6540DEBUG: source: java.awt.Rectangle[x=1056,y=1069,width=1020,height=1020]
6541border: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6542intersection: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6543DEBUG: drawing image into target rect: java.awt.Rectangle[x=1566,y=1069,width=510,height=510]
6544DEBUG: tileLoadingFinished() tile: Tile 13/4043/2813@OpenStreetMap (Mapnik) success: true
6545DEBUG: tileLoadingFinished() tile: Tile 13/4044/2811@OpenStreetMap (Mapnik) success: true
6546DEBUG: tileLoadingFinished() tile: Tile 13/4043/2815@OpenStreetMap (Mapnik) success: true
6547DEBUG: tileLoadingFinished() tile: Tile 13/4043/2812@OpenStreetMap (Mapnik) success: true
6548DEBUG: tileLoadingFinished() tile: Tile 13/4043/2814@OpenStreetMap (Mapnik) success: true
6549DEBUG: tileLoadingFinished() tile: Tile 13/4043/2811@OpenStreetMap (Mapnik) success: true
6550DEBUG: tileLoadingFinished() tile: Tile 13/4049/2815@OpenStreetMap (Mapnik) success: true
6551DEBUG: tileLoadingFinished() tile: Tile 13/4049/2811@OpenStreetMap (Mapnik) success: true
6552DEBUG: tileLoadingFinished() tile: Tile 13/4045/2811@OpenStreetMap (Mapnik) success: true
6553DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6554DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6555DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6556DEBUG: tileLoadingFinished() tile: Tile 13/4048/2811@OpenStreetMap (Mapnik) success: true
6557DEBUG: tileLoadingFinished() tile: Tile 13/4046/2811@OpenStreetMap (Mapnik) success: true
6558DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6559DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6560DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6561DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6562DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6563DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6564DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6565DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6566DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6567DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6568DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6569DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6570DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6571DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6572DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6573DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6574DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6575DEBUG: missed tile: Tile 13/4047/2811@OpenStreetMap (Mapnik)
6576DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6577DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6578DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6579DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6580DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6581DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6582DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6583DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6584DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6585DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6586DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6587DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6588DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6589DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6590DEBUG: source: java.awt.Rectangle[x=546,y=-461,width=510,height=510]
6591border: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6592intersection: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6593DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6594DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6595DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6596DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6597DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6598DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6599DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6600DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6601DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6602DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6603DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6604DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6605DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6606DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6607DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6608DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6609DEBUG: tileLoadingFinished() tile: Tile 13/4047/2811@OpenStreetMap (Mapnik) success: true
6610DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6611DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6612DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6613DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6614DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6615DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6616DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6617DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6618DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6619DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6620DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6621DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6622DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6623DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6624DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6625DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6626DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6627DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6628DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6629DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6630DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6631DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6632DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6633DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6634DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6635DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6636DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6637DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6638DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6639DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6640DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6641DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6642DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6643DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6644DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6645DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6646DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6647DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6648DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6649DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6650DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6651DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6652DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6653DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6654DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6655DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6656DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6657DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6658DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6659DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6660DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6661DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6662DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6663DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6664DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6665DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=-205,width=255,height=254]
6666DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=49,width=255,height=255]
6667DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=304,width=255,height=255]
6668DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=559,width=255,height=255]
6669DEBUG: drawing image into target rect: java.awt.Rectangle[x=-219,y=814,width=255,height=255]
6670DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=-205,width=255,height=254]
6671DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=49,width=255,height=255]
6672DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=304,width=255,height=255]
6673DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=559,width=255,height=255]
6674DEBUG: drawing image into target rect: java.awt.Rectangle[x=36,y=814,width=255,height=255]
6675DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-205,width=255,height=254]
6676DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=49,width=255,height=255]
6677DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=304,width=255,height=255]
6678DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=559,width=255,height=255]
6679DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=814,width=255,height=255]
6680DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=-205,width=255,height=254]
6681DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=49,width=255,height=255]
6682DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=304,width=255,height=255]
6683DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=559,width=255,height=255]
6684DEBUG: drawing image into target rect: java.awt.Rectangle[x=546,y=814,width=255,height=255]
6685DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-205,width=255,height=254]
6686DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=49,width=255,height=255]
6687DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=304,width=255,height=255]
6688DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=559,width=255,height=255]
6689DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=814,width=255,height=255]
6690DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-205,width=255,height=254]
6691DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=49,width=255,height=255]
6692DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=304,width=255,height=255]
6693DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=559,width=255,height=255]
6694DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=814,width=255,height=255]
6695DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=-205,width=255,height=254]
6696DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=49,width=255,height=255]
6697DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=304,width=255,height=255]
6698DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=559,width=255,height=255]
6699DEBUG: drawing image into target rect: java.awt.Rectangle[x=1311,y=814,width=255,height=255]
6700DEBUG: zoomChanged(): 12
6701DEBUG: drawing image into target rect: java.awt.Rectangle[x=-11,y=-125,width=360,height=360]
6702DEBUG: drawing image into target rect: java.awt.Rectangle[x=-11,y=235,width=360,height=361]
6703DEBUG: drawing image into target rect: java.awt.Rectangle[x=-11,y=596,width=360,height=361]
6704DEBUG: drawing image into target rect: java.awt.Rectangle[x=349,y=-125,width=361,height=360]
6705DEBUG: drawing image into target rect: java.awt.Rectangle[x=349,y=235,width=361,height=361]
6706DEBUG: drawing image into target rect: java.awt.Rectangle[x=349,y=596,width=361,height=361]
6707DEBUG: drawing image into target rect: java.awt.Rectangle[x=710,y=-125,width=361,height=360]
6708DEBUG: drawing image into target rect: java.awt.Rectangle[x=710,y=235,width=361,height=361]
6709DEBUG: drawing image into target rect: java.awt.Rectangle[x=710,y=596,width=361,height=361]
6710DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=-125,width=360,height=360]
6711DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=235,width=360,height=361]
6712DEBUG: drawing image into target rect: java.awt.Rectangle[x=1071,y=596,width=360,height=361]
6713DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=-125,width=361,height=360]
6714DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=235,width=361,height=361]
6715DEBUG: drawing image into target rect: java.awt.Rectangle[x=1431,y=596,width=361,height=361]
6716DEBUG: drawing image into target rect: java.awt.Rectangle[x=-13,y=-126,width=360,height=360]
6717DEBUG: drawing image into target rect: java.awt.Rectangle[x=-13,y=234,width=360,height=361]
6718DEBUG: drawing image into target rect: java.awt.Rectangle[x=-13,y=595,width=360,height=361]
6719DEBUG: drawing image into target rect: java.awt.Rectangle[x=347,y=-126,width=361,height=360]
6720DEBUG: drawing image into target rect: java.awt.Rectangle[x=347,y=234,width=361,height=361]
6721DEBUG: drawing image into target rect: java.awt.Rectangle[x=347,y=595,width=361,height=361]
6722DEBUG: drawing image into target rect: java.awt.Rectangle[x=708,y=-126,width=361,height=360]
6723DEBUG: drawing image into target rect: java.awt.Rectangle[x=708,y=234,width=361,height=361]
6724DEBUG: drawing image into target rect: java.awt.Rectangle[x=708,y=595,width=361,height=361]
6725DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=-126,width=360,height=360]
6726DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=234,width=360,height=361]
6727DEBUG: drawing image into target rect: java.awt.Rectangle[x=1069,y=595,width=360,height=361]
6728DEBUG: drawing image into target rect: java.awt.Rectangle[x=1429,y=-126,width=361,height=360]
6729DEBUG: drawing image into target rect: java.awt.Rectangle[x=1429,y=234,width=361,height=361]
6730DEBUG: drawing image into target rect: java.awt.Rectangle[x=1429,y=595,width=361,height=361]
6731DEBUG: drawing image into target rect: java.awt.Rectangle[x=-26,y=-131,width=360,height=360]
6732DEBUG: drawing image into target rect: java.awt.Rectangle[x=-26,y=229,width=360,height=361]
6733DEBUG: drawing image into target rect: java.awt.Rectangle[x=-26,y=590,width=360,height=361]
6734DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=-131,width=361,height=360]
6735DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=229,width=361,height=361]
6736DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=590,width=361,height=361]
6737DEBUG: drawing image into target rect: java.awt.Rectangle[x=695,y=-131,width=361,height=360]
6738DEBUG: drawing image into target rect: java.awt.Rectangle[x=695,y=229,width=361,height=361]
6739DEBUG: drawing image into target rect: java.awt.Rectangle[x=695,y=590,width=361,height=361]
6740DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=-131,width=360,height=360]
6741DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=229,width=360,height=361]
6742DEBUG: drawing image into target rect: java.awt.Rectangle[x=1056,y=590,width=360,height=361]
6743DEBUG: drawing image into target rect: java.awt.Rectangle[x=1416,y=-131,width=361,height=360]
6744DEBUG: drawing image into target rect: java.awt.Rectangle[x=1416,y=229,width=361,height=361]
6745DEBUG: drawing image into target rect: java.awt.Rectangle[x=1416,y=590,width=361,height=361]
6746DEBUG: drawing image into target rect: java.awt.Rectangle[x=-69,y=-138,width=360,height=360]
6747DEBUG: drawing image into target rect: java.awt.Rectangle[x=-69,y=222,width=360,height=361]
6748DEBUG: drawing image into target rect: java.awt.Rectangle[x=-69,y=583,width=360,height=361]
6749DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=-138,width=361,height=360]
6750DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=222,width=361,height=361]
6751DEBUG: drawing image into target rect: java.awt.Rectangle[x=291,y=583,width=361,height=361]
6752DEBUG: drawing image into target rect: java.awt.Rectangle[x=652,y=-138,width=361,height=360]
6753DEBUG: drawing image into target rect: java.awt.Rectangle[x=652,y=222,width=361,height=361]
6754DEBUG: drawing image into target rect: java.awt.Rectangle[x=652,y=583,width=361,height=361]
6755DEBUG: drawing image into target rect: java.awt.Rectangle[x=1013,y=-138,width=360,height=360]
6756DEBUG: drawing image into target rect: java.awt.Rectangle[x=1013,y=222,width=360,height=361]
6757DEBUG: drawing image into target rect: java.awt.Rectangle[x=1013,y=583,width=360,height=361]
6758DEBUG: drawing image into target rect: java.awt.Rectangle[x=1373,y=-138,width=361,height=360]
6759DEBUG: drawing image into target rect: java.awt.Rectangle[x=1373,y=222,width=361,height=361]
6760DEBUG: drawing image into target rect: java.awt.Rectangle[x=1373,y=583,width=361,height=361]
6761DEBUG: drawing image into target rect: java.awt.Rectangle[x=-113,y=-143,width=360,height=360]
6762DEBUG: drawing image into target rect: java.awt.Rectangle[x=-113,y=217,width=360,height=361]
6763DEBUG: drawing image into target rect: java.awt.Rectangle[x=-113,y=578,width=360,height=361]
6764DEBUG: drawing image into target rect: java.awt.Rectangle[x=247,y=-143,width=361,height=360]
6765DEBUG: drawing image into target rect: java.awt.Rectangle[x=247,y=217,width=361,height=361]
6766DEBUG: drawing image into target rect: java.awt.Rectangle[x=247,y=578,width=361,height=361]
6767DEBUG: drawing image into target rect: java.awt.Rectangle[x=608,y=-143,width=361,height=360]
6768DEBUG: drawing image into target rect: java.awt.Rectangle[x=608,y=217,width=361,height=361]
6769DEBUG: drawing image into target rect: java.awt.Rectangle[x=608,y=578,width=361,height=361]
6770DEBUG: drawing image into target rect: java.awt.Rectangle[x=969,y=-143,width=360,height=360]
6771DEBUG: drawing image into target rect: java.awt.Rectangle[x=969,y=217,width=360,height=361]
6772DEBUG: drawing image into target rect: java.awt.Rectangle[x=969,y=578,width=360,height=361]
6773DEBUG: drawing image into target rect: java.awt.Rectangle[x=1329,y=-143,width=361,height=360]
6774DEBUG: drawing image into target rect: java.awt.Rectangle[x=1329,y=217,width=361,height=361]
6775DEBUG: drawing image into target rect: java.awt.Rectangle[x=1329,y=578,width=361,height=361]
6776DEBUG: drawing image into target rect: java.awt.Rectangle[x=-141,y=-142,width=360,height=360]
6777DEBUG: drawing image into target rect: java.awt.Rectangle[x=-141,y=218,width=360,height=361]
6778DEBUG: drawing image into target rect: java.awt.Rectangle[x=-141,y=579,width=360,height=361]
6779DEBUG: drawing image into target rect: java.awt.Rectangle[x=219,y=-142,width=361,height=360]
6780DEBUG: drawing image into target rect: java.awt.Rectangle[x=219,y=218,width=361,height=361]
6781DEBUG: drawing image into target rect: java.awt.Rectangle[x=219,y=579,width=361,height=361]
6782DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=-142,width=361,height=360]
6783DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=218,width=361,height=361]
6784DEBUG: drawing image into target rect: java.awt.Rectangle[x=580,y=579,width=361,height=361]
6785DEBUG: drawing image into target rect: java.awt.Rectangle[x=941,y=-142,width=360,height=360]
6786DEBUG: drawing image into target rect: java.awt.Rectangle[x=941,y=218,width=360,height=361]
6787DEBUG: drawing image into target rect: java.awt.Rectangle[x=941,y=579,width=360,height=361]
6788DEBUG: drawing image into target rect: java.awt.Rectangle[x=1301,y=-142,width=361,height=360]
6789DEBUG: drawing image into target rect: java.awt.Rectangle[x=1301,y=218,width=361,height=361]
6790DEBUG: drawing image into target rect: java.awt.Rectangle[x=1301,y=579,width=361,height=361]
6791DEBUG: drawing image into target rect: java.awt.Rectangle[x=-152,y=-135,width=360,height=360]
6792DEBUG: drawing image into target rect: java.awt.Rectangle[x=-152,y=225,width=360,height=361]
6793DEBUG: drawing image into target rect: java.awt.Rectangle[x=-152,y=586,width=360,height=361]
6794DEBUG: drawing image into target rect: java.awt.Rectangle[x=208,y=-135,width=361,height=360]
6795DEBUG: drawing image into target rect: java.awt.Rectangle[x=208,y=225,width=361,height=361]
6796DEBUG: drawing image into target rect: java.awt.Rectangle[x=208,y=586,width=361,height=361]
6797DEBUG: drawing image into target rect: java.awt.Rectangle[x=569,y=-135,width=361,height=360]
6798DEBUG: drawing image into target rect: java.awt.Rectangle[x=569,y=225,width=361,height=361]
6799DEBUG: drawing image into target rect: java.awt.Rectangle[x=569,y=586,width=361,height=361]
6800DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=-135,width=360,height=360]
6801DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=225,width=360,height=361]
6802DEBUG: drawing image into target rect: java.awt.Rectangle[x=930,y=586,width=360,height=361]
6803DEBUG: drawing image into target rect: java.awt.Rectangle[x=1290,y=-135,width=361,height=360]
6804DEBUG: drawing image into target rect: java.awt.Rectangle[x=1290,y=225,width=361,height=361]
6805DEBUG: drawing image into target rect: java.awt.Rectangle[x=1290,y=586,width=361,height=361]
6806DEBUG: drawing image into target rect: java.awt.Rectangle[x=-168,y=-125,width=360,height=360]
6807DEBUG: drawing image into target rect: java.awt.Rectangle[x=-168,y=235,width=360,height=361]
6808DEBUG: drawing image into target rect: java.awt.Rectangle[x=-168,y=596,width=360,height=361]
6809DEBUG: drawing image into target rect: java.awt.Rectangle[x=192,y=-125,width=361,height=360]
6810DEBUG: drawing image into target rect: java.awt.Rectangle[x=192,y=235,width=361,height=361]
6811DEBUG: drawing image into target rect: java.awt.Rectangle[x=192,y=596,width=361,height=361]
6812DEBUG: drawing image into target rect: java.awt.Rectangle[x=553,y=-125,width=361,height=360]
6813DEBUG: drawing image into target rect: java.awt.Rectangle[x=553,y=235,width=361,height=361]
6814DEBUG: drawing image into target rect: java.awt.Rectangle[x=553,y=596,width=361,height=361]
6815DEBUG: drawing image into target rect: java.awt.Rectangle[x=914,y=-125,width=360,height=360]
6816DEBUG: drawing image into target rect: java.awt.Rectangle[x=914,y=235,width=360,height=361]
6817DEBUG: drawing image into target rect: java.awt.Rectangle[x=914,y=596,width=360,height=361]
6818DEBUG: drawing image into target rect: java.awt.Rectangle[x=1274,y=-125,width=361,height=360]
6819DEBUG: drawing image into target rect: java.awt.Rectangle[x=1274,y=235,width=361,height=361]
6820DEBUG: drawing image into target rect: java.awt.Rectangle[x=1274,y=596,width=361,height=361]
6821DEBUG: drawing image into target rect: java.awt.Rectangle[x=-192,y=-109,width=360,height=360]
6822DEBUG: drawing image into target rect: java.awt.Rectangle[x=-192,y=251,width=360,height=361]
6823DEBUG: drawing image into target rect: java.awt.Rectangle[x=-192,y=612,width=360,height=361]
6824DEBUG: drawing image into target rect: java.awt.Rectangle[x=168,y=-109,width=361,height=360]
6825DEBUG: drawing image into target rect: java.awt.Rectangle[x=168,y=251,width=361,height=361]
6826DEBUG: drawing image into target rect: java.awt.Rectangle[x=168,y=612,width=361,height=361]
6827DEBUG: drawing image into target rect: java.awt.Rectangle[x=529,y=-109,width=361,height=360]
6828DEBUG: drawing image into target rect: java.awt.Rectangle[x=529,y=251,width=361,height=361]
6829DEBUG: drawing image into target rect: java.awt.Rectangle[x=529,y=612,width=361,height=361]
6830DEBUG: drawing image into target rect: java.awt.Rectangle[x=890,y=-109,width=360,height=360]
6831DEBUG: drawing image into target rect: java.awt.Rectangle[x=890,y=251,width=360,height=361]
6832DEBUG: drawing image into target rect: java.awt.Rectangle[x=890,y=612,width=360,height=361]
6833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1250,y=-109,width=361,height=360]
6834DEBUG: drawing image into target rect: java.awt.Rectangle[x=1250,y=251,width=361,height=361]
6835DEBUG: drawing image into target rect: java.awt.Rectangle[x=1250,y=612,width=361,height=361]
6836DEBUG: drawing image into target rect: java.awt.Rectangle[x=-212,y=-88,width=360,height=360]
6837DEBUG: drawing image into target rect: java.awt.Rectangle[x=-212,y=272,width=360,height=361]
6838DEBUG: drawing image into target rect: java.awt.Rectangle[x=-212,y=633,width=360,height=361]
6839DEBUG: drawing image into target rect: java.awt.Rectangle[x=148,y=-88,width=361,height=360]
6840DEBUG: drawing image into target rect: java.awt.Rectangle[x=148,y=272,width=361,height=361]
6841DEBUG: drawing image into target rect: java.awt.Rectangle[x=148,y=633,width=361,height=361]
6842DEBUG: drawing image into target rect: java.awt.Rectangle[x=509,y=-88,width=361,height=360]
6843DEBUG: drawing image into target rect: java.awt.Rectangle[x=509,y=272,width=361,height=361]
6844DEBUG: drawing image into target rect: java.awt.Rectangle[x=509,y=633,width=361,height=361]
6845DEBUG: drawing image into target rect: java.awt.Rectangle[x=870,y=-88,width=360,height=360]
6846DEBUG: drawing image into target rect: java.awt.Rectangle[x=870,y=272,width=360,height=361]
6847DEBUG: drawing image into target rect: java.awt.Rectangle[x=870,y=633,width=360,height=361]
6848DEBUG: drawing image into target rect: java.awt.Rectangle[x=1230,y=-88,width=361,height=360]
6849DEBUG: drawing image into target rect: java.awt.Rectangle[x=1230,y=272,width=361,height=361]
6850DEBUG: drawing image into target rect: java.awt.Rectangle[x=1230,y=633,width=361,height=361]
6851DEBUG: drawing image into target rect: java.awt.Rectangle[x=-224,y=-67,width=360,height=360]
6852DEBUG: drawing image into target rect: java.awt.Rectangle[x=-224,y=293,width=360,height=361]
6853DEBUG: drawing image into target rect: java.awt.Rectangle[x=-224,y=654,width=360,height=361]
6854DEBUG: drawing image into target rect: java.awt.Rectangle[x=136,y=-67,width=361,height=360]
6855DEBUG: drawing image into target rect: java.awt.Rectangle[x=136,y=293,width=361,height=361]
6856DEBUG: drawing image into target rect: java.awt.Rectangle[x=136,y=654,width=361,height=361]
6857DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=-67,width=361,height=360]
6858DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=293,width=361,height=361]
6859DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=654,width=361,height=361]
6860DEBUG: drawing image into target rect: java.awt.Rectangle[x=858,y=-67,width=360,height=360]
6861DEBUG: drawing image into target rect: java.awt.Rectangle[x=858,y=293,width=360,height=361]
6862DEBUG: drawing image into target rect: java.awt.Rectangle[x=858,y=654,width=360,height=361]
6863DEBUG: drawing image into target rect: java.awt.Rectangle[x=1218,y=-67,width=361,height=360]
6864DEBUG: drawing image into target rect: java.awt.Rectangle[x=1218,y=293,width=361,height=361]
6865DEBUG: drawing image into target rect: java.awt.Rectangle[x=1218,y=654,width=361,height=361]
6866DEBUG: drawing image into target rect: java.awt.Rectangle[x=-230,y=-47,width=360,height=360]
6867DEBUG: drawing image into target rect: java.awt.Rectangle[x=-230,y=313,width=360,height=361]
6868DEBUG: drawing image into target rect: java.awt.Rectangle[x=-230,y=674,width=360,height=361]
6869DEBUG: drawing image into target rect: java.awt.Rectangle[x=130,y=-47,width=361,height=360]
6870DEBUG: drawing image into target rect: java.awt.Rectangle[x=130,y=313,width=361,height=361]
6871DEBUG: drawing image into target rect: java.awt.Rectangle[x=130,y=674,width=361,height=361]
6872DEBUG: drawing image into target rect: java.awt.Rectangle[x=491,y=-47,width=361,height=360]
6873DEBUG: drawing image into target rect: java.awt.Rectangle[x=491,y=313,width=361,height=361]
6874DEBUG: drawing image into target rect: java.awt.Rectangle[x=491,y=674,width=361,height=361]
6875DEBUG: drawing image into target rect: java.awt.Rectangle[x=852,y=-47,width=360,height=360]
6876DEBUG: drawing image into target rect: java.awt.Rectangle[x=852,y=313,width=360,height=361]
6877DEBUG: drawing image into target rect: java.awt.Rectangle[x=852,y=674,width=360,height=361]
6878DEBUG: drawing image into target rect: java.awt.Rectangle[x=1212,y=-47,width=361,height=360]
6879DEBUG: drawing image into target rect: java.awt.Rectangle[x=1212,y=313,width=361,height=361]
6880DEBUG: drawing image into target rect: java.awt.Rectangle[x=1212,y=674,width=361,height=361]
6881DEBUG: drawing image into target rect: java.awt.Rectangle[x=-232,y=-25,width=360,height=360]
6882DEBUG: drawing image into target rect: java.awt.Rectangle[x=-232,y=335,width=360,height=361]
6883DEBUG: drawing image into target rect: java.awt.Rectangle[x=-232,y=696,width=360,height=361]
6884DEBUG: drawing image into target rect: java.awt.Rectangle[x=128,y=-25,width=361,height=360]
6885DEBUG: drawing image into target rect: java.awt.Rectangle[x=128,y=335,width=361,height=361]
6886DEBUG: drawing image into target rect: java.awt.Rectangle[x=128,y=696,width=361,height=361]
6887DEBUG: drawing image into target rect: java.awt.Rectangle[x=489,y=-25,width=361,height=360]
6888DEBUG: drawing image into target rect: java.awt.Rectangle[x=489,y=335,width=361,height=361]
6889DEBUG: drawing image into target rect: java.awt.Rectangle[x=489,y=696,width=361,height=361]
6890DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=-25,width=360,height=360]
6891DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=335,width=360,height=361]
6892DEBUG: drawing image into target rect: java.awt.Rectangle[x=850,y=696,width=360,height=361]
6893DEBUG: drawing image into target rect: java.awt.Rectangle[x=1210,y=-25,width=361,height=360]
6894DEBUG: drawing image into target rect: java.awt.Rectangle[x=1210,y=335,width=361,height=361]
6895DEBUG: drawing image into target rect: java.awt.Rectangle[x=1210,y=696,width=361,height=361]
6896DEBUG: drawing image into target rect: java.awt.Rectangle[x=-234,y=-2,width=360,height=360]
6897DEBUG: drawing image into target rect: java.awt.Rectangle[x=-234,y=358,width=360,height=361]
6898DEBUG: drawing image into target rect: java.awt.Rectangle[x=-234,y=719,width=360,height=361]
6899DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=-2,width=361,height=360]
6900DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=358,width=361,height=361]
6901DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=719,width=361,height=361]
6902DEBUG: drawing image into target rect: java.awt.Rectangle[x=487,y=-2,width=361,height=360]
6903DEBUG: drawing image into target rect: java.awt.Rectangle[x=487,y=358,width=361,height=361]
6904DEBUG: drawing image into target rect: java.awt.Rectangle[x=487,y=719,width=361,height=361]
6905DEBUG: drawing image into target rect: java.awt.Rectangle[x=848,y=-2,width=360,height=360]
6906DEBUG: drawing image into target rect: java.awt.Rectangle[x=848,y=358,width=360,height=361]
6907DEBUG: drawing image into target rect: java.awt.Rectangle[x=848,y=719,width=360,height=361]
6908DEBUG: drawing image into target rect: java.awt.Rectangle[x=1208,y=-2,width=361,height=360]
6909DEBUG: drawing image into target rect: java.awt.Rectangle[x=1208,y=358,width=361,height=361]
6910DEBUG: drawing image into target rect: java.awt.Rectangle[x=1208,y=719,width=361,height=361]
6911DEBUG: missed tile: Tile 12/2021/1404@OpenStreetMap (Mapnik)
6912DEBUG: drawing image into target rect: java.awt.Rectangle[x=-237,y=24,width=360,height=361]
6913DEBUG: drawing image into target rect: java.awt.Rectangle[x=-237,y=385,width=360,height=361]
6914DEBUG: drawing image into target rect: java.awt.Rectangle[x=-237,y=746,width=360,height=361]
6915DEBUG: missed tile: Tile 12/2022/1404@OpenStreetMap (Mapnik)
6916DEBUG: drawing image into target rect: java.awt.Rectangle[x=123,y=24,width=361,height=361]
6917DEBUG: drawing image into target rect: java.awt.Rectangle[x=123,y=385,width=361,height=361]
6918DEBUG: drawing image into target rect: java.awt.Rectangle[x=123,y=746,width=361,height=361]
6919DEBUG: missed tile: Tile 12/2023/1404@OpenStreetMap (Mapnik)
6920DEBUG: drawing image into target rect: java.awt.Rectangle[x=484,y=24,width=361,height=361]
6921DEBUG: drawing image into target rect: java.awt.Rectangle[x=484,y=385,width=361,height=361]
6922DEBUG: drawing image into target rect: java.awt.Rectangle[x=484,y=746,width=361,height=361]
6923DEBUG: missed tile: Tile 12/2024/1404@OpenStreetMap (Mapnik)
6924DEBUG: drawing image into target rect: java.awt.Rectangle[x=845,y=24,width=360,height=361]
6925DEBUG: drawing image into target rect: java.awt.Rectangle[x=845,y=385,width=360,height=361]
6926DEBUG: drawing image into target rect: java.awt.Rectangle[x=845,y=746,width=360,height=361]
6927DEBUG: missed tile: Tile 12/2025/1404@OpenStreetMap (Mapnik)
6928DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=24,width=361,height=361]
6929DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=385,width=361,height=361]
6930DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=746,width=361,height=361]
6931DEBUG: source: java.awt.Rectangle[x=-597,y=-336,width=720,height=721]
6932border: java.awt.Rectangle[x=-237,y=-336,width=360,height=360]
6933intersection: java.awt.Rectangle[x=-237,y=-336,width=360,height=360]
6934DEBUG: drawing image into target rect: java.awt.Rectangle[x=-237,y=-336,width=360,height=360]
6935DEBUG: source: java.awt.Rectangle[x=123,y=-336,width=722,height=721]
6936border: java.awt.Rectangle[x=123,y=-336,width=361,height=360]
6937intersection: java.awt.Rectangle[x=123,y=-336,width=361,height=360]
6938DEBUG: drawing image into target rect: java.awt.Rectangle[x=123,y=-336,width=361,height=360]
6939DEBUG: source: java.awt.Rectangle[x=123,y=-336,width=722,height=721]
6940border: java.awt.Rectangle[x=484,y=-336,width=361,height=360]
6941intersection: java.awt.Rectangle[x=484,y=-336,width=361,height=360]
6942DEBUG: drawing image into target rect: java.awt.Rectangle[x=484,y=-336,width=361,height=360]
6943DEBUG: source: java.awt.Rectangle[x=845,y=-336,width=721,height=721]
6944border: java.awt.Rectangle[x=845,y=-336,width=360,height=360]
6945intersection: java.awt.Rectangle[x=845,y=-336,width=360,height=360]
6946DEBUG: drawing image into target rect: java.awt.Rectangle[x=845,y=-336,width=360,height=360]
6947DEBUG: source: java.awt.Rectangle[x=845,y=-336,width=721,height=721]
6948border: java.awt.Rectangle[x=1205,y=-336,width=361,height=360]
6949intersection: java.awt.Rectangle[x=1205,y=-336,width=361,height=360]
6950DEBUG: drawing image into target rect: java.awt.Rectangle[x=1205,y=-336,width=361,height=360]
6951DEBUG: missed tile: Tile 12/2021/1404@OpenStreetMap (Mapnik)
6952DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=63,width=360,height=361]
6953DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=424,width=360,height=361]
6954DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=785,width=360,height=361]
6955DEBUG: missed tile: Tile 12/2022/1404@OpenStreetMap (Mapnik)
6956DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=63,width=361,height=361]
6957DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=424,width=361,height=361]
6958DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=785,width=361,height=361]
6959DEBUG: missed tile: Tile 12/2023/1404@OpenStreetMap (Mapnik)
6960DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=63,width=361,height=361]
6961DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=424,width=361,height=361]
6962DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=785,width=361,height=361]
6963DEBUG: missed tile: Tile 12/2024/1404@OpenStreetMap (Mapnik)
6964DEBUG: drawing image into target rect: java.awt.Rectangle[x=836,y=63,width=360,height=361]
6965DEBUG: drawing image into target rect: java.awt.Rectangle[x=836,y=424,width=360,height=361]
6966DEBUG: drawing image into target rect: java.awt.Rectangle[x=836,y=785,width=360,height=361]
6967DEBUG: missed tile: Tile 12/2025/1404@OpenStreetMap (Mapnik)
6968DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=63,width=361,height=361]
6969DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=424,width=361,height=361]
6970DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=785,width=361,height=361]
6971DEBUG: source: java.awt.Rectangle[x=-606,y=-297,width=720,height=721]
6972border: java.awt.Rectangle[x=-246,y=-297,width=360,height=360]
6973intersection: java.awt.Rectangle[x=-246,y=-297,width=360,height=360]
6974DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=-297,width=360,height=360]
6975DEBUG: source: java.awt.Rectangle[x=114,y=-297,width=722,height=721]
6976border: java.awt.Rectangle[x=114,y=-297,width=361,height=360]
6977intersection: java.awt.Rectangle[x=114,y=-297,width=361,height=360]
6978DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=-297,width=361,height=360]
6979DEBUG: source: java.awt.Rectangle[x=114,y=-297,width=722,height=721]
6980border: java.awt.Rectangle[x=475,y=-297,width=361,height=360]
6981intersection: java.awt.Rectangle[x=475,y=-297,width=361,height=360]
6982DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=-297,width=361,height=360]
6983DEBUG: source: java.awt.Rectangle[x=836,y=-297,width=721,height=721]
6984border: java.awt.Rectangle[x=836,y=-297,width=360,height=360]
6985intersection: java.awt.Rectangle[x=836,y=-297,width=360,height=360]
6986DEBUG: drawing image into target rect: java.awt.Rectangle[x=836,y=-297,width=360,height=360]
6987DEBUG: source: java.awt.Rectangle[x=836,y=-297,width=721,height=721]
6988border: java.awt.Rectangle[x=1196,y=-297,width=361,height=360]
6989intersection: java.awt.Rectangle[x=1196,y=-297,width=361,height=360]
6990DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=-297,width=361,height=360]
6991DEBUG: tileLoadingFinished() tile: Tile 12/2024/1404@OpenStreetMap (Mapnik) success: true
6992DEBUG: missed tile: Tile 12/2021/1404@OpenStreetMap (Mapnik)
6993DEBUG: drawing image into target rect: java.awt.Rectangle[x=-258,y=99,width=360,height=361]
6994DEBUG: drawing image into target rect: java.awt.Rectangle[x=-258,y=460,width=360,height=361]
6995DEBUG: drawing image into target rect: java.awt.Rectangle[x=-258,y=821,width=360,height=361]
6996DEBUG: missed tile: Tile 12/2022/1404@OpenStreetMap (Mapnik)
6997DEBUG: drawing image into target rect: java.awt.Rectangle[x=102,y=99,width=361,height=361]
6998DEBUG: drawing image into target rect: java.awt.Rectangle[x=102,y=460,width=361,height=361]
6999DEBUG: drawing image into target rect: java.awt.Rectangle[x=102,y=821,width=361,height=361]
7000DEBUG: missed tile: Tile 12/2023/1404@OpenStreetMap (Mapnik)
7001DEBUG: drawing image into target rect: java.awt.Rectangle[x=463,y=99,width=361,height=361]
7002DEBUG: tileLoadingFinished() tile: Tile 12/2025/1404@OpenStreetMap (Mapnik) success: true
7003DEBUG: drawing image into target rect: java.awt.Rectangle[x=463,y=460,width=361,height=361]
7004DEBUG: drawing image into target rect: java.awt.Rectangle[x=463,y=821,width=361,height=361]
7005DEBUG: drawing image into target rect: java.awt.Rectangle[x=824,y=-261,width=360,height=360]
7006DEBUG: drawing image into target rect: java.awt.Rectangle[x=824,y=99,width=360,height=361]
7007DEBUG: tileLoadingFinished() tile: Tile 12/2022/1404@OpenStreetMap (Mapnik) success: true
7008DEBUG: drawing image into target rect: java.awt.Rectangle[x=824,y=460,width=360,height=361]
7009DEBUG: drawing image into target rect: java.awt.Rectangle[x=824,y=821,width=360,height=361]
7010DEBUG: drawing image into target rect: java.awt.Rectangle[x=1184,y=-261,width=361,height=360]
7011DEBUG: drawing image into target rect: java.awt.Rectangle[x=1184,y=99,width=361,height=361]
7012DEBUG: drawing image into target rect: java.awt.Rectangle[x=1184,y=460,width=361,height=361]
7013DEBUG: drawing image into target rect: java.awt.Rectangle[x=1184,y=821,width=361,height=361]
7014DEBUG: source: java.awt.Rectangle[x=-618,y=-261,width=720,height=721]
7015border: java.awt.Rectangle[x=-258,y=-261,width=360,height=360]
7016intersection: java.awt.Rectangle[x=-258,y=-261,width=360,height=360]
7017DEBUG: drawing image into target rect: java.awt.Rectangle[x=-258,y=-261,width=360,height=360]
7018DEBUG: source: java.awt.Rectangle[x=102,y=-261,width=722,height=721]
7019border: java.awt.Rectangle[x=102,y=-261,width=361,height=360]
7020intersection: java.awt.Rectangle[x=102,y=-261,width=361,height=360]
7021DEBUG: drawing image into target rect: java.awt.Rectangle[x=102,y=-261,width=361,height=360]
7022DEBUG: source: java.awt.Rectangle[x=102,y=-261,width=722,height=721]
7023border: java.awt.Rectangle[x=463,y=-261,width=361,height=360]
7024intersection: java.awt.Rectangle[x=463,y=-261,width=361,height=360]
7025DEBUG: drawing image into target rect: java.awt.Rectangle[x=463,y=-261,width=361,height=360]
7026DEBUG: tileLoadingFinished() tile: Tile 12/2023/1404@OpenStreetMap (Mapnik) success: true
7027DEBUG: tileLoadingFinished() tile: Tile 12/2021/1404@OpenStreetMap (Mapnik) success: true
7028DEBUG: drawing image into target rect: java.awt.Rectangle[x=-272,y=-228,width=360,height=360]
7029DEBUG: drawing image into target rect: java.awt.Rectangle[x=-272,y=132,width=360,height=361]
7030DEBUG: drawing image into target rect: java.awt.Rectangle[x=-272,y=493,width=360,height=361]
7031DEBUG: drawing image into target rect: java.awt.Rectangle[x=-272,y=854,width=360,height=361]
7032DEBUG: drawing image into target rect: java.awt.Rectangle[x=88,y=-228,width=361,height=360]
7033DEBUG: drawing image into target rect: java.awt.Rectangle[x=88,y=132,width=361,height=361]
7034DEBUG: drawing image into target rect: java.awt.Rectangle[x=88,y=493,width=361,height=361]
7035DEBUG: drawing image into target rect: java.awt.Rectangle[x=88,y=854,width=361,height=361]
7036DEBUG: drawing image into target rect: java.awt.Rectangle[x=449,y=-228,width=361,height=360]
7037DEBUG: drawing image into target rect: java.awt.Rectangle[x=449,y=132,width=361,height=361]
7038DEBUG: drawing image into target rect: java.awt.Rectangle[x=449,y=493,width=361,height=361]
7039DEBUG: drawing image into target rect: java.awt.Rectangle[x=449,y=854,width=361,height=361]
7040DEBUG: drawing image into target rect: java.awt.Rectangle[x=810,y=-228,width=360,height=360]
7041DEBUG: drawing image into target rect: java.awt.Rectangle[x=810,y=132,width=360,height=361]
7042DEBUG: drawing image into target rect: java.awt.Rectangle[x=810,y=493,width=360,height=361]
7043DEBUG: drawing image into target rect: java.awt.Rectangle[x=810,y=854,width=360,height=361]
7044DEBUG: drawing image into target rect: java.awt.Rectangle[x=1170,y=-228,width=361,height=360]
7045DEBUG: drawing image into target rect: java.awt.Rectangle[x=1170,y=132,width=361,height=361]
7046DEBUG: drawing image into target rect: java.awt.Rectangle[x=1170,y=493,width=361,height=361]
7047DEBUG: drawing image into target rect: java.awt.Rectangle[x=1170,y=854,width=361,height=361]
7048DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=-210,width=360,height=360]
7049DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=150,width=360,height=361]
7050DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=511,width=360,height=361]
7051DEBUG: drawing image into target rect: java.awt.Rectangle[x=-281,y=872,width=360,height=361]
7052DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=-210,width=361,height=360]
7053DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=150,width=361,height=361]
7054DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=511,width=361,height=361]
7055DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=872,width=361,height=361]
7056DEBUG: drawing image into target rect: java.awt.Rectangle[x=440,y=-210,width=361,height=360]
7057DEBUG: drawing image into target rect: java.awt.Rectangle[x=440,y=150,width=361,height=361]
7058DEBUG: drawing image into target rect: java.awt.Rectangle[x=440,y=511,width=361,height=361]
7059DEBUG: drawing image into target rect: java.awt.Rectangle[x=440,y=872,width=361,height=361]
7060DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=-210,width=360,height=360]
7061DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=150,width=360,height=361]
7062DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=511,width=360,height=361]
7063DEBUG: drawing image into target rect: java.awt.Rectangle[x=801,y=872,width=360,height=361]
7064DEBUG: drawing image into target rect: java.awt.Rectangle[x=1161,y=-210,width=361,height=360]
7065DEBUG: drawing image into target rect: java.awt.Rectangle[x=1161,y=150,width=361,height=361]
7066DEBUG: drawing image into target rect: java.awt.Rectangle[x=1161,y=511,width=361,height=361]
7067DEBUG: drawing image into target rect: java.awt.Rectangle[x=1161,y=872,width=361,height=361]
7068DEBUG: drawing image into target rect: java.awt.Rectangle[x=-283,y=-210,width=360,height=360]
7069DEBUG: drawing image into target rect: java.awt.Rectangle[x=-283,y=150,width=360,height=361]
7070DEBUG: drawing image into target rect: java.awt.Rectangle[x=-283,y=511,width=360,height=361]
7071DEBUG: drawing image into target rect: java.awt.Rectangle[x=-283,y=872,width=360,height=361]
7072DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=-210,width=361,height=360]
7073DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=150,width=361,height=361]
7074DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=511,width=361,height=361]
7075DEBUG: drawing image into target rect: java.awt.Rectangle[x=77,y=872,width=361,height=361]
7076DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=-210,width=361,height=360]
7077DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=150,width=361,height=361]
7078DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=511,width=361,height=361]
7079DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=872,width=361,height=361]
7080DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=-210,width=360,height=360]
7081DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=150,width=360,height=361]
7082DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=511,width=360,height=361]
7083DEBUG: drawing image into target rect: java.awt.Rectangle[x=799,y=872,width=360,height=361]
7084DEBUG: drawing image into target rect: java.awt.Rectangle[x=1159,y=-210,width=361,height=360]
7085DEBUG: drawing image into target rect: java.awt.Rectangle[x=1159,y=150,width=361,height=361]
7086DEBUG: drawing image into target rect: java.awt.Rectangle[x=1159,y=511,width=361,height=361]
7087DEBUG: drawing image into target rect: java.awt.Rectangle[x=1159,y=872,width=361,height=361]
7088DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=-210,width=360,height=360]
7089DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=150,width=360,height=361]
7090DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=511,width=360,height=361]
7091DEBUG: drawing image into target rect: java.awt.Rectangle[x=-284,y=872,width=360,height=361]
7092DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=-210,width=361,height=360]
7093DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=150,width=361,height=361]
7094DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=511,width=361,height=361]
7095DEBUG: drawing image into target rect: java.awt.Rectangle[x=76,y=872,width=361,height=361]
7096DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=-210,width=361,height=360]
7097DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=150,width=361,height=361]
7098DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=511,width=361,height=361]
7099DEBUG: drawing image into target rect: java.awt.Rectangle[x=437,y=872,width=361,height=361]
7100DEBUG: drawing image into target rect: java.awt.Rectangle[x=798,y=-210,width=360,height=360]
7101DEBUG: drawing image into target rect: java.awt.Rectangle[x=798,y=150,width=360,height=361]
7102DEBUG: drawing image into target rect: java.awt.Rectangle[x=798,y=511,width=360,height=361]
7103DEBUG: drawing image into target rect: java.awt.Rectangle[x=798,y=872,width=360,height=361]
7104DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=-210,width=361,height=360]
7105DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=150,width=361,height=361]
7106DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=511,width=361,height=361]
7107DEBUG: drawing image into target rect: java.awt.Rectangle[x=1158,y=872,width=361,height=361]
7108DEBUG: drawing image into target rect: java.awt.Rectangle[x=-302,y=-213,width=360,height=360]
7109DEBUG: drawing image into target rect: java.awt.Rectangle[x=-302,y=147,width=360,height=361]
7110DEBUG: drawing image into target rect: java.awt.Rectangle[x=-302,y=508,width=360,height=361]
7111DEBUG: drawing image into target rect: java.awt.Rectangle[x=-302,y=869,width=360,height=361]
7112DEBUG: drawing image into target rect: java.awt.Rectangle[x=58,y=-213,width=361,height=360]
7113DEBUG: drawing image into target rect: java.awt.Rectangle[x=58,y=147,width=361,height=361]
7114DEBUG: drawing image into target rect: java.awt.Rectangle[x=58,y=508,width=361,height=361]
7115DEBUG: drawing image into target rect: java.awt.Rectangle[x=58,y=869,width=361,height=361]
7116DEBUG: drawing image into target rect: java.awt.Rectangle[x=419,y=-213,width=361,height=360]
7117DEBUG: drawing image into target rect: java.awt.Rectangle[x=419,y=147,width=361,height=361]
7118DEBUG: drawing image into target rect: java.awt.Rectangle[x=419,y=508,width=361,height=361]
7119DEBUG: drawing image into target rect: java.awt.Rectangle[x=419,y=869,width=361,height=361]
7120DEBUG: drawing image into target rect: java.awt.Rectangle[x=780,y=-213,width=360,height=360]
7121DEBUG: drawing image into target rect: java.awt.Rectangle[x=780,y=147,width=360,height=361]
7122DEBUG: drawing image into target rect: java.awt.Rectangle[x=780,y=508,width=360,height=361]
7123DEBUG: drawing image into target rect: java.awt.Rectangle[x=780,y=869,width=360,height=361]
7124DEBUG: drawing image into target rect: java.awt.Rectangle[x=1140,y=-213,width=361,height=360]
7125DEBUG: drawing image into target rect: java.awt.Rectangle[x=1140,y=147,width=361,height=361]
7126DEBUG: drawing image into target rect: java.awt.Rectangle[x=1140,y=508,width=361,height=361]
7127DEBUG: drawing image into target rect: java.awt.Rectangle[x=1140,y=869,width=361,height=361]
7128DEBUG: drawing image into target rect: java.awt.Rectangle[x=-341,y=-216,width=360,height=360]
7129DEBUG: drawing image into target rect: java.awt.Rectangle[x=-341,y=144,width=360,height=361]
7130DEBUG: drawing image into target rect: java.awt.Rectangle[x=-341,y=505,width=360,height=361]
7131DEBUG: drawing image into target rect: java.awt.Rectangle[x=-341,y=866,width=360,height=361]
7132DEBUG: drawing image into target rect: java.awt.Rectangle[x=19,y=-216,width=361,height=360]
7133DEBUG: drawing image into target rect: java.awt.Rectangle[x=19,y=144,width=361,height=361]
7134DEBUG: drawing image into target rect: java.awt.Rectangle[x=19,y=505,width=361,height=361]
7135DEBUG: drawing image into target rect: java.awt.Rectangle[x=19,y=866,width=361,height=361]
7136DEBUG: drawing image into target rect: java.awt.Rectangle[x=380,y=-216,width=361,height=360]
7137DEBUG: drawing image into target rect: java.awt.Rectangle[x=380,y=144,width=361,height=361]
7138DEBUG: drawing image into target rect: java.awt.Rectangle[x=380,y=505,width=361,height=361]
7139DEBUG: drawing image into target rect: java.awt.Rectangle[x=380,y=866,width=361,height=361]
7140DEBUG: drawing image into target rect: java.awt.Rectangle[x=741,y=-216,width=360,height=360]
7141DEBUG: drawing image into target rect: java.awt.Rectangle[x=741,y=144,width=360,height=361]
7142DEBUG: drawing image into target rect: java.awt.Rectangle[x=741,y=505,width=360,height=361]
7143DEBUG: drawing image into target rect: java.awt.Rectangle[x=741,y=866,width=360,height=361]
7144DEBUG: drawing image into target rect: java.awt.Rectangle[x=1101,y=-216,width=361,height=360]
7145DEBUG: drawing image into target rect: java.awt.Rectangle[x=1101,y=144,width=361,height=361]
7146DEBUG: drawing image into target rect: java.awt.Rectangle[x=1101,y=505,width=361,height=361]
7147DEBUG: drawing image into target rect: java.awt.Rectangle[x=1101,y=866,width=361,height=361]
7148DEBUG: drawing image into target rect: java.awt.Rectangle[x=-33,y=-216,width=360,height=360]
7149DEBUG: drawing image into target rect: java.awt.Rectangle[x=-33,y=144,width=360,height=361]
7150DEBUG: drawing image into target rect: java.awt.Rectangle[x=-33,y=505,width=360,height=361]
7151DEBUG: drawing image into target rect: java.awt.Rectangle[x=-33,y=866,width=360,height=361]
7152DEBUG: drawing image into target rect: java.awt.Rectangle[x=327,y=-216,width=361,height=360]
7153DEBUG: drawing image into target rect: java.awt.Rectangle[x=327,y=144,width=361,height=361]
7154DEBUG: drawing image into target rect: java.awt.Rectangle[x=327,y=505,width=361,height=361]
7155DEBUG: drawing image into target rect: java.awt.Rectangle[x=327,y=866,width=361,height=361]
7156DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=-216,width=360,height=360]
7157DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=144,width=360,height=361]
7158DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=505,width=360,height=361]
7159DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=866,width=360,height=361]
7160DEBUG: drawing image into target rect: java.awt.Rectangle[x=1048,y=-216,width=361,height=360]
7161DEBUG: drawing image into target rect: java.awt.Rectangle[x=1048,y=144,width=361,height=361]
7162DEBUG: drawing image into target rect: java.awt.Rectangle[x=1048,y=505,width=361,height=361]
7163DEBUG: drawing image into target rect: java.awt.Rectangle[x=1048,y=866,width=361,height=361]
7164DEBUG: missed tile: Tile 12/2026/1404@OpenStreetMap (Mapnik)
7165DEBUG: missed tile: Tile 12/2026/1405@OpenStreetMap (Mapnik)
7166DEBUG: missed tile: Tile 12/2026/1406@OpenStreetMap (Mapnik)
7167DEBUG: missed tile: Tile 12/2026/1407@OpenStreetMap (Mapnik)
7168DEBUG: source: java.awt.Rectangle[x=1409,y=-216,width=722,height=721]
7169border: java.awt.Rectangle[x=1409,y=-216,width=361,height=360]
7170intersection: java.awt.Rectangle[x=1409,y=-216,width=361,height=360]
7171DEBUG: drawing image into target rect: java.awt.Rectangle[x=1409,y=-216,width=361,height=360]
7172DEBUG: source: java.awt.Rectangle[x=1409,y=-216,width=722,height=721]
7173border: java.awt.Rectangle[x=1409,y=144,width=361,height=361]
7174intersection: java.awt.Rectangle[x=1409,y=144,width=361,height=361]
7175DEBUG: drawing image into target rect: java.awt.Rectangle[x=1409,y=144,width=361,height=361]
7176DEBUG: source: java.awt.Rectangle[x=1409,y=505,width=722,height=722]
7177border: java.awt.Rectangle[x=1409,y=505,width=361,height=361]
7178intersection: java.awt.Rectangle[x=1409,y=505,width=361,height=361]
7179DEBUG: drawing image into target rect: java.awt.Rectangle[x=1409,y=505,width=361,height=361]
7180DEBUG: source: java.awt.Rectangle[x=1409,y=505,width=722,height=722]
7181border: java.awt.Rectangle[x=1409,y=866,width=361,height=361]
7182intersection: java.awt.Rectangle[x=1409,y=866,width=361,height=361]
7183DEBUG: drawing image into target rect: java.awt.Rectangle[x=1409,y=866,width=361,height=361]
7184DEBUG: drawing image into target rect: java.awt.Rectangle[x=-101,y=-205,width=360,height=360]
7185DEBUG: drawing image into target rect: java.awt.Rectangle[x=-101,y=155,width=360,height=361]
7186DEBUG: drawing image into target rect: java.awt.Rectangle[x=-101,y=516,width=360,height=361]
7187DEBUG: drawing image into target rect: java.awt.Rectangle[x=259,y=-205,width=361,height=360]
7188DEBUG: drawing image into target rect: java.awt.Rectangle[x=259,y=155,width=361,height=361]
7189DEBUG: drawing image into target rect: java.awt.Rectangle[x=259,y=516,width=361,height=361]
7190DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=-205,width=360,height=360]
7191DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=155,width=360,height=361]
7192DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=516,width=360,height=361]
7193DEBUG: drawing image into target rect: java.awt.Rectangle[x=980,y=-205,width=361,height=360]
7194DEBUG: drawing image into target rect: java.awt.Rectangle[x=980,y=155,width=361,height=361]
7195DEBUG: drawing image into target rect: java.awt.Rectangle[x=980,y=516,width=361,height=361]
7196DEBUG: missed tile: Tile 12/2026/1404@OpenStreetMap (Mapnik)
7197DEBUG: missed tile: Tile 12/2026/1405@OpenStreetMap (Mapnik)
7198DEBUG: missed tile: Tile 12/2026/1406@OpenStreetMap (Mapnik)
7199DEBUG: source: java.awt.Rectangle[x=1341,y=-205,width=722,height=721]
7200border: java.awt.Rectangle[x=1341,y=-205,width=361,height=360]
7201intersection: java.awt.Rectangle[x=1341,y=-205,width=361,height=360]
7202DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=-205,width=361,height=360]
7203DEBUG: source: java.awt.Rectangle[x=1341,y=-205,width=722,height=721]
7204border: java.awt.Rectangle[x=1341,y=155,width=361,height=361]
7205intersection: java.awt.Rectangle[x=1341,y=155,width=361,height=361]
7206DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=155,width=361,height=361]
7207DEBUG: source: java.awt.Rectangle[x=1341,y=516,width=722,height=722]
7208border: java.awt.Rectangle[x=1341,y=516,width=361,height=361]
7209intersection: java.awt.Rectangle[x=1341,y=516,width=361,height=361]
7210DEBUG: drawing image into target rect: java.awt.Rectangle[x=1341,y=516,width=361,height=361]
7211DEBUG: tileLoadingFinished() tile: Tile 12/2026/1407@OpenStreetMap (Mapnik) success: true
7212DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=-189,width=360,height=360]
7213DEBUG: tileLoadingFinished() tile: Tile 12/2026/1404@OpenStreetMap (Mapnik) success: true
7214DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=171,width=360,height=361]
7215DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=532,width=360,height=361]
7216DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=-189,width=361,height=360]
7217DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=171,width=361,height=361]
7218DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=532,width=361,height=361]
7219DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=-189,width=360,height=360]
7220DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=171,width=360,height=361]
7221DEBUG: tileLoadingFinished() tile: Tile 12/2026/1405@OpenStreetMap (Mapnik) success: true
7222DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=532,width=360,height=361]
7223DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=-189,width=361,height=360]
7224DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=171,width=361,height=361]
7225DEBUG: tileLoadingFinished() tile: Tile 12/2026/1406@OpenStreetMap (Mapnik) success: true
7226DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=532,width=361,height=361]
7227DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=-189,width=361,height=360]
7228DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=171,width=361,height=361]
7229DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=532,width=361,height=361]
7230DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=-189,width=360,height=360]
7231DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=171,width=360,height=361]
7232DEBUG: drawing image into target rect: java.awt.Rectangle[x=-163,y=532,width=360,height=361]
7233DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=-189,width=361,height=360]
7234DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=171,width=361,height=361]
7235DEBUG: drawing image into target rect: java.awt.Rectangle[x=197,y=532,width=361,height=361]
7236DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=-189,width=360,height=360]
7237DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=171,width=360,height=361]
7238DEBUG: drawing image into target rect: java.awt.Rectangle[x=558,y=532,width=360,height=361]
7239DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=-189,width=361,height=360]
7240DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=171,width=361,height=361]
7241DEBUG: drawing image into target rect: java.awt.Rectangle[x=918,y=532,width=361,height=361]
7242DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=-189,width=361,height=360]
7243DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=171,width=361,height=361]
7244DEBUG: drawing image into target rect: java.awt.Rectangle[x=1279,y=532,width=361,height=361]
7245DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=-160,width=360,height=360]
7246DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=200,width=360,height=361]
7247DEBUG: drawing image into target rect: java.awt.Rectangle[x=-246,y=561,width=360,height=361]
7248DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=-160,width=361,height=360]
7249DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=200,width=361,height=361]
7250DEBUG: drawing image into target rect: java.awt.Rectangle[x=114,y=561,width=361,height=361]
7251DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=-160,width=360,height=360]
7252DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=200,width=360,height=361]
7253DEBUG: drawing image into target rect: java.awt.Rectangle[x=475,y=561,width=360,height=361]
7254DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=-160,width=361,height=360]
7255DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=200,width=361,height=361]
7256DEBUG: drawing image into target rect: java.awt.Rectangle[x=835,y=561,width=361,height=361]
7257DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=-160,width=361,height=360]
7258DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=200,width=361,height=361]
7259DEBUG: drawing image into target rect: java.awt.Rectangle[x=1196,y=561,width=361,height=361]
7260DEBUG: drawing image into target rect: java.awt.Rectangle[x=-264,y=-152,width=360,height=360]
7261DEBUG: drawing image into target rect: java.awt.Rectangle[x=-264,y=208,width=360,height=361]
7262DEBUG: drawing image into target rect: java.awt.Rectangle[x=-264,y=569,width=360,height=361]
7263DEBUG: drawing image into target rect: java.awt.Rectangle[x=96,y=-152,width=361,height=360]
7264DEBUG: drawing image into target rect: java.awt.Rectangle[x=96,y=208,width=361,height=361]
7265DEBUG: drawing image into target rect: java.awt.Rectangle[x=96,y=569,width=361,height=361]
7266DEBUG: drawing image into target rect: java.awt.Rectangle[x=457,y=-152,width=360,height=360]
7267DEBUG: drawing image into target rect: java.awt.Rectangle[x=457,y=208,width=360,height=361]
7268DEBUG: drawing image into target rect: java.awt.Rectangle[x=457,y=569,width=360,height=361]
7269DEBUG: drawing image into target rect: java.awt.Rectangle[x=817,y=-152,width=361,height=360]
7270DEBUG: drawing image into target rect: java.awt.Rectangle[x=817,y=208,width=361,height=361]
7271DEBUG: drawing image into target rect: java.awt.Rectangle[x=817,y=569,width=361,height=361]
7272DEBUG: drawing image into target rect: java.awt.Rectangle[x=1178,y=-152,width=361,height=360]
7273DEBUG: drawing image into target rect: java.awt.Rectangle[x=1178,y=208,width=361,height=361]
7274DEBUG: drawing image into target rect: java.awt.Rectangle[x=1178,y=569,width=361,height=361]
7275DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=-149,width=360,height=360]
7276DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=211,width=360,height=361]
7277DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=572,width=360,height=361]
7278DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=-149,width=361,height=360]
7279DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=211,width=361,height=361]
7280DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=572,width=361,height=361]
7281DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=-149,width=360,height=360]
7282DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=211,width=360,height=361]
7283DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=572,width=360,height=361]
7284DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=-149,width=361,height=360]
7285DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=211,width=361,height=361]
7286DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=572,width=361,height=361]
7287DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=-149,width=361,height=360]
7288DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=211,width=361,height=361]
7289DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=572,width=361,height=361]
7290DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=-149,width=360,height=360]
7291DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=211,width=360,height=361]
7292DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=572,width=360,height=361]
7293DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=-149,width=361,height=360]
7294DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=211,width=361,height=361]
7295DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=572,width=361,height=361]
7296DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=-149,width=360,height=360]
7297DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=211,width=360,height=361]
7298DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=572,width=360,height=361]
7299DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=-149,width=361,height=360]
7300DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=211,width=361,height=361]
7301DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=572,width=361,height=361]
7302DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=-149,width=361,height=360]
7303DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=211,width=361,height=361]
7304DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=572,width=361,height=361]
7305DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=-149,width=360,height=360]
7306DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=211,width=360,height=361]
7307DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=572,width=360,height=361]
7308DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=-149,width=361,height=360]
7309DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=211,width=361,height=361]
7310DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=572,width=361,height=361]
7311DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=-149,width=360,height=360]
7312DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=211,width=360,height=361]
7313DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=572,width=360,height=361]
7314DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=-149,width=361,height=360]
7315DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=211,width=361,height=361]
7316DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=572,width=361,height=361]
7317DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=-149,width=361,height=360]
7318DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=211,width=361,height=361]
7319DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=572,width=361,height=361]
7320DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=-149,width=360,height=360]
7321DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=211,width=360,height=361]
7322DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=572,width=360,height=361]
7323DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=-149,width=361,height=360]
7324DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=211,width=361,height=361]
7325DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=572,width=361,height=361]
7326DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=-149,width=360,height=360]
7327DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=211,width=360,height=361]
7328DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=572,width=360,height=361]
7329DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=-149,width=361,height=360]
7330DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=211,width=361,height=361]
7331DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=572,width=361,height=361]
7332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=-149,width=361,height=360]
7333DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=211,width=361,height=361]
7334DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=572,width=361,height=361]
7335DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=-149,width=360,height=360]
7336DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=211,width=360,height=361]
7337DEBUG: drawing image into target rect: java.awt.Rectangle[x=-269,y=572,width=360,height=361]
7338DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=-149,width=361,height=360]
7339DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=211,width=361,height=361]
7340DEBUG: drawing image into target rect: java.awt.Rectangle[x=91,y=572,width=361,height=361]
7341DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=-149,width=360,height=360]
7342DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=211,width=360,height=361]
7343DEBUG: drawing image into target rect: java.awt.Rectangle[x=452,y=572,width=360,height=361]
7344DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=-149,width=361,height=360]
7345DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=211,width=361,height=361]
7346DEBUG: drawing image into target rect: java.awt.Rectangle[x=812,y=572,width=361,height=361]
7347DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=-149,width=361,height=360]
7348DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=211,width=361,height=361]
7349DEBUG: drawing image into target rect: java.awt.Rectangle[x=1173,y=572,width=361,height=361]
7350DEBUG: missed tile: Tile 12/2022/1403@OpenStreetMap (Mapnik)
7351DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7352DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7353DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7354DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7355DEBUG: missed tile: Tile 12/2023/1403@OpenStreetMap (Mapnik)
7356DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7357DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7358DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7359DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7360DEBUG: missed tile: Tile 12/2024/1403@OpenStreetMap (Mapnik)
7361DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7362DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7363DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7364DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7365DEBUG: missed tile: Tile 12/2025/1403@OpenStreetMap (Mapnik)
7366DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7367DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7368DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7369DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7370DEBUG: missed tile: Tile 12/2026/1403@OpenStreetMap (Mapnik)
7371DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7372DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7373DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7374DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7375DEBUG: missed tile: Tile 12/2027/1403@OpenStreetMap (Mapnik)
7376DEBUG: missed tile: Tile 12/2027/1404@OpenStreetMap (Mapnik)
7377DEBUG: missed tile: Tile 12/2027/1405@OpenStreetMap (Mapnik)
7378DEBUG: missed tile: Tile 12/2027/1406@OpenStreetMap (Mapnik)
7379DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7380DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7381DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7382DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7383DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7384DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7385DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
7386DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
7387DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
7388DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
7389DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7390DEBUG: source: java.awt.Rectangle[x=1005,y=80,width=510,height=510]
7391border: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7392intersection: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7393DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7394DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7395DEBUG: source: java.awt.Rectangle[x=1005,y=80,width=510,height=510]
7396border: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7397intersection: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7398DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7399DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7400DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7401border: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7402intersection: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7403DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7404DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7405DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7406border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7407intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7408DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7409DEBUG: still missed 13 in the end
7410DEBUG: tileLoadingFinished() tile: Tile 12/2026/1403@OpenStreetMap (Mapnik) success: true
7411DEBUG: tileLoadingFinished() tile: Tile 12/2027/1405@OpenStreetMap (Mapnik) success: true
7412DEBUG: missed tile: Tile 12/2022/1403@OpenStreetMap (Mapnik)
7413DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7414DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7415DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7416DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7417DEBUG: missed tile: Tile 12/2023/1403@OpenStreetMap (Mapnik)
7418DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7419DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7420DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7421DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7422DEBUG: missed tile: Tile 12/2024/1403@OpenStreetMap (Mapnik)
7423DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7424DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7425DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7426DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7427DEBUG: tileLoadingFinished() tile: Tile 12/2027/1406@OpenStreetMap (Mapnik) success: true
7428DEBUG: missed tile: Tile 12/2025/1403@OpenStreetMap (Mapnik)
7429DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7430DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7431DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7432DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7433DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7434DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7435DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7436DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7437DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7438DEBUG: missed tile: Tile 12/2027/1403@OpenStreetMap (Mapnik)
7439DEBUG: missed tile: Tile 12/2027/1404@OpenStreetMap (Mapnik)
7440DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7441DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7442DEBUG: tileLoadingFinished() tile: Tile 12/2027/1403@OpenStreetMap (Mapnik) success: true
7443DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7444DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7445DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7446DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7447DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7448DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
7449DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
7450DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
7451DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
7452DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7453DEBUG: source: java.awt.Rectangle[x=1005,y=80,width=510,height=510]
7454border: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7455intersection: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7456DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7457DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
7458DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7459border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7460intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7461DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7462DEBUG: tileLoadingFinished() tile: Tile 12/2025/1403@OpenStreetMap (Mapnik) success: true
7463DEBUG: still missed 10 in the end
7464DEBUG: tileLoadingFinished() tile: Tile 12/2027/1404@OpenStreetMap (Mapnik) success: true
7465DEBUG: tileLoadingFinished() tile: Tile 12/2024/1403@OpenStreetMap (Mapnik) success: true
7466DEBUG: tileLoadingFinished() tile: Tile 12/2023/1403@OpenStreetMap (Mapnik) success: true
7467DEBUG: missed tile: Tile 12/2022/1403@OpenStreetMap (Mapnik)
7468DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7469DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7470DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7471DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7472DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7473DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7474DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7475DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7476DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7477DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7478DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7479DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7480DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7481DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7482DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7483DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7484DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7485DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7486DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7487DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7488DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7489DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7490DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7491DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7492DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7493DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7494DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7495DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7496DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7497DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7498DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7499border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7500intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7501DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7502DEBUG: still missed 1 in the end
7503DEBUG: missed tile: Tile 12/2022/1403@OpenStreetMap (Mapnik)
7504DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7505DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7506DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7507DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7508DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7509DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7510DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7511DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7512DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7513DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7514DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7515DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7516DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7517DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7518DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7519DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7520DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7521DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7522DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7523DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7524DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7525DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7526DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7527DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7528DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7529DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7530DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7531DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7532DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7533DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7534DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7535border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7536intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7537DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7538DEBUG: still missed 1 in the end
7539DEBUG: tileLoadingFinished() tile: Tile 12/2022/1403@OpenStreetMap (Mapnik) success: true
7540DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7541DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7542DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7543DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7544DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7545DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7546DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7547DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7548DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7549DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7550DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7551DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7552DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7553DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7554DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7555DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7556DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7557DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7558DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7559DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7560DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7561DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7562DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7563DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7564DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7565DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7566DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7567DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7568DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7569DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7570DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7571border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7572intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7573DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7574DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7575DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7576DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7577DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7578DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7579DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7580DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7581DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7582DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7583DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7584DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7585DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7586DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7587DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7588DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7589DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7590DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7591DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7592DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7593DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7594DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7595DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7596DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7597DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7598DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7599DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7600DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7601DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7602DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7603DEBUG: missed tile: Tile 12/2027/1407@OpenStreetMap (Mapnik)
7604DEBUG: source: java.awt.Rectangle[x=1005,y=590,width=510,height=511]
7605border: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7606intersection: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7607DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7608DEBUG: tileLoadingFinished() tile: Tile 12/2027/1407@OpenStreetMap (Mapnik) success: true
7609DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7610DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7611DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7612DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7613DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7614DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7615DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7616DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7617DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7618DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7619DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7620DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7621DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7622DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7623DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7624DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7625DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7626DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7627DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7628DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7629DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7630DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7631DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7632DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7633DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7634DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7635DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7636DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7637DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7638DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7639DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7640DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7641DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7642DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7643DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7644DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7645DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7646DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7647DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7648DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7649DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7650DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7651DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7652DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7653DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7654DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7655DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7656DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7657DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7658DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7659DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7660DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7661DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7662DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7663DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7664DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7665DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7666DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7667DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7668DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7669DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7670DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7671DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7672DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7673DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7674DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7675DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7676DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7677DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7678DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7679DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7680DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7681DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7682DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7683DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7684DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7685DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7686DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7687DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7688DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7689DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7690DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7691DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7692DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7693DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7694DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7695DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7696DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7697DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7698DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7699DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-174,width=254,height=254]
7700DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=80,width=254,height=255]
7701DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=335,width=254,height=255]
7702DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=590,width=254,height=256]
7703DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=846,width=254,height=255]
7704DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-174,width=255,height=254]
7705DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=80,width=255,height=255]
7706DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=335,width=255,height=255]
7707DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=590,width=255,height=256]
7708DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=846,width=255,height=255]
7709DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-174,width=255,height=254]
7710DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=80,width=255,height=255]
7711DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=335,width=255,height=255]
7712DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=590,width=255,height=256]
7713DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=846,width=255,height=255]
7714DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-174,width=255,height=254]
7715DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=80,width=255,height=255]
7716DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=335,width=255,height=255]
7717DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=590,width=255,height=256]
7718DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=846,width=255,height=255]
7719DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-174,width=255,height=254]
7720DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=80,width=255,height=255]
7721DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=335,width=255,height=255]
7722DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=590,width=255,height=256]
7723DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=846,width=255,height=255]
7724DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-174,width=255,height=254]
7725DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=80,width=255,height=255]
7726DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=335,width=255,height=255]
7727DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=590,width=255,height=256]
7728DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=846,width=255,height=255]
7729DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=-173,width=254,height=254]
7730DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=81,width=254,height=255]
7731DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=336,width=254,height=255]
7732DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=591,width=254,height=256]
7733DEBUG: drawing image into target rect: java.awt.Rectangle[x=-14,y=847,width=254,height=255]
7734DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=-173,width=255,height=254]
7735DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=81,width=255,height=255]
7736DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=336,width=255,height=255]
7737DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=591,width=255,height=256]
7738DEBUG: drawing image into target rect: java.awt.Rectangle[x=240,y=847,width=255,height=255]
7739DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=-173,width=255,height=254]
7740DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=81,width=255,height=255]
7741DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=336,width=255,height=255]
7742DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=591,width=255,height=256]
7743DEBUG: drawing image into target rect: java.awt.Rectangle[x=495,y=847,width=255,height=255]
7744DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=-173,width=255,height=254]
7745DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=81,width=255,height=255]
7746DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=336,width=255,height=255]
7747DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=591,width=255,height=256]
7748DEBUG: drawing image into target rect: java.awt.Rectangle[x=750,y=847,width=255,height=255]
7749DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=-173,width=255,height=254]
7750DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=81,width=255,height=255]
7751DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=336,width=255,height=255]
7752DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=591,width=255,height=256]
7753DEBUG: drawing image into target rect: java.awt.Rectangle[x=1005,y=847,width=255,height=255]
7754DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=-173,width=255,height=254]
7755DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=81,width=255,height=255]
7756DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=336,width=255,height=255]
7757DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=591,width=255,height=256]
7758DEBUG: drawing image into target rect: java.awt.Rectangle[x=1260,y=847,width=255,height=255]
7759DEBUG: drawing image into target rect: java.awt.Rectangle[x=-12,y=-162,width=254,height=254]
7760DEBUG: drawing image into target rect: java.awt.Rectangle[x=-12,y=92,width=254,height=255]
7761DEBUG: drawing image into target rect: java.awt.Rectangle[x=-12,y=347,width=254,height=255]
7762DEBUG: drawing image into target rect: java.awt.Rectangle[x=-12,y=602,width=254,height=256]
7763DEBUG: drawing image into target rect: java.awt.Rectangle[x=-12,y=858,width=254,height=255]
7764DEBUG: drawing image into target rect: java.awt.Rectangle[x=242,y=-162,width=255,height=254]
7765DEBUG: drawing image into target rect: java.awt.Rectangle[x=242,y=92,width=255,height=255]
7766DEBUG: drawing image into target rect: java.awt.Rectangle[x=242,y=347,width=255,height=255]
7767DEBUG: drawing image into target rect: java.awt.Rectangle[x=242,y=602,width=255,height=256]
7768DEBUG: drawing image into target rect: java.awt.Rectangle[x=242,y=858,width=255,height=255]
7769DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=-162,width=255,height=254]
7770DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=92,width=255,height=255]
7771DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=347,width=255,height=255]
7772DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=602,width=255,height=256]
7773DEBUG: drawing image into target rect: java.awt.Rectangle[x=497,y=858,width=255,height=255]
7774DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=-162,width=255,height=254]
7775DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=92,width=255,height=255]
7776DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=347,width=255,height=255]
7777DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=602,width=255,height=256]
7778DEBUG: drawing image into target rect: java.awt.Rectangle[x=752,y=858,width=255,height=255]
7779DEBUG: drawing image into target rect: java.awt.Rectangle[x=1007,y=-162,width=255,height=254]
7780DEBUG: drawing image into target rect: java.awt.Rectangle[x=1007,y=92,width=255,height=255]
7781DEBUG: drawing image into target rect: java.awt.Rectangle[x=1007,y=347,width=255,height=255]
7782DEBUG: drawing image into target rect: java.awt.Rectangle[x=1007,y=602,width=255,height=256]
7783DEBUG: drawing image into target rect: java.awt.Rectangle[x=1007,y=858,width=255,height=255]
7784DEBUG: drawing image into target rect: java.awt.Rectangle[x=1262,y=-162,width=255,height=254]
7785DEBUG: drawing image into target rect: java.awt.Rectangle[x=1262,y=92,width=255,height=255]
7786DEBUG: drawing image into target rect: java.awt.Rectangle[x=1262,y=347,width=255,height=255]
7787DEBUG: drawing image into target rect: java.awt.Rectangle[x=1262,y=602,width=255,height=256]
7788DEBUG: drawing image into target rect: java.awt.Rectangle[x=1262,y=858,width=255,height=255]
7789DEBUG: drawing image into target rect: java.awt.Rectangle[x=-3,y=-137,width=254,height=254]
7790DEBUG: drawing image into target rect: java.awt.Rectangle[x=-3,y=117,width=254,height=255]
7791DEBUG: drawing image into target rect: java.awt.Rectangle[x=-3,y=372,width=254,height=255]
7792DEBUG: drawing image into target rect: java.awt.Rectangle[x=-3,y=627,width=254,height=256]
7793DEBUG: drawing image into target rect: java.awt.Rectangle[x=251,y=-137,width=255,height=254]
7794DEBUG: drawing image into target rect: java.awt.Rectangle[x=251,y=117,width=255,height=255]
7795DEBUG: drawing image into target rect: java.awt.Rectangle[x=251,y=372,width=255,height=255]
7796DEBUG: drawing image into target rect: java.awt.Rectangle[x=251,y=627,width=255,height=256]
7797DEBUG: drawing image into target rect: java.awt.Rectangle[x=506,y=-137,width=255,height=254]
7798DEBUG: drawing image into target rect: java.awt.Rectangle[x=506,y=117,width=255,height=255]
7799DEBUG: drawing image into target rect: java.awt.Rectangle[x=506,y=372,width=255,height=255]
7800DEBUG: drawing image into target rect: java.awt.Rectangle[x=506,y=627,width=255,height=256]
7801DEBUG: drawing image into target rect: java.awt.Rectangle[x=761,y=-137,width=255,height=254]
7802DEBUG: drawing image into target rect: java.awt.Rectangle[x=761,y=117,width=255,height=255]
7803DEBUG: drawing image into target rect: java.awt.Rectangle[x=761,y=372,width=255,height=255]
7804DEBUG: drawing image into target rect: java.awt.Rectangle[x=761,y=627,width=255,height=256]
7805DEBUG: drawing image into target rect: java.awt.Rectangle[x=1016,y=-137,width=255,height=254]
7806DEBUG: drawing image into target rect: java.awt.Rectangle[x=1016,y=117,width=255,height=255]
7807DEBUG: drawing image into target rect: java.awt.Rectangle[x=1016,y=372,width=255,height=255]
7808DEBUG: drawing image into target rect: java.awt.Rectangle[x=1016,y=627,width=255,height=256]
7809DEBUG: drawing image into target rect: java.awt.Rectangle[x=1271,y=-137,width=255,height=254]
7810DEBUG: drawing image into target rect: java.awt.Rectangle[x=1271,y=117,width=255,height=255]
7811DEBUG: drawing image into target rect: java.awt.Rectangle[x=1271,y=372,width=255,height=255]
7812DEBUG: drawing image into target rect: java.awt.Rectangle[x=1271,y=627,width=255,height=256]
7813DEBUG: missed tile: Tile 12/2021/1403@OpenStreetMap (Mapnik)
7814DEBUG: drawing image into target rect: java.awt.Rectangle[x=-242,y=157,width=255,height=255]
7815DEBUG: drawing image into target rect: java.awt.Rectangle[x=-242,y=412,width=255,height=255]
7816DEBUG: drawing image into target rect: java.awt.Rectangle[x=-242,y=667,width=255,height=256]
7817DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=-97,width=255,height=254]
7818DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=157,width=255,height=255]
7819DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=412,width=255,height=255]
7820DEBUG: drawing image into target rect: java.awt.Rectangle[x=13,y=667,width=255,height=256]
7821DEBUG: drawing image into target rect: java.awt.Rectangle[x=268,y=-97,width=255,height=254]
7822DEBUG: drawing image into target rect: java.awt.Rectangle[x=268,y=157,width=255,height=255]
7823DEBUG: drawing image into target rect: java.awt.Rectangle[x=268,y=412,width=255,height=255]
7824DEBUG: drawing image into target rect: java.awt.Rectangle[x=268,y=667,width=255,height=256]
7825DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=-97,width=255,height=254]
7826DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=157,width=255,height=255]
7827DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=412,width=255,height=255]
7828DEBUG: drawing image into target rect: java.awt.Rectangle[x=523,y=667,width=255,height=256]
7829DEBUG: drawing image into target rect: java.awt.Rectangle[x=778,y=-97,width=255,height=254]
7830DEBUG: drawing image into target rect: java.awt.Rectangle[x=778,y=157,width=255,height=255]
7831DEBUG: drawing image into target rect: java.awt.Rectangle[x=778,y=412,width=255,height=255]
7832DEBUG: drawing image into target rect: java.awt.Rectangle[x=778,y=667,width=255,height=256]
7833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=-97,width=255,height=254]
7834DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=157,width=255,height=255]
7835DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=412,width=255,height=255]
7836DEBUG: drawing image into target rect: java.awt.Rectangle[x=1033,y=667,width=255,height=256]
7837DEBUG: drawing image into target rect: java.awt.Rectangle[x=1288,y=-97,width=255,height=254]
7838DEBUG: drawing image into target rect: java.awt.Rectangle[x=1288,y=157,width=255,height=255]
7839DEBUG: drawing image into target rect: java.awt.Rectangle[x=1288,y=412,width=255,height=255]
7840DEBUG: drawing image into target rect: java.awt.Rectangle[x=1288,y=667,width=255,height=256]
7841DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
7842DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7843DEBUG: still missed 2 in the end
7844DEBUG: missed tile: Tile 12/2021/1403@OpenStreetMap (Mapnik)
7845DEBUG: drawing image into target rect: java.awt.Rectangle[x=-218,y=215,width=255,height=255]
7846DEBUG: drawing image into target rect: java.awt.Rectangle[x=-218,y=470,width=255,height=255]
7847DEBUG: drawing image into target rect: java.awt.Rectangle[x=-218,y=725,width=255,height=256]
7848DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=-39,width=255,height=254]
7849DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=215,width=255,height=255]
7850DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=470,width=255,height=255]
7851DEBUG: drawing image into target rect: java.awt.Rectangle[x=37,y=725,width=255,height=256]
7852DEBUG: drawing image into target rect: java.awt.Rectangle[x=292,y=-39,width=255,height=254]
7853DEBUG: drawing image into target rect: java.awt.Rectangle[x=292,y=215,width=255,height=255]
7854DEBUG: drawing image into target rect: java.awt.Rectangle[x=292,y=470,width=255,height=255]
7855DEBUG: drawing image into target rect: java.awt.Rectangle[x=292,y=725,width=255,height=256]
7856DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=-39,width=255,height=254]
7857DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=215,width=255,height=255]
7858DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=470,width=255,height=255]
7859DEBUG: drawing image into target rect: java.awt.Rectangle[x=547,y=725,width=255,height=256]
7860DEBUG: drawing image into target rect: java.awt.Rectangle[x=802,y=-39,width=255,height=254]
7861DEBUG: drawing image into target rect: java.awt.Rectangle[x=802,y=215,width=255,height=255]
7862DEBUG: drawing image into target rect: java.awt.Rectangle[x=802,y=470,width=255,height=255]
7863DEBUG: drawing image into target rect: java.awt.Rectangle[x=802,y=725,width=255,height=256]
7864DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=-39,width=255,height=254]
7865DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=215,width=255,height=255]
7866DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=470,width=255,height=255]
7867DEBUG: drawing image into target rect: java.awt.Rectangle[x=1057,y=725,width=255,height=256]
7868DEBUG: drawing image into target rect: java.awt.Rectangle[x=1312,y=-39,width=255,height=254]
7869DEBUG: drawing image into target rect: java.awt.Rectangle[x=1312,y=215,width=255,height=255]
7870DEBUG: drawing image into target rect: java.awt.Rectangle[x=1312,y=470,width=255,height=255]
7871DEBUG: drawing image into target rect: java.awt.Rectangle[x=1312,y=725,width=255,height=256]
7872DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
7873DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
7874DEBUG: still missed 2 in the end
7875DEBUG: tileLoadingFinished() tile: Tile 12/2021/1403@OpenStreetMap (Mapnik) success: true
7876DEBUG: missed tile: Tile 12/2021/1402@OpenStreetMap (Mapnik)
7877DEBUG: drawing image into target rect: java.awt.Rectangle[x=-199,y=23,width=255,height=255]
7878DEBUG: drawing image into target rect: java.awt.Rectangle[x=-199,y=278,width=255,height=255]
7879DEBUG: drawing image into target rect: java.awt.Rectangle[x=-199,y=533,width=255,height=255]
7880DEBUG: drawing image into target rect: java.awt.Rectangle[x=-199,y=788,width=255,height=256]
7881DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
7882DEBUG: drawing image into target rect: java.awt.Rectangle[x=56,y=23,width=255,height=255]
7883DEBUG: drawing image into target rect: java.awt.Rectangle[x=56,y=278,width=255,height=255]
7884DEBUG: drawing image into target rect: java.awt.Rectangle[x=56,y=533,width=255,height=255]
7885DEBUG: drawing image into target rect: java.awt.Rectangle[x=56,y=788,width=255,height=256]
7886DEBUG: missed tile: Tile 12/2023/1402@OpenStreetMap (Mapnik)
7887DEBUG: drawing image into target rect: java.awt.Rectangle[x=311,y=23,width=255,height=255]
7888DEBUG: drawing image into target rect: java.awt.Rectangle[x=311,y=278,width=255,height=255]
7889DEBUG: drawing image into target rect: java.awt.Rectangle[x=311,y=533,width=255,height=255]
7890DEBUG: drawing image into target rect: java.awt.Rectangle[x=311,y=788,width=255,height=256]
7891DEBUG: missed tile: Tile 12/2024/1402@OpenStreetMap (Mapnik)
7892DEBUG: drawing image into target rect: java.awt.Rectangle[x=566,y=23,width=255,height=255]
7893DEBUG: drawing image into target rect: java.awt.Rectangle[x=566,y=278,width=255,height=255]
7894DEBUG: drawing image into target rect: java.awt.Rectangle[x=566,y=533,width=255,height=255]
7895DEBUG: drawing image into target rect: java.awt.Rectangle[x=566,y=788,width=255,height=256]
7896DEBUG: missed tile: Tile 12/2025/1402@OpenStreetMap (Mapnik)
7897DEBUG: drawing image into target rect: java.awt.Rectangle[x=821,y=23,width=255,height=255]
7898DEBUG: drawing image into target rect: java.awt.Rectangle[x=821,y=278,width=255,height=255]
7899DEBUG: drawing image into target rect: java.awt.Rectangle[x=821,y=533,width=255,height=255]
7900DEBUG: drawing image into target rect: java.awt.Rectangle[x=821,y=788,width=255,height=256]
7901DEBUG: missed tile: Tile 12/2026/1402@OpenStreetMap (Mapnik)
7902DEBUG: drawing image into target rect: java.awt.Rectangle[x=1076,y=23,width=255,height=255]
7903DEBUG: drawing image into target rect: java.awt.Rectangle[x=1076,y=278,width=255,height=255]
7904DEBUG: drawing image into target rect: java.awt.Rectangle[x=1076,y=533,width=255,height=255]
7905DEBUG: drawing image into target rect: java.awt.Rectangle[x=1076,y=788,width=255,height=256]
7906DEBUG: missed tile: Tile 12/2027/1402@OpenStreetMap (Mapnik)
7907DEBUG: drawing image into target rect: java.awt.Rectangle[x=1331,y=23,width=255,height=255]
7908DEBUG: drawing image into target rect: java.awt.Rectangle[x=1331,y=278,width=255,height=255]
7909DEBUG: drawing image into target rect: java.awt.Rectangle[x=1331,y=533,width=255,height=255]
7910DEBUG: drawing image into target rect: java.awt.Rectangle[x=1331,y=788,width=255,height=256]
7911DEBUG: still missed 7 in the end
7912DEBUG: missed tile: Tile 12/2021/1402@OpenStreetMap (Mapnik)
7913DEBUG: drawing image into target rect: java.awt.Rectangle[x=-176,y=101,width=255,height=255]
7914DEBUG: drawing image into target rect: java.awt.Rectangle[x=-176,y=356,width=255,height=255]
7915DEBUG: drawing image into target rect: java.awt.Rectangle[x=-176,y=611,width=255,height=255]
7916DEBUG: drawing image into target rect: java.awt.Rectangle[x=-176,y=866,width=255,height=256]
7917DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
7918DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=101,width=255,height=255]
7919DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=356,width=255,height=255]
7920DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=611,width=255,height=255]
7921DEBUG: drawing image into target rect: java.awt.Rectangle[x=79,y=866,width=255,height=256]
7922DEBUG: missed tile: Tile 12/2023/1402@OpenStreetMap (Mapnik)
7923DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=101,width=255,height=255]
7924DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=356,width=255,height=255]
7925DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=611,width=255,height=255]
7926DEBUG: drawing image into target rect: java.awt.Rectangle[x=334,y=866,width=255,height=256]
7927DEBUG: missed tile: Tile 12/2024/1402@OpenStreetMap (Mapnik)
7928DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=101,width=255,height=255]
7929DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=356,width=255,height=255]
7930DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=611,width=255,height=255]
7931DEBUG: drawing image into target rect: java.awt.Rectangle[x=589,y=866,width=255,height=256]
7932DEBUG: missed tile: Tile 12/2025/1402@OpenStreetMap (Mapnik)
7933DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=101,width=255,height=255]
7934DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=356,width=255,height=255]
7935DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=611,width=255,height=255]
7936DEBUG: drawing image into target rect: java.awt.Rectangle[x=844,y=866,width=255,height=256]
7937DEBUG: missed tile: Tile 12/2026/1402@OpenStreetMap (Mapnik)
7938DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=101,width=255,height=255]
7939DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=356,width=255,height=255]
7940DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=611,width=255,height=255]
7941DEBUG: drawing image into target rect: java.awt.Rectangle[x=1099,y=866,width=255,height=256]
7942DEBUG: missed tile: Tile 12/2027/1402@OpenStreetMap (Mapnik)
7943DEBUG: drawing image into target rect: java.awt.Rectangle[x=1354,y=101,width=255,height=255]
7944DEBUG: drawing image into target rect: java.awt.Rectangle[x=1354,y=356,width=255,height=255]
7945DEBUG: drawing image into target rect: java.awt.Rectangle[x=1354,y=611,width=255,height=255]
7946DEBUG: drawing image into target rect: java.awt.Rectangle[x=1354,y=866,width=255,height=256]
7947DEBUG: still missed 7 in the end
7948DEBUG: tileLoadingFinished() tile: Tile 12/2026/1402@OpenStreetMap (Mapnik) success: true
7949DEBUG: tileLoadingFinished() tile: Tile 12/2025/1402@OpenStreetMap (Mapnik) success: true
7950DEBUG: missed tile: Tile 12/2021/1402@OpenStreetMap (Mapnik)
7951DEBUG: drawing image into target rect: java.awt.Rectangle[x=-151,y=163,width=255,height=255]
7952DEBUG: drawing image into target rect: java.awt.Rectangle[x=-151,y=418,width=255,height=255]
7953DEBUG: drawing image into target rect: java.awt.Rectangle[x=-151,y=673,width=255,height=255]
7954DEBUG: tileLoadingFinished() tile: Tile 12/2021/1402@OpenStreetMap (Mapnik) success: true
7955DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
7956DEBUG: drawing image into target rect: java.awt.Rectangle[x=104,y=163,width=255,height=255]
7957DEBUG: drawing image into target rect: java.awt.Rectangle[x=104,y=418,width=255,height=255]
7958DEBUG: drawing image into target rect: java.awt.Rectangle[x=104,y=673,width=255,height=255]
7959DEBUG: missed tile: Tile 12/2023/1402@OpenStreetMap (Mapnik)
7960DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=163,width=255,height=255]
7961DEBUG: tileLoadingFinished() tile: Tile 12/2027/1402@OpenStreetMap (Mapnik) success: true
7962DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=418,width=255,height=255]
7963DEBUG: drawing image into target rect: java.awt.Rectangle[x=359,y=673,width=255,height=255]
7964DEBUG: missed tile: Tile 12/2024/1402@OpenStreetMap (Mapnik)
7965DEBUG: drawing image into target rect: java.awt.Rectangle[x=614,y=163,width=255,height=255]
7966DEBUG: drawing image into target rect: java.awt.Rectangle[x=614,y=418,width=255,height=255]
7967DEBUG: drawing image into target rect: java.awt.Rectangle[x=614,y=673,width=255,height=255]
7968DEBUG: drawing image into target rect: java.awt.Rectangle[x=869,y=-91,width=255,height=254]
7969DEBUG: drawing image into target rect: java.awt.Rectangle[x=869,y=163,width=255,height=255]
7970DEBUG: drawing image into target rect: java.awt.Rectangle[x=869,y=418,width=255,height=255]
7971DEBUG: drawing image into target rect: java.awt.Rectangle[x=869,y=673,width=255,height=255]
7972DEBUG: drawing image into target rect: java.awt.Rectangle[x=1124,y=-91,width=255,height=254]
7973DEBUG: drawing image into target rect: java.awt.Rectangle[x=1124,y=163,width=255,height=255]
7974DEBUG: drawing image into target rect: java.awt.Rectangle[x=1124,y=418,width=255,height=255]
7975DEBUG: drawing image into target rect: java.awt.Rectangle[x=1124,y=673,width=255,height=255]
7976DEBUG: drawing image into target rect: java.awt.Rectangle[x=1379,y=-91,width=255,height=254]
7977DEBUG: drawing image into target rect: java.awt.Rectangle[x=1379,y=163,width=255,height=255]
7978DEBUG: drawing image into target rect: java.awt.Rectangle[x=1379,y=418,width=255,height=255]
7979DEBUG: drawing image into target rect: java.awt.Rectangle[x=1379,y=673,width=255,height=255]
7980DEBUG: still missed 4 in the end
7981DEBUG: drawing image into target rect: java.awt.Rectangle[x=-129,y=-42,width=255,height=254]
7982DEBUG: drawing image into target rect: java.awt.Rectangle[x=-129,y=212,width=255,height=255]
7983DEBUG: drawing image into target rect: java.awt.Rectangle[x=-129,y=467,width=255,height=255]
7984DEBUG: drawing image into target rect: java.awt.Rectangle[x=-129,y=722,width=255,height=255]
7985DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
7986DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=212,width=255,height=255]
7987DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=467,width=255,height=255]
7988DEBUG: drawing image into target rect: java.awt.Rectangle[x=126,y=722,width=255,height=255]
7989DEBUG: missed tile: Tile 12/2023/1402@OpenStreetMap (Mapnik)
7990DEBUG: drawing image into target rect: java.awt.Rectangle[x=381,y=212,width=255,height=255]
7991DEBUG: drawing image into target rect: java.awt.Rectangle[x=381,y=467,width=255,height=255]
7992DEBUG: drawing image into target rect: java.awt.Rectangle[x=381,y=722,width=255,height=255]
7993DEBUG: missed tile: Tile 12/2024/1402@OpenStreetMap (Mapnik)
7994DEBUG: drawing image into target rect: java.awt.Rectangle[x=636,y=212,width=255,height=255]
7995DEBUG: drawing image into target rect: java.awt.Rectangle[x=636,y=467,width=255,height=255]
7996DEBUG: drawing image into target rect: java.awt.Rectangle[x=636,y=722,width=255,height=255]
7997DEBUG: drawing image into target rect: java.awt.Rectangle[x=891,y=-42,width=255,height=254]
7998DEBUG: drawing image into target rect: java.awt.Rectangle[x=891,y=212,width=255,height=255]
7999DEBUG: drawing image into target rect: java.awt.Rectangle[x=891,y=467,width=255,height=255]
8000DEBUG: drawing image into target rect: java.awt.Rectangle[x=891,y=722,width=255,height=255]
8001DEBUG: drawing image into target rect: java.awt.Rectangle[x=1146,y=-42,width=255,height=254]
8002DEBUG: drawing image into target rect: java.awt.Rectangle[x=1146,y=212,width=255,height=255]
8003DEBUG: drawing image into target rect: java.awt.Rectangle[x=1146,y=467,width=255,height=255]
8004DEBUG: drawing image into target rect: java.awt.Rectangle[x=1146,y=722,width=255,height=255]
8005DEBUG: drawing image into target rect: java.awt.Rectangle[x=1401,y=-42,width=255,height=254]
8006DEBUG: drawing image into target rect: java.awt.Rectangle[x=1401,y=212,width=255,height=255]
8007DEBUG: drawing image into target rect: java.awt.Rectangle[x=1401,y=467,width=255,height=255]
8008DEBUG: drawing image into target rect: java.awt.Rectangle[x=1401,y=722,width=255,height=255]
8009DEBUG: still missed 3 in the end
8010DEBUG: tileLoadingFinished() tile: Tile 12/2023/1402@OpenStreetMap (Mapnik) success: true
8011DEBUG: tileLoadingFinished() tile: Tile 12/2024/1402@OpenStreetMap (Mapnik) success: true
8012DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8013DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=16,width=255,height=255]
8014DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=271,width=255,height=255]
8015DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=526,width=255,height=255]
8016DEBUG: drawing image into target rect: java.awt.Rectangle[x=-95,y=781,width=255,height=255]
8017DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8018DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
8019DEBUG: drawing image into target rect: java.awt.Rectangle[x=160,y=271,width=255,height=255]
8020DEBUG: drawing image into target rect: java.awt.Rectangle[x=160,y=526,width=255,height=255]
8021DEBUG: drawing image into target rect: java.awt.Rectangle[x=160,y=781,width=255,height=255]
8022DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8023DEBUG: drawing image into target rect: java.awt.Rectangle[x=415,y=16,width=255,height=255]
8024DEBUG: drawing image into target rect: java.awt.Rectangle[x=415,y=271,width=255,height=255]
8025DEBUG: drawing image into target rect: java.awt.Rectangle[x=415,y=526,width=255,height=255]
8026DEBUG: drawing image into target rect: java.awt.Rectangle[x=415,y=781,width=255,height=255]
8027DEBUG: missed tile: Tile 12/2024/1401@OpenStreetMap (Mapnik)
8028DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=16,width=255,height=255]
8029DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=271,width=255,height=255]
8030DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=526,width=255,height=255]
8031DEBUG: drawing image into target rect: java.awt.Rectangle[x=670,y=781,width=255,height=255]
8032DEBUG: missed tile: Tile 12/2025/1401@OpenStreetMap (Mapnik)
8033DEBUG: drawing image into target rect: java.awt.Rectangle[x=925,y=16,width=255,height=255]
8034DEBUG: drawing image into target rect: java.awt.Rectangle[x=925,y=271,width=255,height=255]
8035DEBUG: drawing image into target rect: java.awt.Rectangle[x=925,y=526,width=255,height=255]
8036DEBUG: drawing image into target rect: java.awt.Rectangle[x=925,y=781,width=255,height=255]
8037DEBUG: missed tile: Tile 12/2026/1401@OpenStreetMap (Mapnik)
8038DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=16,width=255,height=255]
8039DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=271,width=255,height=255]
8040DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=526,width=255,height=255]
8041DEBUG: drawing image into target rect: java.awt.Rectangle[x=1180,y=781,width=255,height=255]
8042DEBUG: missed tile: Tile 12/2027/1401@OpenStreetMap (Mapnik)
8043DEBUG: drawing image into target rect: java.awt.Rectangle[x=1435,y=16,width=255,height=255]
8044DEBUG: drawing image into target rect: java.awt.Rectangle[x=1435,y=271,width=255,height=255]
8045DEBUG: drawing image into target rect: java.awt.Rectangle[x=1435,y=526,width=255,height=255]
8046DEBUG: drawing image into target rect: java.awt.Rectangle[x=1435,y=781,width=255,height=255]
8047DEBUG: still missed 8 in the end
8048DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8049DEBUG: drawing image into target rect: java.awt.Rectangle[x=-81,y=44,width=255,height=255]
8050DEBUG: drawing image into target rect: java.awt.Rectangle[x=-81,y=299,width=255,height=255]
8051DEBUG: drawing image into target rect: java.awt.Rectangle[x=-81,y=554,width=255,height=255]
8052DEBUG: drawing image into target rect: java.awt.Rectangle[x=-81,y=809,width=255,height=255]
8053DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8054DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
8055DEBUG: drawing image into target rect: java.awt.Rectangle[x=174,y=299,width=255,height=255]
8056DEBUG: drawing image into target rect: java.awt.Rectangle[x=174,y=554,width=255,height=255]
8057DEBUG: drawing image into target rect: java.awt.Rectangle[x=174,y=809,width=255,height=255]
8058DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8059DEBUG: drawing image into target rect: java.awt.Rectangle[x=429,y=44,width=255,height=255]
8060DEBUG: drawing image into target rect: java.awt.Rectangle[x=429,y=299,width=255,height=255]
8061DEBUG: drawing image into target rect: java.awt.Rectangle[x=429,y=554,width=255,height=255]
8062DEBUG: drawing image into target rect: java.awt.Rectangle[x=429,y=809,width=255,height=255]
8063DEBUG: missed tile: Tile 12/2024/1401@OpenStreetMap (Mapnik)
8064DEBUG: drawing image into target rect: java.awt.Rectangle[x=684,y=44,width=255,height=255]
8065DEBUG: drawing image into target rect: java.awt.Rectangle[x=684,y=299,width=255,height=255]
8066DEBUG: drawing image into target rect: java.awt.Rectangle[x=684,y=554,width=255,height=255]
8067DEBUG: drawing image into target rect: java.awt.Rectangle[x=684,y=809,width=255,height=255]
8068DEBUG: missed tile: Tile 12/2025/1401@OpenStreetMap (Mapnik)
8069DEBUG: drawing image into target rect: java.awt.Rectangle[x=939,y=44,width=255,height=255]
8070DEBUG: drawing image into target rect: java.awt.Rectangle[x=939,y=299,width=255,height=255]
8071DEBUG: drawing image into target rect: java.awt.Rectangle[x=939,y=554,width=255,height=255]
8072DEBUG: drawing image into target rect: java.awt.Rectangle[x=939,y=809,width=255,height=255]
8073DEBUG: missed tile: Tile 12/2026/1401@OpenStreetMap (Mapnik)
8074DEBUG: drawing image into target rect: java.awt.Rectangle[x=1194,y=44,width=255,height=255]
8075DEBUG: drawing image into target rect: java.awt.Rectangle[x=1194,y=299,width=255,height=255]
8076DEBUG: drawing image into target rect: java.awt.Rectangle[x=1194,y=554,width=255,height=255]
8077DEBUG: drawing image into target rect: java.awt.Rectangle[x=1194,y=809,width=255,height=255]
8078DEBUG: missed tile: Tile 12/2027/1401@OpenStreetMap (Mapnik)
8079DEBUG: drawing image into target rect: java.awt.Rectangle[x=1449,y=44,width=255,height=255]
8080DEBUG: drawing image into target rect: java.awt.Rectangle[x=1449,y=299,width=255,height=255]
8081DEBUG: drawing image into target rect: java.awt.Rectangle[x=1449,y=554,width=255,height=255]
8082DEBUG: drawing image into target rect: java.awt.Rectangle[x=1449,y=809,width=255,height=255]
8083DEBUG: still missed 8 in the end
8084DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8085DEBUG: drawing image into target rect: java.awt.Rectangle[x=-77,y=51,width=255,height=255]
8086DEBUG: drawing image into target rect: java.awt.Rectangle[x=-77,y=306,width=255,height=255]
8087DEBUG: drawing image into target rect: java.awt.Rectangle[x=-77,y=561,width=255,height=255]
8088DEBUG: tileLoadingFinished() tile: Tile 12/2025/1401@OpenStreetMap (Mapnik) success: true
8089DEBUG: tileLoadingFinished() tile: Tile 12/2024/1401@OpenStreetMap (Mapnik) success: true
8090DEBUG: drawing image into target rect: java.awt.Rectangle[x=-77,y=816,width=255,height=255]
8091DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8092DEBUG: missed tile: Tile 12/2022/1402@OpenStreetMap (Mapnik)
8093DEBUG: drawing image into target rect: java.awt.Rectangle[x=178,y=306,width=255,height=255]
8094DEBUG: drawing image into target rect: java.awt.Rectangle[x=178,y=561,width=255,height=255]
8095DEBUG: drawing image into target rect: java.awt.Rectangle[x=178,y=816,width=255,height=255]
8096DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8097DEBUG: drawing image into target rect: java.awt.Rectangle[x=433,y=51,width=255,height=255]
8098DEBUG: drawing image into target rect: java.awt.Rectangle[x=433,y=306,width=255,height=255]
8099DEBUG: drawing image into target rect: java.awt.Rectangle[x=433,y=561,width=255,height=255]
8100DEBUG: drawing image into target rect: java.awt.Rectangle[x=433,y=816,width=255,height=255]
8101DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=-203,width=255,height=254]
8102DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=51,width=255,height=255]
8103DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=306,width=255,height=255]
8104DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=561,width=255,height=255]
8105DEBUG: drawing image into target rect: java.awt.Rectangle[x=688,y=816,width=255,height=255]
8106DEBUG: drawing image into target rect: java.awt.Rectangle[x=943,y=-203,width=255,height=254]
8107DEBUG: drawing image into target rect: java.awt.Rectangle[x=943,y=51,width=255,height=255]
8108DEBUG: drawing image into target rect: java.awt.Rectangle[x=943,y=306,width=255,height=255]
8109DEBUG: drawing image into target rect: java.awt.Rectangle[x=943,y=561,width=255,height=255]
8110DEBUG: drawing image into target rect: java.awt.Rectangle[x=943,y=816,width=255,height=255]
8111DEBUG: missed tile: Tile 12/2026/1401@OpenStreetMap (Mapnik)
8112DEBUG: drawing image into target rect: java.awt.Rectangle[x=1198,y=51,width=255,height=255]
8113DEBUG: drawing image into target rect: java.awt.Rectangle[x=1198,y=306,width=255,height=255]
8114DEBUG: drawing image into target rect: java.awt.Rectangle[x=1198,y=561,width=255,height=255]
8115DEBUG: drawing image into target rect: java.awt.Rectangle[x=1198,y=816,width=255,height=255]
8116DEBUG: missed tile: Tile 12/2027/1401@OpenStreetMap (Mapnik)
8117DEBUG: drawing image into target rect: java.awt.Rectangle[x=1453,y=51,width=255,height=255]
8118DEBUG: drawing image into target rect: java.awt.Rectangle[x=1453,y=306,width=255,height=255]
8119DEBUG: drawing image into target rect: java.awt.Rectangle[x=1453,y=561,width=255,height=255]
8120DEBUG: drawing image into target rect: java.awt.Rectangle[x=1453,y=816,width=255,height=255]
8121DEBUG: still missed 6 in the end
8122DEBUG: tileLoadingFinished() tile: Tile 12/2022/1402@OpenStreetMap (Mapnik) success: true
8123DEBUG: tileLoadingFinished() tile: Tile 12/2027/1401@OpenStreetMap (Mapnik) success: true
8124DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8125DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=55,width=255,height=255]
8126DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=310,width=255,height=255]
8127DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=565,width=255,height=255]
8128DEBUG: drawing image into target rect: java.awt.Rectangle[x=-75,y=820,width=255,height=255]
8129DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8130DEBUG: drawing image into target rect: java.awt.Rectangle[x=180,y=55,width=255,height=255]
8131DEBUG: drawing image into target rect: java.awt.Rectangle[x=180,y=310,width=255,height=255]
8132DEBUG: drawing image into target rect: java.awt.Rectangle[x=180,y=565,width=255,height=255]
8133DEBUG: drawing image into target rect: java.awt.Rectangle[x=180,y=820,width=255,height=255]
8134DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8135DEBUG: drawing image into target rect: java.awt.Rectangle[x=435,y=55,width=255,height=255]
8136DEBUG: drawing image into target rect: java.awt.Rectangle[x=435,y=310,width=255,height=255]
8137DEBUG: drawing image into target rect: java.awt.Rectangle[x=435,y=565,width=255,height=255]
8138DEBUG: drawing image into target rect: java.awt.Rectangle[x=435,y=820,width=255,height=255]
8139DEBUG: drawing image into target rect: java.awt.Rectangle[x=690,y=-199,width=255,height=254]
8140DEBUG: drawing image into target rect: java.awt.Rectangle[x=690,y=55,width=255,height=255]
8141DEBUG: drawing image into target rect: java.awt.Rectangle[x=690,y=310,width=255,height=255]
8142DEBUG: drawing image into target rect: java.awt.Rectangle[x=690,y=565,width=255,height=255]
8143DEBUG: drawing image into target rect: java.awt.Rectangle[x=690,y=820,width=255,height=255]
8144DEBUG: drawing image into target rect: java.awt.Rectangle[x=945,y=-199,width=255,height=254]
8145DEBUG: drawing image into target rect: java.awt.Rectangle[x=945,y=55,width=255,height=255]
8146DEBUG: drawing image into target rect: java.awt.Rectangle[x=945,y=310,width=255,height=255]
8147DEBUG: tileLoadingFinished() tile: Tile 12/2026/1401@OpenStreetMap (Mapnik) success: true
8148DEBUG: drawing image into target rect: java.awt.Rectangle[x=945,y=565,width=255,height=255]
8149DEBUG: drawing image into target rect: java.awt.Rectangle[x=945,y=820,width=255,height=255]
8150DEBUG: drawing image into target rect: java.awt.Rectangle[x=1200,y=-199,width=255,height=254]
8151DEBUG: drawing image into target rect: java.awt.Rectangle[x=1200,y=55,width=255,height=255]
8152DEBUG: drawing image into target rect: java.awt.Rectangle[x=1200,y=310,width=255,height=255]
8153DEBUG: drawing image into target rect: java.awt.Rectangle[x=1200,y=565,width=255,height=255]
8154DEBUG: drawing image into target rect: java.awt.Rectangle[x=1200,y=820,width=255,height=255]
8155DEBUG: drawing image into target rect: java.awt.Rectangle[x=1455,y=-199,width=255,height=254]
8156DEBUG: drawing image into target rect: java.awt.Rectangle[x=1455,y=55,width=255,height=255]
8157DEBUG: drawing image into target rect: java.awt.Rectangle[x=1455,y=310,width=255,height=255]
8158DEBUG: drawing image into target rect: java.awt.Rectangle[x=1455,y=565,width=255,height=255]
8159DEBUG: drawing image into target rect: java.awt.Rectangle[x=1455,y=820,width=255,height=255]
8160DEBUG: still missed 3 in the end
8161DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8162DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=63,width=255,height=255]
8163DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=318,width=255,height=255]
8164DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=573,width=255,height=255]
8165DEBUG: drawing image into target rect: java.awt.Rectangle[x=-72,y=828,width=255,height=255]
8166DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8167DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=63,width=255,height=255]
8168DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=318,width=255,height=255]
8169DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=573,width=255,height=255]
8170DEBUG: drawing image into target rect: java.awt.Rectangle[x=183,y=828,width=255,height=255]
8171DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8172DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=63,width=255,height=255]
8173DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=318,width=255,height=255]
8174DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=573,width=255,height=255]
8175DEBUG: drawing image into target rect: java.awt.Rectangle[x=438,y=828,width=255,height=255]
8176DEBUG: drawing image into target rect: java.awt.Rectangle[x=693,y=-191,width=255,height=254]
8177DEBUG: drawing image into target rect: java.awt.Rectangle[x=693,y=63,width=255,height=255]
8178DEBUG: drawing image into target rect: java.awt.Rectangle[x=693,y=318,width=255,height=255]
8179DEBUG: drawing image into target rect: java.awt.Rectangle[x=693,y=573,width=255,height=255]
8180DEBUG: drawing image into target rect: java.awt.Rectangle[x=693,y=828,width=255,height=255]
8181DEBUG: drawing image into target rect: java.awt.Rectangle[x=948,y=-191,width=255,height=254]
8182DEBUG: drawing image into target rect: java.awt.Rectangle[x=948,y=63,width=255,height=255]
8183DEBUG: drawing image into target rect: java.awt.Rectangle[x=948,y=318,width=255,height=255]
8184DEBUG: drawing image into target rect: java.awt.Rectangle[x=948,y=573,width=255,height=255]
8185DEBUG: drawing image into target rect: java.awt.Rectangle[x=948,y=828,width=255,height=255]
8186DEBUG: drawing image into target rect: java.awt.Rectangle[x=1203,y=-191,width=255,height=254]
8187DEBUG: drawing image into target rect: java.awt.Rectangle[x=1203,y=63,width=255,height=255]
8188DEBUG: drawing image into target rect: java.awt.Rectangle[x=1203,y=318,width=255,height=255]
8189DEBUG: drawing image into target rect: java.awt.Rectangle[x=1203,y=573,width=255,height=255]
8190DEBUG: drawing image into target rect: java.awt.Rectangle[x=1203,y=828,width=255,height=255]
8191DEBUG: drawing image into target rect: java.awt.Rectangle[x=1458,y=-191,width=255,height=254]
8192DEBUG: drawing image into target rect: java.awt.Rectangle[x=1458,y=63,width=255,height=255]
8193DEBUG: drawing image into target rect: java.awt.Rectangle[x=1458,y=318,width=255,height=255]
8194DEBUG: drawing image into target rect: java.awt.Rectangle[x=1458,y=573,width=255,height=255]
8195DEBUG: drawing image into target rect: java.awt.Rectangle[x=1458,y=828,width=255,height=255]
8196DEBUG: still missed 3 in the end
8197DEBUG: missed tile: Tile 12/2021/1401@OpenStreetMap (Mapnik)
8198DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8199DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8200DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8201DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8202DEBUG: missed tile: Tile 12/2022/1401@OpenStreetMap (Mapnik)
8203DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8204DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8205DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8206DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8207DEBUG: missed tile: Tile 12/2023/1401@OpenStreetMap (Mapnik)
8208DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8209DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8210DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8211DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8212DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8213DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8214DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8215DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8216DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8217DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8218DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8219DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8220DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8221DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8222DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8223DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8224DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8225DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8226DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8227DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8228DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8229DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8230DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8231DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8232DEBUG: still missed 3 in the end
8233DEBUG: tileLoadingFinished() tile: Tile 12/2022/1401@OpenStreetMap (Mapnik) success: true
8234DEBUG: tileLoadingFinished() tile: Tile 12/2023/1401@OpenStreetMap (Mapnik) success: true
8235DEBUG: tileLoadingFinished() tile: Tile 12/2021/1401@OpenStreetMap (Mapnik) success: true
8236DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8237DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8238DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8239DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8240DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8241DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8242DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8243DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8244DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8245DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8246DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8247DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8248DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8249DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8250DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8251DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8252DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8253DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8254DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8255DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8256DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8257DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8258DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8259DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8260DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8261DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8262DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8263DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8264DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8265DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8266DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8267DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8268DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8269DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8270DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8271DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8272DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8273DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8274DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8275DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8276DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8277DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8278DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8279DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8280DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8281DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8282DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8283DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8284DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8285DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8286DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8287DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8288DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8289DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8290DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8291DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8292DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8293DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8294DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8295DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8296DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8297DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8298DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8299DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8300DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8301DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8302DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8303DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8304DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8305DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8306DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8307DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8308DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8309DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8310DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8311DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8312DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8313DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8314DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8315DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8316DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8317DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8318DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8319DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8320DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8321DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8322DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8323DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8324DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8325DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8326DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8327DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8328DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8329DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8330DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8331DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8333DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8334DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8335DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8336DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8337DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8338DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8339DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8340DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8341DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8342DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8343DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8344DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8345DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8346DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8347DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8348DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8349DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8350DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8351DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8352DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8353DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8354DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8355DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8356DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8357DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8358DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8359DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8360DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8361DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8362DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8363DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8364DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8365DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8366DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8367DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8368DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8369DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8370DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8371DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8372DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8373DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8374DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8375DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8376DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8377DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8378DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8379DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8380DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8381DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8382DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8383DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8384DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8385DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8386DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8387DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8388DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8389DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8390DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8391DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8392DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8393DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8394DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8395DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8396DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8397DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8398DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8399DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8400DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8401DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8402DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8403DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8404DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8405DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8406DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8407DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8408DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8409DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8410DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8411DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8412DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8413DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8414DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8415DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8416DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8417DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8418DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8419DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8420DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8421DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8422DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8423DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8424DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8425DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8426DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8427DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8428DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8429DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8430DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8431DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8432DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8433DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8434DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8435DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8436DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8437DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8438DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8439DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8440DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8441DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8442DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8443DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8444DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8445DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8446DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8447DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8448DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8449DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8450DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8451DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8452DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8453DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8454DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8455DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8456DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8457DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8458DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8459DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8460DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8461DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8462DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8463DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8464DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8465DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8466DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8467DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8468DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8469DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8470DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8471DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8472DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8473DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8474DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8475DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8476DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8477DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8478DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8479DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8480DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8481DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=-189,width=255,height=254]
8482DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=65,width=255,height=255]
8483DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=320,width=255,height=255]
8484DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=575,width=255,height=255]
8485DEBUG: drawing image into target rect: java.awt.Rectangle[x=-71,y=830,width=255,height=255]
8486DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=-189,width=255,height=254]
8487DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=65,width=255,height=255]
8488DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=320,width=255,height=255]
8489DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=575,width=255,height=255]
8490DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=830,width=255,height=255]
8491DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=-189,width=255,height=254]
8492DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=65,width=255,height=255]
8493DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=320,width=255,height=255]
8494DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=575,width=255,height=255]
8495DEBUG: drawing image into target rect: java.awt.Rectangle[x=439,y=830,width=255,height=255]
8496DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=-189,width=255,height=254]
8497DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=65,width=255,height=255]
8498DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=320,width=255,height=255]
8499DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=575,width=255,height=255]
8500DEBUG: drawing image into target rect: java.awt.Rectangle[x=694,y=830,width=255,height=255]
8501DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=-189,width=255,height=254]
8502DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=65,width=255,height=255]
8503DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=320,width=255,height=255]
8504DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=575,width=255,height=255]
8505DEBUG: drawing image into target rect: java.awt.Rectangle[x=949,y=830,width=255,height=255]
8506DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=-189,width=255,height=254]
8507DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=65,width=255,height=255]
8508DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=320,width=255,height=255]
8509DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=575,width=255,height=255]
8510DEBUG: drawing image into target rect: java.awt.Rectangle[x=1204,y=830,width=255,height=255]
8511DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=-189,width=255,height=254]
8512DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=65,width=255,height=255]
8513DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=320,width=255,height=255]
8514DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=575,width=255,height=255]
8515DEBUG: drawing image into target rect: java.awt.Rectangle[x=1459,y=830,width=255,height=255]
8516DEBUG: zoomChanged(): 11
8517DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
8518DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
8519DEBUG: missed tile: Tile 11/1009/702@OpenStreetMap (Mapnik)
8520DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
8521DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
8522DEBUG: drawing image into target rect: java.awt.Rectangle[x=4,y=588,width=361,height=361]
8523DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
8524DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
8525DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=588,width=360,height=361]
8526DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
8527DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
8528DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=588,width=361,height=361]
8529DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
8530DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
8531DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=588,width=361,height=361]
8532DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
8533DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
8534DEBUG: missed tile: Tile 11/1014/702@OpenStreetMap (Mapnik)
8535DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
8536DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
8537DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8538DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
8539DEBUG: source: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8540border: java.awt.Rectangle[x=4,y=-132,width=361,height=360]
8541intersection: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8542DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8543DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8544DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8545DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
8546DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
8547DEBUG: tileLoadingFinished() tile: Tile 11/1009/702@OpenStreetMap (Mapnik) success: true
8548DEBUG: source: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8549border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8550intersection: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8551DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8552DEBUG: source: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8553border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8554intersection: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8555DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8556DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8557DEBUG: source: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8558border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8559intersection: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8560DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8561DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
8562DEBUG: source: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8563border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8564intersection: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8565DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8566DEBUG: tileLoadingFinished() tile: Tile 11/1014/702@OpenStreetMap (Mapnik) success: true
8567DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8568DEBUG: source: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8569border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8570intersection: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8571DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8572DEBUG: source: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8573border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8574intersection: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8575DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8576DEBUG: source: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8577border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8578intersection: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8579DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8580DEBUG: source: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8581border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8582intersection: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8583DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8584DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8585DEBUG: source: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8586border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8587intersection: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8588DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8589DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
8590DEBUG: source: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8591border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8592intersection: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8593DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8594DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8595DEBUG: source: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8596border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8597intersection: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8598DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8599DEBUG: source: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8600border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8601intersection: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8602DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8603DEBUG: source: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8604border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8605intersection: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8606DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8607DEBUG: source: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8608border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8609intersection: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8610DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8611DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8612DEBUG: source: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8613border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8614intersection: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8615DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8616DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
8617DEBUG: source: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8618border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8619intersection: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8620DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8621DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
8622DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
8623DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8624DEBUG: source: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8625border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8626intersection: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8627DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8628DEBUG: source: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8629border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8630intersection: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8631DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8632DEBUG: source: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8633border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8634intersection: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8635DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8636DEBUG: source: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8637border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8638intersection: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8639DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8640DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8641DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
8642DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
8643DEBUG: still missed 28 in the end
8644DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
8645DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
8646DEBUG: drawing image into target rect: java.awt.Rectangle[x=-356,y=588,width=360,height=361]
8647DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
8648DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
8649DEBUG: drawing image into target rect: java.awt.Rectangle[x=4,y=588,width=361,height=361]
8650DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
8651DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
8652DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=588,width=360,height=361]
8653DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
8654DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
8655DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=588,width=361,height=361]
8656DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
8657DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
8658DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=588,width=361,height=361]
8659DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
8660DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
8661DEBUG: drawing image into target rect: java.awt.Rectangle[x=1447,y=588,width=361,height=361]
8662DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
8663DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
8664DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8665DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
8666DEBUG: source: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8667border: java.awt.Rectangle[x=4,y=-132,width=361,height=360]
8668intersection: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8669DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8670DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8671DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8672DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
8673DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
8674DEBUG: source: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8675border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8676intersection: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8677DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8678DEBUG: source: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8679border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8680intersection: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8681DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8682DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8683DEBUG: source: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8684border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8685intersection: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8686DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8687DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
8688DEBUG: source: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8689border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8690intersection: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8691DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8692DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8693DEBUG: source: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8694border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8695intersection: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8696DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8697DEBUG: source: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8698border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8699intersection: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8700DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8701DEBUG: source: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8702border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8703intersection: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8704DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8705DEBUG: source: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8706border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8707intersection: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8708DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8709DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8710DEBUG: source: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8711border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8712intersection: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8713DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8714DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
8715DEBUG: source: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8716border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8717intersection: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8718DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8719DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8720DEBUG: source: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8721border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8722intersection: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8723DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8724DEBUG: source: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8725border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8726intersection: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8727DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8728DEBUG: source: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8729border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8730intersection: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8731DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8732DEBUG: source: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8733border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8734intersection: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8735DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8736DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8737DEBUG: source: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8738border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8739intersection: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8740DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8741DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
8742DEBUG: source: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8743border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8744intersection: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8745DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8746DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
8747DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
8748DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8749DEBUG: source: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8750border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8751intersection: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8752DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8753DEBUG: source: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8754border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8755intersection: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8756DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8757DEBUG: source: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8758border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8759intersection: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8760DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8761DEBUG: source: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8762border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8763intersection: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8764DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8765DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8766DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
8767DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
8768DEBUG: still missed 26 in the end
8769DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
8770DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
8771DEBUG: drawing image into target rect: java.awt.Rectangle[x=-356,y=588,width=360,height=361]
8772DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
8773DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
8774DEBUG: drawing image into target rect: java.awt.Rectangle[x=4,y=588,width=361,height=361]
8775DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
8776DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
8777DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=588,width=360,height=361]
8778DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
8779DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
8780DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=588,width=361,height=361]
8781DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
8782DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
8783DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=588,width=361,height=361]
8784DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
8785DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
8786DEBUG: drawing image into target rect: java.awt.Rectangle[x=1447,y=588,width=361,height=361]
8787DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
8788DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
8789DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8790DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
8791DEBUG: source: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8792border: java.awt.Rectangle[x=4,y=-132,width=361,height=360]
8793intersection: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8794DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=47,width=181,height=181]
8795DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8796DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8797DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
8798DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
8799DEBUG: source: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8800border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8801intersection: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8802DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=228,width=181,height=180]
8803DEBUG: source: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8804border: java.awt.Rectangle[x=4,y=228,width=361,height=360]
8805intersection: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8806DEBUG: drawing image into target rect: java.awt.Rectangle[x=184,y=408,width=181,height=180]
8807DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8808DEBUG: source: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8809border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8810intersection: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8811DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=47,width=180,height=181]
8812DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
8813DEBUG: source: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8814border: java.awt.Rectangle[x=365,y=-132,width=360,height=360]
8815intersection: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8816DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=47,width=180,height=181]
8817DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8818DEBUG: source: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8819border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8820intersection: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8821DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=228,width=180,height=180]
8822DEBUG: source: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8823border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8824intersection: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8825DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=408,width=180,height=180]
8826DEBUG: source: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8827border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8828intersection: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8829DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=228,width=180,height=180]
8830DEBUG: source: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8831border: java.awt.Rectangle[x=365,y=228,width=360,height=360]
8832intersection: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8833DEBUG: drawing image into target rect: java.awt.Rectangle[x=545,y=408,width=180,height=180]
8834DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8835DEBUG: source: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8836border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8837intersection: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8838DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=47,width=181,height=181]
8839DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
8840DEBUG: source: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8841border: java.awt.Rectangle[x=725,y=-132,width=361,height=360]
8842intersection: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8843DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=47,width=180,height=181]
8844DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8845DEBUG: source: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8846border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8847intersection: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8848DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=228,width=181,height=180]
8849DEBUG: source: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8850border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8851intersection: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8852DEBUG: drawing image into target rect: java.awt.Rectangle[x=725,y=408,width=181,height=180]
8853DEBUG: source: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8854border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8855intersection: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8856DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=228,width=180,height=180]
8857DEBUG: source: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8858border: java.awt.Rectangle[x=725,y=228,width=361,height=360]
8859intersection: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8860DEBUG: drawing image into target rect: java.awt.Rectangle[x=906,y=408,width=180,height=180]
8861DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8862DEBUG: source: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8863border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8864intersection: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8865DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=47,width=181,height=181]
8866DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
8867DEBUG: source: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8868border: java.awt.Rectangle[x=1086,y=-132,width=361,height=360]
8869intersection: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8870DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=47,width=180,height=181]
8871DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
8872DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
8873DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8874DEBUG: source: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8875border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8876intersection: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8877DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=228,width=181,height=180]
8878DEBUG: source: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8879border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8880intersection: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8881DEBUG: drawing image into target rect: java.awt.Rectangle[x=1086,y=408,width=181,height=180]
8882DEBUG: source: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8883border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8884intersection: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8885DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=228,width=180,height=180]
8886DEBUG: source: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8887border: java.awt.Rectangle[x=1086,y=228,width=361,height=360]
8888intersection: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8889DEBUG: drawing image into target rect: java.awt.Rectangle[x=1267,y=408,width=180,height=180]
8890DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
8891DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
8892DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
8893DEBUG: still missed 26 in the end
8894DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
8895DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
8896DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
8897DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
8898DEBUG: missed tile: Tile 11/1009/703@OpenStreetMap (Mapnik)
8899DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
8900DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
8901DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
8902DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
8903DEBUG: missed tile: Tile 11/1010/703@OpenStreetMap (Mapnik)
8904DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
8905DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
8906DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
8907DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
8908DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
8909DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
8910DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
8911DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
8912DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
8913DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
8914DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
8915DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
8916DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
8917DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
8918DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
8919DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
8920DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
8921DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
8922DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
8923DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
8924DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
8925DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
8926DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8927DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
8928DEBUG: source: java.awt.Rectangle[x=365,y=215,width=128,height=128]
8929border: java.awt.Rectangle[x=238,y=87,width=255,height=256]
8930intersection: java.awt.Rectangle[x=365,y=215,width=128,height=128]
8931DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=215,width=128,height=128]
8932DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8933DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
8934DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
8935DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
8936DEBUG: source: java.awt.Rectangle[x=365,y=343,width=128,height=127]
8937border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
8938intersection: java.awt.Rectangle[x=365,y=343,width=128,height=127]
8939DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=343,width=128,height=127]
8940DEBUG: source: java.awt.Rectangle[x=365,y=470,width=128,height=128]
8941border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
8942intersection: java.awt.Rectangle[x=365,y=470,width=128,height=128]
8943DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=470,width=128,height=128]
8944DEBUG: missed tile: Tile 12/2020/1405@OpenStreetMap (Mapnik)
8945DEBUG: missed tile: Tile 12/2020/1406@OpenStreetMap (Mapnik)
8946DEBUG: missed tile: Tile 12/2020/1407@OpenStreetMap (Mapnik)
8947DEBUG: missed tile: Tile 12/2020/1408@OpenStreetMap (Mapnik)
8948DEBUG: source: java.awt.Rectangle[x=365,y=853,width=128,height=127]
8949border: java.awt.Rectangle[x=238,y=853,width=255,height=255]
8950intersection: java.awt.Rectangle[x=365,y=853,width=128,height=127]
8951DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=853,width=128,height=127]
8952DEBUG: source: java.awt.Rectangle[x=365,y=980,width=128,height=128]
8953border: java.awt.Rectangle[x=238,y=853,width=255,height=255]
8954intersection: java.awt.Rectangle[x=365,y=980,width=128,height=128]
8955DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=980,width=128,height=128]
8956DEBUG: missed tile: Tile 12/2021/1408@OpenStreetMap (Mapnik)
8957DEBUG: missed tile: Tile 12/2022/1408@OpenStreetMap (Mapnik)
8958DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
8959DEBUG: source: java.awt.Rectangle[x=493,y=215,width=127,height=128]
8960border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
8961intersection: java.awt.Rectangle[x=493,y=215,width=127,height=128]
8962DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=215,width=127,height=128]
8963DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
8964DEBUG: source: java.awt.Rectangle[x=620,y=215,width=128,height=128]
8965border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
8966intersection: java.awt.Rectangle[x=620,y=215,width=128,height=128]
8967DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=215,width=128,height=128]
8968DEBUG: tileLoadingFinished() tile: Tile 11/1010/703@OpenStreetMap (Mapnik) success: true
8969DEBUG: tileLoadingFinished() tile: Tile 11/1009/703@OpenStreetMap (Mapnik) success: true
8970DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8971DEBUG: source: java.awt.Rectangle[x=493,y=343,width=127,height=127]
8972border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
8973intersection: java.awt.Rectangle[x=493,y=343,width=127,height=127]
8974DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=127,height=127]
8975DEBUG: source: java.awt.Rectangle[x=493,y=470,width=127,height=128]
8976border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
8977intersection: java.awt.Rectangle[x=493,y=470,width=127,height=128]
8978DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=470,width=127,height=128]
8979DEBUG: source: java.awt.Rectangle[x=620,y=343,width=128,height=127]
8980border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
8981intersection: java.awt.Rectangle[x=620,y=343,width=128,height=127]
8982DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=343,width=128,height=127]
8983DEBUG: source: java.awt.Rectangle[x=620,y=470,width=128,height=128]
8984border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
8985intersection: java.awt.Rectangle[x=620,y=470,width=128,height=128]
8986DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=470,width=128,height=128]
8987DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
8988DEBUG: source: java.awt.Rectangle[x=748,y=215,width=127,height=128]
8989border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
8990intersection: java.awt.Rectangle[x=748,y=215,width=127,height=128]
8991DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=215,width=127,height=128]
8992DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
8993DEBUG: source: java.awt.Rectangle[x=875,y=215,width=128,height=128]
8994border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
8995intersection: java.awt.Rectangle[x=875,y=215,width=128,height=128]
8996DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=215,width=128,height=128]
8997DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
8998DEBUG: source: java.awt.Rectangle[x=748,y=343,width=127,height=127]
8999border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9000intersection: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9001DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9002DEBUG: source: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9003border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9004intersection: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9005DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9006DEBUG: source: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9007border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9008intersection: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9009DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9010DEBUG: source: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9011border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9012intersection: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9013DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9014DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9015DEBUG: source: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9016border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9017intersection: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9018DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9019DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
9020DEBUG: source: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9021border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9022intersection: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9023DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9024DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
9025DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
9026DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9027DEBUG: source: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9028border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9029intersection: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9030DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9031DEBUG: source: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9032border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9033intersection: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9034DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9035DEBUG: source: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9036border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9037intersection: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9038DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9039DEBUG: source: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9040border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9041intersection: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9042DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9043DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9044DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
9045DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
9046DEBUG: still missed 39 in the end
9047DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9048DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
9049DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
9050DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9051DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9052DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9053DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
9054DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
9055DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9056DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9057DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9058DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
9059DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
9060DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9061DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9062DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9063DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
9064DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
9065DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9066DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9067DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9068DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
9069DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
9070DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9071DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9072DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9073DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
9074DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
9075DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9076DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9077DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
9078DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
9079DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
9080DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
9081DEBUG: source: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9082border: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9083intersection: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9084DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9085DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9086DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
9087DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
9088DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
9089DEBUG: source: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9090border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9091intersection: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9092DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9093DEBUG: source: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9094border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9095intersection: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9096DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9097DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9098DEBUG: source: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9099border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9100intersection: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9101DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9102DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
9103DEBUG: source: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9104border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9105intersection: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9106DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9107DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9108DEBUG: source: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9109border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9110intersection: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9111DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9112DEBUG: source: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9113border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9114intersection: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9115DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9116DEBUG: source: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9117border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9118intersection: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9119DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9120DEBUG: source: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9121border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9122intersection: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9123DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9124DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9125DEBUG: source: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9126border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9127intersection: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9128DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9129DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
9130DEBUG: source: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9131border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9132intersection: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9133DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9134DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9135DEBUG: source: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9136border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9137intersection: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9138DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9139DEBUG: source: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9140border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9141intersection: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9142DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9143DEBUG: source: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9144border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9145intersection: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9146DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9147DEBUG: source: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9148border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9149intersection: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9150DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9151DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9152DEBUG: source: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9153border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9154intersection: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9155DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9156DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
9157DEBUG: source: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9158border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9159intersection: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9160DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9161DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
9162DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
9163DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9164DEBUG: source: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9165border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9166intersection: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9167DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9168DEBUG: source: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9169border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9170intersection: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9171DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9172DEBUG: source: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9173border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9174intersection: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9175DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9176DEBUG: source: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9177border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9178intersection: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9179DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9180DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9181DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
9182DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
9183DEBUG: still missed 32 in the end
9184ERROR: java.lang.NullPointerException
9185java.lang.NullPointerException
9186 at org.openstreetmap.josm.gui.MapMover.mouseDragged(MapMover.java:140)
9187 at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:320)
9188 at java.awt.Component.processMouseMotionEvent(Component.java:6564)
9189 at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3338)
9190 at java.awt.Component.processEvent(Component.java:6285)
9191 at java.awt.Container.processEvent(Container.java:2229)
9192 at java.awt.Component.dispatchEventImpl(Component.java:4872)
9193 at java.awt.Container.dispatchEventImpl(Container.java:2287)
9194 at java.awt.Component.dispatchEvent(Component.java:4698)
9195 at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
9196 at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4509)
9197 at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
9198 at java.awt.Container.dispatchEventImpl(Container.java:2273)
9199 at java.awt.Window.dispatchEventImpl(Window.java:2719)
9200 at java.awt.Component.dispatchEvent(Component.java:4698)
9201 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
9202 at java.awt.EventQueue.access$200(EventQueue.java:103)
9203 at java.awt.EventQueue$3.run(EventQueue.java:694)
9204 at java.awt.EventQueue$3.run(EventQueue.java:692)
9205 at java.security.AccessController.doPrivileged(Native Method)
9206 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9207 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
9208 at java.awt.EventQueue$4.run(EventQueue.java:708)
9209 at java.awt.EventQueue$4.run(EventQueue.java:706)
9210 at java.security.AccessController.doPrivileged(Native Method)
9211 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9212 at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
9213 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9214 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9215 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
9216 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
9217 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
9218 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
9219DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9220DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
9221DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
9222DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9223DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9224DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9225DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
9226DEBUG: missed tile: Tile 11/1010/701@OpenStreetMap (Mapnik)
9227DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9228DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9229DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9230DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
9231DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
9232DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9233DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9234DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9235DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
9236DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
9237DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9238DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9239DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9240DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
9241DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
9242DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9243DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9244DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9245DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
9246DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
9247DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9248DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9249DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
9250DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
9251DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
9252DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
9253DEBUG: source: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9254border: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9255intersection: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9256DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9257DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9258DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
9259DEBUG: missed tile: Tile 12/2020/1403@OpenStreetMap (Mapnik)
9260DEBUG: missed tile: Tile 12/2020/1404@OpenStreetMap (Mapnik)
9261DEBUG: source: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9262border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9263intersection: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9264DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=343,width=128,height=127]
9265DEBUG: source: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9266border: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9267intersection: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9268DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=470,width=128,height=128]
9269DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9270DEBUG: source: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9271border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9272intersection: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9273DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9274DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
9275DEBUG: source: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9276border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9277intersection: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9278DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9279DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9280DEBUG: source: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9281border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9282intersection: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9283DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9284DEBUG: source: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9285border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9286intersection: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9287DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9288DEBUG: source: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9289border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9290intersection: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9291DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9292DEBUG: source: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9293border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9294intersection: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9295DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9296DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9297DEBUG: source: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9298border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9299intersection: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9300DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9301DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
9302DEBUG: source: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9303border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9304intersection: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9305DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9306DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9307DEBUG: source: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9308border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9309intersection: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9310DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9311DEBUG: source: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9312border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9313intersection: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9314DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9315DEBUG: source: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9316border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9317intersection: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9318DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9319DEBUG: source: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9320border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9321intersection: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9322DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9323DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9324DEBUG: source: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9325border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9326intersection: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9327DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9328DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
9329DEBUG: source: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9330border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9331intersection: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9332DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9333DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
9334DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
9335DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9336DEBUG: source: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9337border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9338intersection: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9339DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9340DEBUG: source: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9341border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9342intersection: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9343DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9344DEBUG: source: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9345border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9346intersection: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9347DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9348DEBUG: source: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9349border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9350intersection: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9351DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9352DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9353DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
9354DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
9355DEBUG: still missed 32 in the end
9356DEBUG: tileLoadingFinished() tile: Tile 11/1010/701@OpenStreetMap (Mapnik) success: true
9357DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9358DEBUG: missed tile: Tile 11/1009/700@OpenStreetMap (Mapnik)
9359DEBUG: missed tile: Tile 11/1009/701@OpenStreetMap (Mapnik)
9360DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9361DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9362DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9363DEBUG: missed tile: Tile 11/1010/700@OpenStreetMap (Mapnik)
9364DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9365DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9366DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9367DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9368DEBUG: missed tile: Tile 11/1011/700@OpenStreetMap (Mapnik)
9369DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
9370DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9371DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9372DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9373DEBUG: missed tile: Tile 11/1012/700@OpenStreetMap (Mapnik)
9374DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
9375DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9376DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9377DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9378DEBUG: missed tile: Tile 11/1013/700@OpenStreetMap (Mapnik)
9379DEBUG: missed tile: Tile 11/1013/701@OpenStreetMap (Mapnik)
9380DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9381DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9382DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9383DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
9384DEBUG: missed tile: Tile 11/1014/701@OpenStreetMap (Mapnik)
9385DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9386DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9387DEBUG: missed tile: Tile 12/2020/1400@OpenStreetMap (Mapnik)
9388DEBUG: missed tile: Tile 12/2020/1401@OpenStreetMap (Mapnik)
9389DEBUG: missed tile: Tile 12/2020/1402@OpenStreetMap (Mapnik)
9390DEBUG: missed tile: Tile 12/2021/1400@OpenStreetMap (Mapnik)
9391DEBUG: source: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9392border: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9393intersection: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9394DEBUG: drawing image into target rect: java.awt.Rectangle[x=365,y=215,width=128,height=128]
9395DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9396DEBUG: missed tile: Tile 12/2022/1400@OpenStreetMap (Mapnik)
9397DEBUG: source: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9398border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9399intersection: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9400DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=215,width=127,height=128]
9401DEBUG: missed tile: Tile 12/2023/1400@OpenStreetMap (Mapnik)
9402DEBUG: source: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9403border: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9404intersection: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9405DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=215,width=128,height=128]
9406DEBUG: tileLoadingFinished() tile: Tile 11/1009/701@OpenStreetMap (Mapnik) success: true
9407DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9408DEBUG: source: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9409border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9410intersection: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9411DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9412DEBUG: source: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9413border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9414intersection: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9415DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9416DEBUG: source: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9417border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9418intersection: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9419DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9420DEBUG: source: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9421border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9422intersection: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9423DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9424DEBUG: missed tile: Tile 12/2024/1400@OpenStreetMap (Mapnik)
9425DEBUG: source: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9426border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9427intersection: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9428DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=215,width=127,height=128]
9429DEBUG: missed tile: Tile 12/2025/1400@OpenStreetMap (Mapnik)
9430DEBUG: tileLoadingFinished() tile: Tile 11/1009/700@OpenStreetMap (Mapnik) success: true
9431DEBUG: source: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9432border: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9433intersection: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9434DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=215,width=128,height=128]
9435DEBUG: tileLoadingFinished() tile: Tile 11/1010/700@OpenStreetMap (Mapnik) success: true
9436DEBUG: tileLoadingFinished() tile: Tile 11/1011/700@OpenStreetMap (Mapnik) success: true
9437DEBUG: tileLoadingFinished() tile: Tile 11/1013/701@OpenStreetMap (Mapnik) success: true
9438DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9439DEBUG: source: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9440border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9441intersection: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9442DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9443DEBUG: source: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9444border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9445intersection: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9446DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9447DEBUG: source: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9448border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9449intersection: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9450DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9451DEBUG: source: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9452border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9453intersection: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9454DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9455DEBUG: missed tile: Tile 12/2026/1400@OpenStreetMap (Mapnik)
9456DEBUG: source: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9457border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9458intersection: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9459DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=215,width=128,height=128]
9460DEBUG: tileLoadingFinished() tile: Tile 11/1014/701@OpenStreetMap (Mapnik) success: true
9461DEBUG: missed tile: Tile 12/2027/1400@OpenStreetMap (Mapnik)
9462DEBUG: tileLoadingFinished() tile: Tile 11/1013/700@OpenStreetMap (Mapnik) success: true
9463DEBUG: source: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9464border: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9465intersection: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9466DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=215,width=127,height=128]
9467DEBUG: missed tile: Tile 12/2028/1400@OpenStreetMap (Mapnik)
9468DEBUG: missed tile: Tile 12/2028/1401@OpenStreetMap (Mapnik)
9469DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9470DEBUG: source: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9471border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9472intersection: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9473DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=128,height=127]
9474DEBUG: source: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9475border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9476intersection: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9477DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=470,width=128,height=128]
9478DEBUG: source: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9479border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9480intersection: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9481DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=343,width=127,height=127]
9482DEBUG: source: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9483border: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9484intersection: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9485DEBUG: drawing image into target rect: java.awt.Rectangle[x=1131,y=470,width=127,height=128]
9486DEBUG: missed tile: Tile 12/2028/1402@OpenStreetMap (Mapnik)
9487DEBUG: missed tile: Tile 12/2028/1403@OpenStreetMap (Mapnik)
9488DEBUG: missed tile: Tile 12/2028/1404@OpenStreetMap (Mapnik)
9489DEBUG: still missed 29 in the end
9490DEBUG: tileLoadingFinished() tile: Tile 11/1012/700@OpenStreetMap (Mapnik) success: true
9491DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9492DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9493DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9494DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9495DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9496DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9497DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9498DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9499DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9500DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9501DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9502DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9503DEBUG: missed tile: Tile 11/1011/701@OpenStreetMap (Mapnik)
9504DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9505DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9506DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9507DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9508DEBUG: missed tile: Tile 11/1012/701@OpenStreetMap (Mapnik)
9509DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9510DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9511DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9512DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9513DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9514DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9515DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9516DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9517DEBUG: missed tile: Tile 11/1014/700@OpenStreetMap (Mapnik)
9518DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9519DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9520DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9521DEBUG: source: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9522border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9523intersection: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9524DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=127,height=127]
9525DEBUG: source: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9526border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9527intersection: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9528DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=470,width=127,height=128]
9529DEBUG: source: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9530border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9531intersection: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9532DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=343,width=128,height=127]
9533DEBUG: source: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9534border: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9535intersection: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9536DEBUG: drawing image into target rect: java.awt.Rectangle[x=620,y=470,width=128,height=128]
9537DEBUG: source: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9538border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9539intersection: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9540DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=127,height=127]
9541DEBUG: source: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9542border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9543intersection: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9544DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=470,width=127,height=128]
9545DEBUG: source: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9546border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9547intersection: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9548DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=343,width=128,height=127]
9549DEBUG: source: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9550border: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9551intersection: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9552DEBUG: drawing image into target rect: java.awt.Rectangle[x=875,y=470,width=128,height=128]
9553DEBUG: still missed 7 in the end
9554DEBUG: tileLoadingFinished() tile: Tile 11/1012/701@OpenStreetMap (Mapnik) success: true
9555DEBUG: tileLoadingFinished() tile: Tile 11/1011/701@OpenStreetMap (Mapnik) success: true
9556DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9557DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9558DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9559DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9560DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9561DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9562DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9563DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9564DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9565DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9566DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9567DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9568DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9569DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9570DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9571DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9572DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9573DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9574DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9575DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9576DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9577DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9578DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9579DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9580DEBUG: tileLoadingFinished() tile: Tile 11/1014/700@OpenStreetMap (Mapnik) success: true
9581DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9582DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9583DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9584DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9585DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9586DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9587DEBUG: still missed 6 in the end
9588DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9589DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9590DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9591DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9592DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9593DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9594DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9595DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9596DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9597DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9598DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9599DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9600DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9601DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9602DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9603DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9604DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9605DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9606DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9607DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9608DEBUG: missed tile: Tile 11/1013/699@OpenStreetMap (Mapnik)
9609DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9610DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9611DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9612DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9613DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9614DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9615DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9616DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9617DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9618DEBUG: still missed 6 in the end
9619DEBUG: tileLoadingFinished() tile: Tile 11/1013/699@OpenStreetMap (Mapnik) success: true
9620DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9621DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9622DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9623DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9624DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9625DEBUG: missed tile: Tile 11/1010/699@OpenStreetMap (Mapnik)
9626DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9627DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9628DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9629DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9630DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9631DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9632DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9633DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9634DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9635DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9636DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9637DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9638DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9639DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9640DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=-167,width=255,height=254]
9641DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9642DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9643DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9644DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9645DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9646DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9647DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9648DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9649DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9650DEBUG: still missed 5 in the end
9651WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
9652java.lang.reflect.InvocationTargetException
9653 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
9654 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
9655 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
9656 at java.lang.Thread.run(Thread.java:745)
9657Caused by: java.lang.NullPointerException
9658 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
9659 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
9660 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
9661 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
9662 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
9663 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
9664 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
9665 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
9666 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
9667 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
9668 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
9669 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
9670 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
9671 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
9672 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9673 at java.awt.EventQueue.access$200(EventQueue.java:103)
9674 at java.awt.EventQueue$3.run(EventQueue.java:694)
9675 at java.awt.EventQueue$3.run(EventQueue.java:692)
9676 at java.security.AccessController.doPrivileged(Native Method)
9677 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9678 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9679 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9680 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9681 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
9682 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
9683 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
9684 at java.security.AccessController.doPrivileged(Native Method)
9685 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
9686 at java.awt.Dialog.show(Dialog.java:1082)
9687 at java.awt.Component.show(Component.java:1655)
9688 at java.awt.Component.setVisible(Component.java:1607)
9689 at java.awt.Window.setVisible(Window.java:1014)
9690 at java.awt.Dialog.setVisible(Dialog.java:1005)
9691 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
9692 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
9693 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
9694 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
9695 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9696 at java.awt.EventQueue.access$200(EventQueue.java:103)
9697 at java.awt.EventQueue$3.run(EventQueue.java:694)
9698 at java.awt.EventQueue$3.run(EventQueue.java:692)
9699 at java.security.AccessController.doPrivileged(Native Method)
9700 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9701 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9702 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9703 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9704 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
9705 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
9706 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
9707 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
9708DEBUG: tileLoadingFinished() tile: Tile 11/1010/699@OpenStreetMap (Mapnik) success: true
9709DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9710DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9711DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9712DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9713DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9714DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=-167,width=255,height=254]
9715DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9716DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9717DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9718DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9719DEBUG: missed tile: Tile 11/1011/699@OpenStreetMap (Mapnik)
9720DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9721DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9722DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9723DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9724DEBUG: missed tile: Tile 11/1012/699@OpenStreetMap (Mapnik)
9725DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9726DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9727DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9728DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9729DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=-167,width=255,height=254]
9730DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9731DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9732DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9733DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9734DEBUG: missed tile: Tile 11/1014/699@OpenStreetMap (Mapnik)
9735DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9736DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9737DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9738DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9739DEBUG: still missed 4 in the end
9740DEBUG: tileLoadingFinished() tile: Tile 11/1014/699@OpenStreetMap (Mapnik) success: true
9741DEBUG: tileLoadingFinished() tile: Tile 11/1011/699@OpenStreetMap (Mapnik) success: true
9742DEBUG: tileLoadingFinished() tile: Tile 11/1012/699@OpenStreetMap (Mapnik) success: true
9743DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9744DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9745DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9746DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9747DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9748DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=-167,width=255,height=254]
9749DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9750DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9751DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9752DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9753DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=-167,width=255,height=254]
9754DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9755DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9756DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9757DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9758DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=-167,width=255,height=254]
9759DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9760DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9761DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9762DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9763DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=-167,width=255,height=254]
9764DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9765DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9766DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9767DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9768DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=-167,width=255,height=254]
9769DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9770DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9771DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9772DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9773DEBUG: still missed 1 in the end
9774DEBUG: missed tile: Tile 11/1009/699@OpenStreetMap (Mapnik)
9775DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9776DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9777DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9778DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9779DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=-167,width=255,height=254]
9780DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9781DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9782DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9783DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9784DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=-167,width=255,height=254]
9785DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9786DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9787DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9788DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9789DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=-167,width=255,height=254]
9790DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9791DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9792DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9793DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9794DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=-167,width=255,height=254]
9795DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9796DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9797DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9798DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9799DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=-167,width=255,height=254]
9800DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9801DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9802DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9803DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9804DEBUG: still missed 1 in the end
9805DEBUG: tileLoadingFinished() tile: Tile 11/1009/699@OpenStreetMap (Mapnik) success: true
9806DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=-167,width=254,height=254]
9807DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=87,width=254,height=256]
9808DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=343,width=254,height=255]
9809DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=598,width=254,height=255]
9810DEBUG: drawing image into target rect: java.awt.Rectangle[x=-16,y=853,width=254,height=255]
9811DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=-167,width=255,height=254]
9812DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=87,width=255,height=256]
9813DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=343,width=255,height=255]
9814DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=598,width=255,height=255]
9815DEBUG: drawing image into target rect: java.awt.Rectangle[x=238,y=853,width=255,height=255]
9816DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=-167,width=255,height=254]
9817DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=87,width=255,height=256]
9818DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=343,width=255,height=255]
9819DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=598,width=255,height=255]
9820DEBUG: drawing image into target rect: java.awt.Rectangle[x=493,y=853,width=255,height=255]
9821DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=-167,width=255,height=254]
9822DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=87,width=255,height=256]
9823DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=343,width=255,height=255]
9824DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=598,width=255,height=255]
9825DEBUG: drawing image into target rect: java.awt.Rectangle[x=748,y=853,width=255,height=255]
9826DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=-167,width=255,height=254]
9827DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=87,width=255,height=256]
9828DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=343,width=255,height=255]
9829DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=598,width=255,height=255]
9830DEBUG: drawing image into target rect: java.awt.Rectangle[x=1003,y=853,width=255,height=255]
9831DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=-167,width=255,height=254]
9832DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=87,width=255,height=256]
9833DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=343,width=255,height=255]
9834DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=598,width=255,height=255]
9835DEBUG: drawing image into target rect: java.awt.Rectangle[x=1258,y=853,width=255,height=255]
9836WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
9837java.lang.reflect.InvocationTargetException
9838 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
9839 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
9840 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
9841 at java.lang.Thread.run(Thread.java:745)
9842Caused by: java.lang.NullPointerException
9843 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
9844 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
9845 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
9846 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
9847 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
9848 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
9849 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
9850 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
9851 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
9852 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
9853 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
9854 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
9855 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
9856 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
9857 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9858 at java.awt.EventQueue.access$200(EventQueue.java:103)
9859 at java.awt.EventQueue$3.run(EventQueue.java:694)
9860 at java.awt.EventQueue$3.run(EventQueue.java:692)
9861 at java.security.AccessController.doPrivileged(Native Method)
9862 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9863 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9864 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9865 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9866 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
9867 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
9868 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
9869 at java.security.AccessController.doPrivileged(Native Method)
9870 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
9871 at java.awt.Dialog.show(Dialog.java:1082)
9872 at java.awt.Component.show(Component.java:1655)
9873 at java.awt.Component.setVisible(Component.java:1607)
9874 at java.awt.Window.setVisible(Window.java:1014)
9875 at java.awt.Dialog.setVisible(Dialog.java:1005)
9876 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
9877 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
9878 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
9879 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
9880 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9881 at java.awt.EventQueue.access$200(EventQueue.java:103)
9882 at java.awt.EventQueue$3.run(EventQueue.java:694)
9883 at java.awt.EventQueue$3.run(EventQueue.java:692)
9884 at java.security.AccessController.doPrivileged(Native Method)
9885 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9886 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9887 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9888 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9889 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
9890 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
9891 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
9892 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
9893WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
9894java.lang.reflect.InvocationTargetException
9895 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
9896 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
9897 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
9898 at java.lang.Thread.run(Thread.java:745)
9899Caused by: java.lang.NullPointerException
9900 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
9901 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
9902 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
9903 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
9904 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
9905 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
9906 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
9907 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
9908 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
9909 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
9910 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
9911 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
9912 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
9913 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
9914 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9915 at java.awt.EventQueue.access$200(EventQueue.java:103)
9916 at java.awt.EventQueue$3.run(EventQueue.java:694)
9917 at java.awt.EventQueue$3.run(EventQueue.java:692)
9918 at java.security.AccessController.doPrivileged(Native Method)
9919 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9920 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9921 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9922 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9923 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
9924 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
9925 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
9926 at java.security.AccessController.doPrivileged(Native Method)
9927 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
9928 at java.awt.Dialog.show(Dialog.java:1082)
9929 at java.awt.Component.show(Component.java:1655)
9930 at java.awt.Component.setVisible(Component.java:1607)
9931 at java.awt.Window.setVisible(Window.java:1014)
9932 at java.awt.Dialog.setVisible(Dialog.java:1005)
9933 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
9934 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
9935 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
9936 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
9937 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9938 at java.awt.EventQueue.access$200(EventQueue.java:103)
9939 at java.awt.EventQueue$3.run(EventQueue.java:694)
9940 at java.awt.EventQueue$3.run(EventQueue.java:692)
9941 at java.security.AccessController.doPrivileged(Native Method)
9942 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9943 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9944 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9945 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9946 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
9947 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
9948 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
9949 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
9950WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
9951java.lang.reflect.InvocationTargetException
9952 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
9953 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
9954 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
9955 at java.lang.Thread.run(Thread.java:745)
9956Caused by: java.lang.NullPointerException
9957 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
9958 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
9959 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
9960 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
9961 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
9962 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
9963 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
9964 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
9965 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
9966 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
9967 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
9968 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
9969 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
9970 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
9971 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9972 at java.awt.EventQueue.access$200(EventQueue.java:103)
9973 at java.awt.EventQueue$3.run(EventQueue.java:694)
9974 at java.awt.EventQueue$3.run(EventQueue.java:692)
9975 at java.security.AccessController.doPrivileged(Native Method)
9976 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
9977 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
9978 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
9979 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
9980 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
9981 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
9982 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
9983 at java.security.AccessController.doPrivileged(Native Method)
9984 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
9985 at java.awt.Dialog.show(Dialog.java:1082)
9986 at java.awt.Component.show(Component.java:1655)
9987 at java.awt.Component.setVisible(Component.java:1607)
9988 at java.awt.Window.setVisible(Window.java:1014)
9989 at java.awt.Dialog.setVisible(Dialog.java:1005)
9990 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
9991 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
9992 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
9993 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
9994 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
9995 at java.awt.EventQueue.access$200(EventQueue.java:103)
9996 at java.awt.EventQueue$3.run(EventQueue.java:694)
9997 at java.awt.EventQueue$3.run(EventQueue.java:692)
9998 at java.security.AccessController.doPrivileged(Native Method)
9999 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10000 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10001 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10002 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10003 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10004 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10005 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10006 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10007WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10008java.lang.reflect.InvocationTargetException
10009 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10010 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10011 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10012 at java.lang.Thread.run(Thread.java:745)
10013Caused by: java.lang.NullPointerException
10014 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10015 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10016 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10017 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10018 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10019 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10020 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10021 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10022 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10023 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10024 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10025 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10026 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10027 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10028 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10029 at java.awt.EventQueue.access$200(EventQueue.java:103)
10030 at java.awt.EventQueue$3.run(EventQueue.java:694)
10031 at java.awt.EventQueue$3.run(EventQueue.java:692)
10032 at java.security.AccessController.doPrivileged(Native Method)
10033 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10034 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10035 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10036 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10037 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10038 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10039 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10040 at java.security.AccessController.doPrivileged(Native Method)
10041 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10042 at java.awt.Dialog.show(Dialog.java:1082)
10043 at java.awt.Component.show(Component.java:1655)
10044 at java.awt.Component.setVisible(Component.java:1607)
10045 at java.awt.Window.setVisible(Window.java:1014)
10046 at java.awt.Dialog.setVisible(Dialog.java:1005)
10047 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10048 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10049 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10050 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10051 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10052 at java.awt.EventQueue.access$200(EventQueue.java:103)
10053 at java.awt.EventQueue$3.run(EventQueue.java:694)
10054 at java.awt.EventQueue$3.run(EventQueue.java:692)
10055 at java.security.AccessController.doPrivileged(Native Method)
10056 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10057 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10058 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10059 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10060 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10061 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10062 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10063 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10064WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10065java.lang.reflect.InvocationTargetException
10066 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10067 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10068 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10069 at java.lang.Thread.run(Thread.java:745)
10070Caused by: java.lang.NullPointerException
10071 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10072 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10073 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10074 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10075 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10076 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10077 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10078 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10079 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10080 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10081 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10082 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10083 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10084 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10085 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10086 at java.awt.EventQueue.access$200(EventQueue.java:103)
10087 at java.awt.EventQueue$3.run(EventQueue.java:694)
10088 at java.awt.EventQueue$3.run(EventQueue.java:692)
10089 at java.security.AccessController.doPrivileged(Native Method)
10090 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10091 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10092 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10093 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10094 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10095 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10096 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10097 at java.security.AccessController.doPrivileged(Native Method)
10098 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10099 at java.awt.Dialog.show(Dialog.java:1082)
10100 at java.awt.Component.show(Component.java:1655)
10101 at java.awt.Component.setVisible(Component.java:1607)
10102 at java.awt.Window.setVisible(Window.java:1014)
10103 at java.awt.Dialog.setVisible(Dialog.java:1005)
10104 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10105 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10106 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10107 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10108 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10109 at java.awt.EventQueue.access$200(EventQueue.java:103)
10110 at java.awt.EventQueue$3.run(EventQueue.java:694)
10111 at java.awt.EventQueue$3.run(EventQueue.java:692)
10112 at java.security.AccessController.doPrivileged(Native Method)
10113 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10114 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10115 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10116 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10117 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10118 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10119 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10120 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10121WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10122java.lang.reflect.InvocationTargetException
10123 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10124 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10125 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10126 at java.lang.Thread.run(Thread.java:745)
10127Caused by: java.lang.NullPointerException
10128 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10129 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10130 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10131 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10132 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10133 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10134 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10135 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10136 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10137 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10138 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10139 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10140 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10141 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10142 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10143 at java.awt.EventQueue.access$200(EventQueue.java:103)
10144 at java.awt.EventQueue$3.run(EventQueue.java:694)
10145 at java.awt.EventQueue$3.run(EventQueue.java:692)
10146 at java.security.AccessController.doPrivileged(Native Method)
10147 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10148 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10149 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10150 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10151 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10152 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10153 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10154 at java.security.AccessController.doPrivileged(Native Method)
10155 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10156 at java.awt.Dialog.show(Dialog.java:1082)
10157 at java.awt.Component.show(Component.java:1655)
10158 at java.awt.Component.setVisible(Component.java:1607)
10159 at java.awt.Window.setVisible(Window.java:1014)
10160 at java.awt.Dialog.setVisible(Dialog.java:1005)
10161 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10162 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10163 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10164 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10165 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10166 at java.awt.EventQueue.access$200(EventQueue.java:103)
10167 at java.awt.EventQueue$3.run(EventQueue.java:694)
10168 at java.awt.EventQueue$3.run(EventQueue.java:692)
10169 at java.security.AccessController.doPrivileged(Native Method)
10170 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10171 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10172 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10173 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10174 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10175 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10176 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10177 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10178WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10179java.lang.reflect.InvocationTargetException
10180 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10181 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10182 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10183 at java.lang.Thread.run(Thread.java:745)
10184Caused by: java.lang.NullPointerException
10185 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10186 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10187 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10188 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10189 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10190 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10191 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10192 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10193 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10194 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10195 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10196 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10197 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10198 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10199 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10200 at java.awt.EventQueue.access$200(EventQueue.java:103)
10201 at java.awt.EventQueue$3.run(EventQueue.java:694)
10202 at java.awt.EventQueue$3.run(EventQueue.java:692)
10203 at java.security.AccessController.doPrivileged(Native Method)
10204 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10205 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10206 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10207 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10208 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10209 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10210 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10211 at java.security.AccessController.doPrivileged(Native Method)
10212 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10213 at java.awt.Dialog.show(Dialog.java:1082)
10214 at java.awt.Component.show(Component.java:1655)
10215 at java.awt.Component.setVisible(Component.java:1607)
10216 at java.awt.Window.setVisible(Window.java:1014)
10217 at java.awt.Dialog.setVisible(Dialog.java:1005)
10218 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10219 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10220 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10221 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10222 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10223 at java.awt.EventQueue.access$200(EventQueue.java:103)
10224 at java.awt.EventQueue$3.run(EventQueue.java:694)
10225 at java.awt.EventQueue$3.run(EventQueue.java:692)
10226 at java.security.AccessController.doPrivileged(Native Method)
10227 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10228 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10229 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10230 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10231 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10232 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10233 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10234 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10235WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10236java.lang.reflect.InvocationTargetException
10237 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10238 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10239 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10240 at java.lang.Thread.run(Thread.java:745)
10241Caused by: java.lang.NullPointerException
10242 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10243 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10244 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10245 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10246 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10247 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10248 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10249 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10250 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10251 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10252 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10253 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10254 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10255 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10256 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10257 at java.awt.EventQueue.access$200(EventQueue.java:103)
10258 at java.awt.EventQueue$3.run(EventQueue.java:694)
10259 at java.awt.EventQueue$3.run(EventQueue.java:692)
10260 at java.security.AccessController.doPrivileged(Native Method)
10261 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10262 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10263 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10264 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10265 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10266 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10267 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10268 at java.security.AccessController.doPrivileged(Native Method)
10269 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10270 at java.awt.Dialog.show(Dialog.java:1082)
10271 at java.awt.Component.show(Component.java:1655)
10272 at java.awt.Component.setVisible(Component.java:1607)
10273 at java.awt.Window.setVisible(Window.java:1014)
10274 at java.awt.Dialog.setVisible(Dialog.java:1005)
10275 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10276 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10277 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10278 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10279 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10280 at java.awt.EventQueue.access$200(EventQueue.java:103)
10281 at java.awt.EventQueue$3.run(EventQueue.java:694)
10282 at java.awt.EventQueue$3.run(EventQueue.java:692)
10283 at java.security.AccessController.doPrivileged(Native Method)
10284 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10285 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10286 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10287 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10288 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10289 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10290 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10291 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10292WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10293java.lang.reflect.InvocationTargetException
10294 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10295 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10296 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10297 at java.lang.Thread.run(Thread.java:745)
10298Caused by: java.lang.NullPointerException
10299 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10300 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10301 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10302 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10303 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10304 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10305 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10306 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10307 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10308 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10309 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10310 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10311 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10312 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10313 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10314 at java.awt.EventQueue.access$200(EventQueue.java:103)
10315 at java.awt.EventQueue$3.run(EventQueue.java:694)
10316 at java.awt.EventQueue$3.run(EventQueue.java:692)
10317 at java.security.AccessController.doPrivileged(Native Method)
10318 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10319 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10320 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10321 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10322 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10323 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10324 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10325 at java.security.AccessController.doPrivileged(Native Method)
10326 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10327 at java.awt.Dialog.show(Dialog.java:1082)
10328 at java.awt.Component.show(Component.java:1655)
10329 at java.awt.Component.setVisible(Component.java:1607)
10330 at java.awt.Window.setVisible(Window.java:1014)
10331 at java.awt.Dialog.setVisible(Dialog.java:1005)
10332 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10333 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10334 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10335 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10336 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10337 at java.awt.EventQueue.access$200(EventQueue.java:103)
10338 at java.awt.EventQueue$3.run(EventQueue.java:694)
10339 at java.awt.EventQueue$3.run(EventQueue.java:692)
10340 at java.security.AccessController.doPrivileged(Native Method)
10341 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10342 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10343 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10344 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10345 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10346 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10347 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10348 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10349WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10350java.lang.reflect.InvocationTargetException
10351 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10352 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10353 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10354 at java.lang.Thread.run(Thread.java:745)
10355Caused by: java.lang.NullPointerException
10356 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10357 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10358 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10359 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10360 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10361 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10362 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10363 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10364 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10365 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10366 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10367 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10368 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10369 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10370 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10371 at java.awt.EventQueue.access$200(EventQueue.java:103)
10372 at java.awt.EventQueue$3.run(EventQueue.java:694)
10373 at java.awt.EventQueue$3.run(EventQueue.java:692)
10374 at java.security.AccessController.doPrivileged(Native Method)
10375 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10376 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10377 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10378 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10379 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10380 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10381 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10382 at java.security.AccessController.doPrivileged(Native Method)
10383 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10384 at java.awt.Dialog.show(Dialog.java:1082)
10385 at java.awt.Component.show(Component.java:1655)
10386 at java.awt.Component.setVisible(Component.java:1607)
10387 at java.awt.Window.setVisible(Window.java:1014)
10388 at java.awt.Dialog.setVisible(Dialog.java:1005)
10389 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10390 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10391 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10392 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10393 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10394 at java.awt.EventQueue.access$200(EventQueue.java:103)
10395 at java.awt.EventQueue$3.run(EventQueue.java:694)
10396 at java.awt.EventQueue$3.run(EventQueue.java:692)
10397 at java.security.AccessController.doPrivileged(Native Method)
10398 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10399 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10400 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10401 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10402 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10403 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10404 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10405 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10406WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10407java.lang.reflect.InvocationTargetException
10408 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10409 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10410 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10411 at java.lang.Thread.run(Thread.java:745)
10412Caused by: java.lang.NullPointerException
10413 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10414 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10415 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10416 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10417 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10418 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10419 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10420 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10421 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10422 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10423 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10424 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10425 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10426 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10427 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10428 at java.awt.EventQueue.access$200(EventQueue.java:103)
10429 at java.awt.EventQueue$3.run(EventQueue.java:694)
10430 at java.awt.EventQueue$3.run(EventQueue.java:692)
10431 at java.security.AccessController.doPrivileged(Native Method)
10432 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10433 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10434 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10435 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10436 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10437 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10438 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10439 at java.security.AccessController.doPrivileged(Native Method)
10440 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10441 at java.awt.Dialog.show(Dialog.java:1082)
10442 at java.awt.Component.show(Component.java:1655)
10443 at java.awt.Component.setVisible(Component.java:1607)
10444 at java.awt.Window.setVisible(Window.java:1014)
10445 at java.awt.Dialog.setVisible(Dialog.java:1005)
10446 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10447 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10448 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10449 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10450 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10451 at java.awt.EventQueue.access$200(EventQueue.java:103)
10452 at java.awt.EventQueue$3.run(EventQueue.java:694)
10453 at java.awt.EventQueue$3.run(EventQueue.java:692)
10454 at java.security.AccessController.doPrivileged(Native Method)
10455 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10456 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10457 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10458 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10459 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10460 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10461 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10462 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10463WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10464java.lang.reflect.InvocationTargetException
10465 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10466 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10467 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10468 at java.lang.Thread.run(Thread.java:745)
10469Caused by: java.lang.NullPointerException
10470 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10471 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10472 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10473 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10474 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10475 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10476 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10477 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10478 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10479 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10480 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10481 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10482 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10483 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10484 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10485 at java.awt.EventQueue.access$200(EventQueue.java:103)
10486 at java.awt.EventQueue$3.run(EventQueue.java:694)
10487 at java.awt.EventQueue$3.run(EventQueue.java:692)
10488 at java.security.AccessController.doPrivileged(Native Method)
10489 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10490 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10491 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10492 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10493 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10494 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10495 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10496 at java.security.AccessController.doPrivileged(Native Method)
10497 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10498 at java.awt.Dialog.show(Dialog.java:1082)
10499 at java.awt.Component.show(Component.java:1655)
10500 at java.awt.Component.setVisible(Component.java:1607)
10501 at java.awt.Window.setVisible(Window.java:1014)
10502 at java.awt.Dialog.setVisible(Dialog.java:1005)
10503 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10504 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10505 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10506 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10507 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10508 at java.awt.EventQueue.access$200(EventQueue.java:103)
10509 at java.awt.EventQueue$3.run(EventQueue.java:694)
10510 at java.awt.EventQueue$3.run(EventQueue.java:692)
10511 at java.security.AccessController.doPrivileged(Native Method)
10512 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10513 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10514 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10515 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10516 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10517 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10518 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10519 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10520WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10521java.lang.reflect.InvocationTargetException
10522 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10523 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10524 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10525 at java.lang.Thread.run(Thread.java:745)
10526Caused by: java.lang.NullPointerException
10527 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10528 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10529 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10530 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10531 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10532 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10533 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10534 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10535 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10536 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10537 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10538 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10539 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10540 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10541 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10542 at java.awt.EventQueue.access$200(EventQueue.java:103)
10543 at java.awt.EventQueue$3.run(EventQueue.java:694)
10544 at java.awt.EventQueue$3.run(EventQueue.java:692)
10545 at java.security.AccessController.doPrivileged(Native Method)
10546 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10547 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10548 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10549 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10550 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10551 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10552 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10553 at java.security.AccessController.doPrivileged(Native Method)
10554 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10555 at java.awt.Dialog.show(Dialog.java:1082)
10556 at java.awt.Component.show(Component.java:1655)
10557 at java.awt.Component.setVisible(Component.java:1607)
10558 at java.awt.Window.setVisible(Window.java:1014)
10559 at java.awt.Dialog.setVisible(Dialog.java:1005)
10560 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10561 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10562 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10563 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10564 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10565 at java.awt.EventQueue.access$200(EventQueue.java:103)
10566 at java.awt.EventQueue$3.run(EventQueue.java:694)
10567 at java.awt.EventQueue$3.run(EventQueue.java:692)
10568 at java.security.AccessController.doPrivileged(Native Method)
10569 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10570 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10571 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10572 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10573 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10574 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10575 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10576 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10577WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10578java.lang.reflect.InvocationTargetException
10579 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10580 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10581 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10582 at java.lang.Thread.run(Thread.java:745)
10583Caused by: java.lang.NullPointerException
10584 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10585 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10586 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10587 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10588 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10589 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10590 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10591 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10592 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10593 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10594 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10595 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10596 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10597 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10598 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10599 at java.awt.EventQueue.access$200(EventQueue.java:103)
10600 at java.awt.EventQueue$3.run(EventQueue.java:694)
10601 at java.awt.EventQueue$3.run(EventQueue.java:692)
10602 at java.security.AccessController.doPrivileged(Native Method)
10603 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10604 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10605 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10606 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10607 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10608 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10609 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10610 at java.security.AccessController.doPrivileged(Native Method)
10611 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10612 at java.awt.Dialog.show(Dialog.java:1082)
10613 at java.awt.Component.show(Component.java:1655)
10614 at java.awt.Component.setVisible(Component.java:1607)
10615 at java.awt.Window.setVisible(Window.java:1014)
10616 at java.awt.Dialog.setVisible(Dialog.java:1005)
10617 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10618 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10619 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10620 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10621 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10622 at java.awt.EventQueue.access$200(EventQueue.java:103)
10623 at java.awt.EventQueue$3.run(EventQueue.java:694)
10624 at java.awt.EventQueue$3.run(EventQueue.java:692)
10625 at java.security.AccessController.doPrivileged(Native Method)
10626 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10627 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10628 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10629 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10630 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10631 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10632 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10633 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10634WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10635java.lang.reflect.InvocationTargetException
10636 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10637 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10638 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10639 at java.lang.Thread.run(Thread.java:745)
10640Caused by: java.lang.NullPointerException
10641 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10642 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10643 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10644 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10645 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10646 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10647 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10648 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10649 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10650 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10651 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10652 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10653 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10654 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10655 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10656 at java.awt.EventQueue.access$200(EventQueue.java:103)
10657 at java.awt.EventQueue$3.run(EventQueue.java:694)
10658 at java.awt.EventQueue$3.run(EventQueue.java:692)
10659 at java.security.AccessController.doPrivileged(Native Method)
10660 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10661 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10662 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10663 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10664 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10665 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10666 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10667 at java.security.AccessController.doPrivileged(Native Method)
10668 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10669 at java.awt.Dialog.show(Dialog.java:1082)
10670 at java.awt.Component.show(Component.java:1655)
10671 at java.awt.Component.setVisible(Component.java:1607)
10672 at java.awt.Window.setVisible(Window.java:1014)
10673 at java.awt.Dialog.setVisible(Dialog.java:1005)
10674 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10675 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10676 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10677 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10678 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10679 at java.awt.EventQueue.access$200(EventQueue.java:103)
10680 at java.awt.EventQueue$3.run(EventQueue.java:694)
10681 at java.awt.EventQueue$3.run(EventQueue.java:692)
10682 at java.security.AccessController.doPrivileged(Native Method)
10683 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10684 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10685 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10686 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10687 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10688 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10689 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10690 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
10691WARNING: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException
10692java.lang.reflect.InvocationTargetException
10693 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1276)
10694 at java.awt.EventQueue.invokeAndWait(EventQueue.java:1251)
10695 at org.openstreetmap.josm.gui.MapStatus$Collector.run(MapStatus.java:281)
10696 at java.lang.Thread.run(Thread.java:745)
10697Caused by: java.lang.NullPointerException
10698 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:77)
10699 at org.openstreetmap.josm.data.osm.Storage$PrimitiveIdHash.getHashCode(Storage.java:1)
10700 at org.openstreetmap.josm.data.osm.Storage.getBucket(Storage.java:282)
10701 at org.openstreetmap.josm.data.osm.Storage.access$0(Storage.java:280)
10702 at org.openstreetmap.josm.data.osm.Storage$FMap.get(Storage.java:407)
10703 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveById(DataSet.java:949)
10704 at org.openstreetmap.josm.data.osm.DataSet.getPrimitiveByIdChecked(DataSet.java:958)
10705 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:801)
10706 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:776)
10707 at org.openstreetmap.josm.data.osm.DataSet.addSelected(DataSet.java:786)
10708 at org.openstreetmap.josm.gui.MapStatus$Collector.popupCycleSelection(MapStatus.java:478)
10709 at org.openstreetmap.josm.gui.MapStatus$Collector.access$4(MapStatus.java:451)
10710 at org.openstreetmap.josm.gui.MapStatus$Collector$1.run(MapStatus.java:351)
10711 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302)
10712 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10713 at java.awt.EventQueue.access$200(EventQueue.java:103)
10714 at java.awt.EventQueue$3.run(EventQueue.java:694)
10715 at java.awt.EventQueue$3.run(EventQueue.java:692)
10716 at java.security.AccessController.doPrivileged(Native Method)
10717 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10718 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10719 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10720 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10721 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)
10722 at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:182)
10723 at java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:221)
10724 at java.security.AccessController.doPrivileged(Native Method)
10725 at java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)
10726 at java.awt.Dialog.show(Dialog.java:1082)
10727 at java.awt.Component.show(Component.java:1655)
10728 at java.awt.Component.setVisible(Component.java:1607)
10729 at java.awt.Window.setVisible(Window.java:1014)
10730 at java.awt.Dialog.setVisible(Dialog.java:1005)
10731 at org.openstreetmap.josm.gui.ExtendedDialog.setVisible(ExtendedDialog.java:492)
10732 at org.openstreetmap.josm.gui.ExtendedDialog.showDialog(ExtendedDialog.java:288)
10733 at org.openstreetmap.josm.tools.BugReportExceptionHandler$BugReporterThread$1.run(BugReportExceptionHandler.java:109)
10734 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
10735 at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
10736 at java.awt.EventQueue.access$200(EventQueue.java:103)
10737 at java.awt.EventQueue$3.run(EventQueue.java:694)
10738 at java.awt.EventQueue$3.run(EventQueue.java:692)
10739 at java.security.AccessController.doPrivileged(Native Method)
10740 at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
10741 at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
10742 at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
10743 at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
10744 at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
10745 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
10746 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
10747 at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)