From 100b031543d59d8f434fcd2d0537d18e2ded3219 Mon Sep 17 00:00:00 2001 From: Jonathan Argo Date: Sat, 14 Jan 2017 01:20:22 -0500 Subject: [PATCH] Added some comments to settings.ini --- settings.ini | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/settings.ini b/settings.ini index 9e4f717..8579868 100644 --- a/settings.ini +++ b/settings.ini @@ -1,11 +1,16 @@ [settings] key = -fullLocationOutputField = full_location -latOutputField = latitude -lngOutputField = longitude + +; Input fields ; If your address input field is all in one cell, use the fullAddressField. Otherwise set the individual parts. fullAddressField = streetField = street cityField = city stateField = state -zipField = zip \ No newline at end of file +zipField = zip + +; Output fields +; All of these are optional. +fullLocationOutputField = full_location +latOutputField = latitude +lngOutputField = longitude \ No newline at end of file