Index: trunk/test/data/regress/21044/test.geojson
===================================================================
--- trunk/test/data/regress/21044/test.geojson	(revision 18007)
+++ trunk/test/data/regress/21044/test.geojson	(revision 18007)
@@ -0,0 +1,52 @@
+{
+    "type": "FeatureCollection",
+    "name": "test files",
+    "crs": {
+        "type": "name",
+        "properties": {
+            "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
+        }
+    },
+    "features": [
+        {
+            "type": "Feature",
+            "properties": {
+                "addr:building": null,
+                "addr:postcode": "06883",
+                "addr:housenumber": "26",
+                "addr:city": "Weston",
+                "addr:state": "CT",
+                "addr:street": "Pent Road",
+                "addr:unit": null,
+                "addr:floor": null
+            },
+            "geometry": {
+                "type": "Point",
+                "coordinates": [
+                    -73.39619362285797,
+                    41.235575988569618
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "addr:building": null,
+                "addr:postcode": "06883",
+                "addr:housenumber": "22",
+                "addr:city": "Weston",
+                "addr:state": "CT",
+                "addr:street": "Pent Road",
+                "addr:unit": null,
+                "addr:floor": null
+            },
+            "geometry": {
+                "type": "Point",
+                "coordinates": [
+                    -73.39619362285797,
+                    41.235575988569618
+                ]
+            }
+        }
+    ]
+}
