Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class OsmoseInformation extends GenericInformation<UUID, OsmoseNode, Open

public static final String LAYER_NAME = "Osmose Errors";
public static final String BASE_API = "https://osmose.openstreetmap.fr/{0}/api/0.3/";
public static final String BASE_IMG = "https://osmose.openstreetmap.fr/images/markers/marker-b-%s.png";
public static final String BASE_IMG = BASE_API + "assets/markers/marker-b-%s.png";
public static final String BASE_ERROR_URL = "https://osmose.openstreetmap.fr/{0}/error/";

private static final String ADDITIONAL_INFORMATION = "ADDITIONAL_INFORMATION";
Expand Down