Changes between Initial Version and Version 5 of Ticket #11930
- Timestamp:
- 2015-10-09T22:04:29+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11930
- Property Cc added
- Property Component Core → Plugin MissingRoads
- Property Keywords github added
-
Ticket #11930 – Description
initial v5 3 3 2. Used OSM to remote control an area with http://www.openstreetmap.org/edit?editor=remote&way=32136087#map=17/32.16245/-110.92363 4 4 3. Dos window reports 5 {{{ 5 6 ... 6 7 INFO: GET https://a.tile.openstreetmap.org/15/6153/13121.png -> 200 7 INFO: RemoteControl received: GET /load_and_zoom?left=-110.92875467071532&top=32 8 .16562281714171&right=-110.91851248016357&bottom=32.15928310639234&select=way321 8 INFO: RemoteControl received: GET /load_and_zoom?left=-110.92875467071532&top=32.16562281714171&right=-110.91851248016357&bottom=32.15928310639234&select=way321 9 9 36087 HTTP/1.1 10 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9287547,32.1592831 11 ,-110.9185125,32.1656228 12 INFO: Silent shortcut conflict: 'reltoolbox:addremove' moved by 'view:zoominter' 13 to 'Ctrl+Alt+F3'. 10 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9287547,32.1592831,-110.9185125,32.1656228 11 INFO: Silent shortcut conflict: 'reltoolbox:addremove' moved by 'view:zoominter' to 'Ctrl+Alt+F3'. 14 12 MAP FRAME INIT 15 INFO: Silent shortcut conflict: 'conflation:replace' moved by 'reltoolbox:find' 16 to 'Ctrl+Alt+F4'. 17 INFO: Silent shortcut conflict: 'subwindow:junctionchecker' moved by 'tools:extn 18 ode' to 'Ctrl+Alt+F5'. 19 ERROR: org.openstreetmap.josm.plugins.PluginException: An error occurred in plug 20 in missingRoads. Cause: java.lang.reflect.InvocationTargetException. Cause: java 21 .lang.NullPointerException 22 org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin miss 23 ingRoads 13 INFO: Silent shortcut conflict: 'conflation:replace' moved by 'reltoolbox:find' to 'Ctrl+Alt+F4'. 14 INFO: Silent shortcut conflict: 'subwindow:junctionchecker' moved by 'tools:extnode' to 'Ctrl+Alt+F5'. 15 ERROR: org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin missingRoads. Cause: java.lang.reflect.InvocationTargetException. Cause: java.lang.NullPointerException 16 org.openstreetmap.josm.plugins.PluginException: An error occurred in plugin missingRoads 17 }}} 24 18 4. I keep the Plugin during the "Do you want to remove the plugin?" question. 25 19 5. The same remote control URL produces 26 INFO: RemoteControl received: GET /load_and_zoom?left=-110.9319733215332&top=32. 27 16562281714171&right=-110.9152938293457&bottom=32.15928310639234&select=way32136 28 087 HTTP/1.1 29 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1592831 30 ,-110.9152938,32.1656228 20 {{{ 21 INFO: RemoteControl received: GET /load_and_zoom?left=-110.9319733215332&top=32.16562281714171&right=-110.9152938293457&bottom=32.15928310639234&select=way32136087 HTTP/1.1 22 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1592831,-110.9152938,32.1656228 31 23 Getting 50.9% of area, already have 87.6%, overlap 38.5% 32 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9152938,32.1585583 33 ,-110.9134634,32.1656228 34 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9338037,32.1565528 35 ,-110.9319733,32.1656228 36 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1565528 37 ,-110.9134634,32.1585583 38 24 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9152938,32.1585583,-110.9134634,32.1656228 25 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9338037,32.1565528,-110.9319733,32.1656228 26 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1565528,-110.9134634,32.1585583 27 }}} 39 28 40 29 ==== What is the expected result? 41 30 42 INFO: RemoteControl received: GET /load_and_zoom?left=-110.9319733215332&top=32. 43 16562281714171&right=-110.9152938293457&bottom=32.15928310639234&select=way32136 44 087 HTTP/1.1 45 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1592831 46 ,-110.9152938,32.1656228 31 {{{ 32 INFO: RemoteControl received: GET /load_and_zoom?left=-110.9319733215332&top=32.16562281714171&right=-110.9152938293457&bottom=32.15928310639234&select=way32136087 HTTP/1.1 33 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1592831,-110.9152938,32.1656228 47 34 Getting 50.9% of area, already have 87.6%, overlap 38.5% 48 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9152938,32.1585583 49 ,-110.9134634,32.1656228 50 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9338037,32.1565528 51 ,-110.9319733,32.1656228 52 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1565528 53 ,-110.9134634,32.1585583 35 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9152938,32.1585583,-110.9134634,32.1656228 36 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9338037,32.1565528,-110.9319733,32.1656228 37 INFO: GET https://api.openstreetmap.org/api/0.6/map?bbox=-110.9319733,32.1565528,-110.9134634,32.1585583 38 }}} 54 39 55 40 ==== What happens instead? … … 167 152 at java.security.AccessController.doPrivileged(Native Method) 168 153 at java.security.ProtectionDomain$1.do 169 }}}170 154 Caused by: java.lang.NullPointerException 171 at org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin.laye 172 rAdded(RasterFiltersPlugin.java:100) 155 at org.openstreetmap.josm.plugins.rasterfilters.RasterFiltersPlugin.layerAdded(RasterFiltersPlugin.java:100) 173 156 at org.openstreetmap.josm.gui.MapView.fireLayerAdded(MapView.java:210) 174 157 at org.openstreetmap.josm.gui.MapView.addLayer(MapView.java:427) … … 176 159 at org.openstreetmap.josm.Main.addLayer(Main.java:743) 177 160 at org.openstreetmap.josm.Main.addLayer(Main.java:730) 178 at org.openstreetmap.josm.plugins.missinggeo.MissingGeometryPlugin.addLa 179 yer(Unknown Source) 180 at org.openstreetmap.josm.plugins.missinggeo.MissingGeometryPlugin.mapFr 181 ameInitialized(Unknown Source) 161 at org.openstreetmap.josm.plugins.missinggeo.MissingGeometryPlugin.addLayer(Unknown Source) 162 at org.openstreetmap.josm.plugins.missinggeo.MissingGeometryPlugin.mapFrameInitialized(Unknown Source) 182 163 ... 74 more 183 INFO: Silent shortcut conflict: 'subwindow:todo' moved by 'tool:revert' to 'Ctrl 184 +Alt+F6'. 164 INFO: Silent shortcut conflict: 'subwindow:todo' moved by 'tool:revert' to 'Ctrl+Alt+F6'. 185 165 Getting 37.9% of area, already have 62.1%, overlap 0.0% 166 }}}


