diff options
Diffstat (limited to 'src/test/resources/es_test_scripts/topographicalConfigSettings.json')
-rw-r--r-- | src/test/resources/es_test_scripts/topographicalConfigSettings.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/test/resources/es_test_scripts/topographicalConfigSettings.json b/src/test/resources/es_test_scripts/topographicalConfigSettings.json deleted file mode 100644 index c9f5d5d..0000000 --- a/src/test/resources/es_test_scripts/topographicalConfigSettings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "mappings": { - "default": { - "properties": { - "pkey": { - "type": "string" - }, - "entityType": { - "type": "string" - }, - "longitude": { - "type": "string" - }, - "latitude": { - "type": "string" - }, - "selfLink": { - "type": "string" - } - } - } - - } -} |