Updated the geometries
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@179005 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9e215c82ae
commit
849fe5e104
|
@ -182,7 +182,7 @@ public class GeoJsonAreaSelectionDialog extends AreaSelectionDialog{
|
|||
geometries.addItem(GeometryType.LineString.name(), GeometryType.LineString.name());
|
||||
geometries.addItem(GeometryType.Triangle.name(), GeometryType.Triangle.name());
|
||||
geometries.addItem(GeometryType.Square.name(), GeometryType.Square.name());
|
||||
geometries.addItem(GeometryType.Pentagon.name(), GeometryType.Pentagon.name());
|
||||
geometries.addItem(GeometryType.Box.name(), GeometryType.Box.name());
|
||||
return geometries;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue