Changeset 31989 in osm for applications/editors/josm/plugins/mapillary/src/org
- Timestamp:
- 2016-01-16T17:47:43+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryData.java
r31987 r31989 76 76 * @param image The image to be added. 77 77 * @param update Whether the map must be updated or not. 78 * @throws NullPointerException if parameter <code>image</code> is <code>null</code> 78 79 */ 79 80 public synchronized void add(MapillaryAbstractImage image, boolean update) { -
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryLayer.java
r31985 r31989 246 246 img.setVisible(visible); 247 247 } 248 MapillaryFilterDialog.getInstance().refresh(); 248 if (Main.map != null) { 249 MapillaryFilterDialog.getInstance().refresh(); 250 } 249 251 } 250 252
Note:
See TracChangeset
for help on using the changeset viewer.