From d77a13eb7320722c48c8a18240adf99615c4b85f Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Wed, 17 Aug 2016 13:38:02 +0200 Subject: [ios] Added support for filters (NSPredicate) [ios, macos] cleaned up filters [ios] added a filter example [ios] utest filters [ios, macos] nested predicates [ios] refactored [ios] filter -> NSPredicate [ios] fixed mbgl::Any/AllFilter -> NSPredicate [ios] translate nested mbgl::NotIn filters [ios] cleanup and added more utests [ios] fixed a bug in the None filter conversion and improved utests [ios, macos] doc [macos] added missing category [ios, macos] additional utests [ios, macos] updated documentation --- platform/darwin/test/amsterdam.geojson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/darwin/test/amsterdam.geojson') diff --git a/platform/darwin/test/amsterdam.geojson b/platform/darwin/test/amsterdam.geojson index a0e28a8e9e..a690f8c8aa 100644 --- a/platform/darwin/test/amsterdam.geojson +++ b/platform/darwin/test/amsterdam.geojson @@ -162,7 +162,7 @@ "fill": "#555555", "fill-opacity": 0.5, "name": "Jordaan", - "type": "neighborhood", + "type": "neighbourhood", "description": "The Jordan was originally a working-class neighbourhood, and has now become a more upscale neighborhood. It is home to many art galleries, particularly for modern art, and is also dotted with speciality shops and restaurants. Markets are held regularly at Noordermarkt, the Westerstraat and Lindengracht." }, "geometry": { @@ -214,7 +214,7 @@ "fill": "#555555", "fill-opacity": 0.5, "name": "Prinseneiland", - "type": "neighborhood", + "type": "neighbourhood", "description": "Between 1610 and 1615 Prinseneiland was built as an extension of the harbor. Until the end of the 19th century this was an area with many wharfs, little industries and warehouses, related to the shipping trades. After the second World war the desolated area was discovered by many artists, who established their homes and studios in the vacant buildings. During the second half of the 20th century the old warehouses were transformed into apartments one after another, and new apartments were built. Nevertheless a lot of the atmosphere of the glorious past is still present in the old buildings and wooden drawbridges." }, "geometry": { -- cgit v1.2.1