compare-geojson
Version:
Compare a features new and old versions in GeoJSON
58 lines (57 loc) • 1.23 kB
JSON
{
"compareFunction": "wikidata_wikipedia_tag_deleted",
"fixtures": [
{
"description": "wikidata tag deleted",
"newVersion": {
"type": "Feature",
"properties": {},
"geometry": null
},
"oldVersion": {
"type": "Feature",
"properties": {
"wikidata": "Q40435"
},
"geometry": null
},
"expectedResult": {
"result:wikidata_wikipedia_tag_deleted": true
}
},
{
"description": "wikidata tag added",
"newVersion": {
"type": "Feature",
"properties": {
"wikidata": "Q40435"
},
"geometry": null
},
"oldVersion": {
"type": "Feature",
"properties": {},
"geometry": null
},
"expectedResult": {}
},
{
"description": "wikipedia tag deleted",
"newVersion": {
"type": "Feature",
"properties": {},
"geometry": null
},
"oldVersion": {
"type": "Feature",
"properties": {
"wikipedia": "en:abc"
},
"geometry": null
},
"expectedResult": {
"result:wikidata_wikipedia_tag_deleted": true
}
}
]
}