Created
July 31, 2019 15:54
-
-
Save sravanthi17/6b1b8bb6fa69b7c554986668ca00353f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elasticsearch.username: "kibana" | |
elasticsearch.password: "kibanapassword" | |
server.cors : true | |
server.cors.origin: ["*"] | |
server.cors.additionalHeaders: ["kbn-version", "cookie"] | |
server.cors.credentials: true | |
regionmap: | |
layers: | |
- name: "Nepal" | |
url: "http://localhost:8001/nepal-acesmndr.geojson" | |
attribution: "exploratory.io" | |
fields: | |
- name: "PROVINCE" | |
description: "PROVINCE" | |
- name: "DISTRICT" | |
description: "District" | |
- name: "HQ" | |
description: "Hq" | |
- name: "Nepal Districts" | |
url: "http://localhost:8001/municipalities.json" | |
attribution: "exploratory.io" | |
fields: | |
- name: "NAME" | |
description: "NAME" | |
- name: "DISTRICT" | |
description: "District" | |
- name: "Nepal Municipalities" | |
url: "http://localhost:8001/municipalities.geojson" | |
attribution: "exploratory.io" | |
fields: | |
- name: "NAME" | |
description: "NAME" | |
- name: "DISTRICT" | |
description: "District" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment