Skip to content

Commit 65a5e99

Browse files
Update src/main/java/com/conveyal/r5/analyst/Grid.java
Co-authored-by: Anson Stewart <[email protected]>
1 parent b33dc7b commit 65a5e99

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/conveyal/r5/analyst

1 file changed

+1
-1
lines changed

src/main/java/com/conveyal/r5/analyst/Grid.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ public static List<Grid> fromGeoJson (InputStream geoJsonInputStream, int zoom,
765765
SimpleFeatureCollection features = reader.getFeatures();
766766
Envelope envelope = features.getBounds();
767767

768-
checkWgsEnvelopeSize(envelope, "Shapefile");
768+
checkWgsEnvelopeSize(envelope, "GeoJSON file");
769769
WebMercatorExtents extents = WebMercatorExtents.forWgsEnvelope(envelope, zoom);
770770

771771
int total = features.size();

0 commit comments

Comments
 (0)