source: geovis/trunk/Util.h @ 5882

Last change on this file since 5882 was 5873, checked in by ldelgass, 9 years ago

Checkpoint commit: add support for wfs, tfs, csv (via vrt in gdal), experiments
with new render-to-texture objectid picker in osgearth 2.7.

  • Property svn:eol-style set to native
File size: 405 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (C) 2015  HUBzero Foundation, LLC
4 *
5 * Author: Leif Delgass <ldelgass@purdue.edu>
6 */
7#ifndef GEOVIS_UTIL_H
8#define GEOVIS_UTIL_H
9
10#include <string>
11
12namespace GeoVis {
13
14extern std::string loadCSVLayer(const char *filename, const char *longitudeColName = "longitude", const char *latitudeColName = "latitude");
15
16}
17
18#endif
Note: See TracBrowser for help on using the repository browser.