compare-geojson
Version:
Compare a features new and old versions in GeoJSON
151 lines (150 loc) • 5.27 kB
JSON
{
"compareFunction": "city_deleted",
"fixtures": [
{
"description": "Test city deleted",
"newVersion": {
"id": 158230039,
"type": "node",
"typeId": 1,
"tags": {},
"refs": [],
"version": 13,
"timestamp": 1455477064000,
"uid": 3627372,
"user": "ELBORICUA61357",
"changeset": 37210478,
"lat": 42.8864468,
"lon": -78.8783689,
"deleted": true
},
"oldVersion": {
"id": 158230039,
"type": "node",
"typeId": 1,
"tags": {
"ele": "183",
"name": "Buffalo",
"is_in": "Erie,New York,N.Y.,NY,USA",
"place": "city",
"gnis:id": "973345",
"name:en": "Buffalo",
"name:ru": "Буффало",
"name:uk": "Баффало",
"wikidata": "Q40435",
"gnis:Class": "Populated Place",
"population": "276059",
"alt_name:ru": "Баффало",
"gnis:County": "Erie",
"gnis:ST_num": "36",
"import_uuid": "bb7269ee-502a-5391-8056-e3ce0e66489c",
"gnis:ST_alpha": "NY",
"is_in:country": "United States",
"gnis:County_num": "029",
"is_in:continent": "North America",
"census:population": "276059;2006",
"is_in:country_code": "US"
},
"refs": [],
"version": 12,
"timestamp": 1437413549000,
"uid": 145231,
"user": "woodpeck_repair",
"changeset": 32759264,
"lat": 42.8864468,
"lon": -78.87836890000001
},
"expectedResult": {
"result:city_deleted": true
}
},
{
"description": "Test restore deleted city",
"newVersion": {
"id": 158230039,
"type": "node",
"typeId": 1,
"tags": {
"alt_name:ru": "Баффало",
"census:population": "276059;2006",
"ele": "183",
"gnis:Class": "Populated Place",
"gnis:County": "Erie",
"gnis:County_num": "029",
"gnis:id": "973345",
"gnis:ST_alpha": "NY",
"gnis:ST_num": "36",
"import_uuid": "bb7269ee-502a-5391-8056-e3ce0e66489c",
"is_in": "Erie,New York,N.Y.,NY,USA",
"is_in:continent": "North America",
"is_in:country": "United States",
"is_in:country_code": "US",
"name": "Buffalo",
"name:en": "Buffalo",
"name:ru": "Буффало",
"name:uk": "Баффало",
"place": "city",
"population": "276059",
"wikidata": "Q40435"
},
"refs": [],
"version": 14,
"timestamp": 1458761173000,
"uid": 1306,
"user": "PlaneMad",
"changeset": 38027008,
"lat": 42.8864468,
"lon": -78.8783689
},
"oldVersion": {
"id": 158230039,
"type": "node",
"typeId": 1,
"tags": {},
"refs": [],
"version": 13,
"timestamp": 1455477064000,
"uid": 3627372,
"user": "ELBORICUA61357",
"changeset": 37210478,
"lat": 42.8864468,
"lon": -78.8783689,
"deleted": true
},
"expectedResult": {}
},
{
"description": "Test deleted but not city",
"newVersion": {
"id": 38276009,
"type": "node",
"typeId": 1,
"tags": {},
"refs": [],
"version": 5,
"timestamp": 1456082829000,
"uid": 218616,
"user": "djakk",
"changeset": 37353245,
"lat": 48.1454286,
"lon": -1.7614721,
"deleted": true
},
"oldVersion": {
"id": 38276009,
"type": "node",
"typeId": 1,
"tags": {},
"refs": [],
"version": 4,
"timestamp": 1378793905000,
"uid": 90780,
"user": "Verdy_p",
"changeset": 17761097,
"lat": 48.1454286,
"lon": -1.7614721000000002
},
"expectedResult": {}
}
]
}