﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9231	Bounds object doesn't allow integers	iandees	team	"In my mbtiles plugin I parse the bounding box of the layer using the org.openstreetmap.josm.data.imagery.ImageryInfo$ImageryBounds class. In one of the mbtiles files, the bounds is defined as the string ""-180,-85.05112877980659,180,85.05112877980659"". Using the ImageryBounds string constructor, I get ""Illegal latitude value '-180'"":

{{{
java.lang.IllegalArgumentException: Illegal latitude value '-180'
	at org.openstreetmap.josm.data.Bounds.initLat(Bounds.java:206)
	at org.openstreetmap.josm.data.Bounds.<init>(Bounds.java:197)
	at org.openstreetmap.josm.data.Bounds.<init>(Bounds.java:171)
	at org.openstreetmap.josm.data.Bounds.<init>(Bounds.java:167)
	at org.openstreetmap.josm.data.imagery.ImageryInfo$ImageryBounds.<init>(ImageryInfo.java:63)
}}}"	defect	closed	normal		Core		invalid		
