-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
17 lines (16 loc) · 1020 Bytes
/
Copy pathconfig.js
File metadata and controls
17 lines (16 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
var maxZoom = 13;
var fieldSeparator = '^';
var baseAttribution = '<a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank">CC-BY-SA</a></br>'
+ 'This web portal has been compiled for educational use only, and may not be reproduced without permission. Please contact Jyotsna Sharma (jsharma@lsu.edu) for more information or permissions.';
var labelColumn = "Name";
//URL Variables
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var parishesUrl = 'data/counties.json'
var wellUrl = 'data/f_wells.csv';
var wellCoordsUrl = 'data/f_well_surface_coords.csv';
var wellCoordsJsonUrl = 'data/f_well_surface_coords.geojson';
var prodUrl = 'data/f_oil_gas_productions.csv';
var prodDetailsUrl = 'data/f_oil_gas_production_details.csv';
var fieldNamesUrl = 'data/f_fields.csv';
var fieldParishUrl = 'data/f_field_parishes.csv';
var fieldJsonUrl = 'data/Louisiana_gas_and_oil_fields_1977_2014.json';