OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
backend_geojson.h
Go to the documentation of this file.
1 /* Copyright (C) 2001-2015 Peter Selinger.
2  This file is part of Potrace. It is free software and it is covered
3  by the GNU General Public License. See the file COPYING for details. */
4 
5 
6 #ifndef BACKEND_GEO_H
7 #define BACKEND_GEO_H
8 
9 #include "potracelib.h"
10 
11 int page_geojson(FILE *fout, potrace_path_t *plist, int as_polygons);
12 
13 #endif /* BACKEND_GEO_H */
14 
int page_geojson(FILE *fout, potrace_path_t *plist, int as_polygons)