Loading src/main/java/es/redmic/viewlib/geodata/service/RGeoDataService.java +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public abstract class RGeoDataService<TModel extends Feature<?, ?>, TDTO extends GeoSearchWrapper<?> result = repository.find(query); GeoJSONFeatureCollectionDTO collection = mapper.getMapperFacade().map(result.getHits(), GeoJSONFeatureCollectionDTO.class); GeoJSONFeatureCollectionDTO.class, getMappingContext()); if (result.getAggregations() != null) { collection.set_aggs( Loading Loading
src/main/java/es/redmic/viewlib/geodata/service/RGeoDataService.java +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ public abstract class RGeoDataService<TModel extends Feature<?, ?>, TDTO extends GeoSearchWrapper<?> result = repository.find(query); GeoJSONFeatureCollectionDTO collection = mapper.getMapperFacade().map(result.getHits(), GeoJSONFeatureCollectionDTO.class); GeoJSONFeatureCollectionDTO.class, getMappingContext()); if (result.getAggregations() != null) { collection.set_aggs( Loading