Skip to content

Commit

Permalink
revert mapper change
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy committed Apr 12, 2019
1 parent 6e38f5a commit e615a1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public GeoShapeFieldType fieldType() {
@Override
public void parse(ParseContext context) throws IOException {
try {
Geometry shape = context.parseExternalValue(Geometry.class);
Object shape = context.parseExternalValue(Object.class);
if (shape == null) {
ShapeBuilder shapeBuilder = ShapeParser.parse(context.parser(), this);
if (shapeBuilder == null) {
Expand Down

0 comments on commit e615a1c

Please sign in to comment.