[Geoserver-devel] [jira] (GEOS-6008) interpolation method 'nearest neighbor' as '.. neighbour' in list

John Pulles created BugGEOS-6008
interpolation method ‘nearest neighbor’ as ‘… neighbour’ in list

Issue Type:

BugBug

Affects Versions:

2.3.5

Assignee:

Justin Deoliveira

Components:

CSW

Created:

29/Aug/13 9:40 AM

Description:

In WCSLayerConfig.java the INTERPOLATIONS List (line 34) contains a first element “nearest neighbour” while other text strings in the geoserver code all use “nearest neighbor”.
Presumably the line it should be:

private static final List<String> INTERPOLATIONS = Arrays.asList(“nearest neighbor”,“bilinear”,“bicubic”);

Project:

GeoServer

Priority:

MajorMajor

Reporter:

John Pulles

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)