Denis Ovsienko
|
8070c64c3a
lib: Use the full string length in strncmp() calls (#1060)
|
4 年之前 |
Markus Metz
|
08110b2ea3
v.info/v.proj: fix printing UTM zone (#892) (#977)
|
4 年之前 |
Markus Neteler
|
9a9b8230ed
various spelling errors fixed
|
9 年之前 |
Martin Landa
|
a1dfd3cf37
make GRASS data TMPDIR configurable (GRASS_TMPDIR_MAPSET && TMPDIR)
|
10 年之前 |
Martin Landa
|
501ec6aa98
-int G__projection_units(int);
|
10 年之前 |
Anna Petrášová
|
3fc17c1072
remove unused PROJECTION_SP
|
10 年之前 |
Martin Landa
|
8fa64ef176
vlib: Vect_open_tmp_new() implemented
|
12 年之前 |
Martin Landa
|
60496bf0ad
vlib: when writing to external formats (defined by v.external.out) vector library creates link automatically when closing the map (no need to run v.external explicitly)
|
12 年之前 |
Martin Landa
|
e366e85ba4
vlib: separate fInfo-related subroutines into header_finfo.c
|
13 年之前 |
Martin Landa
|
27d5489759
vlib: simplify Vect_get_finfo_format_info()
|
13 年之前 |
Martin Landa
|
ffd9b63cd4
vlib: fix Vect_get_finfo_geometry_type() for PG links (schema required)
|
13 年之前 |
Martin Landa
|
83f241c705
vlib: Vect_get_finfo_layer_name() return for pg links 'schema.table'
|
13 年之前 |
Martin Landa
|
b44565fa5c
vlib: Vect_get_finfo_geometry_type() - return lowercase (same for OGR and PostGIS links)
|
13 年之前 |
Martin Landa
|
963bdb2b5d
vlib: *initial* support for native reading PostGIS data (without OGR library)
|
13 年之前 |
Martin Landa
|
ff507242a4
vlib: Vect_get_ogr_*() - better check for HAVE_OGR
|
13 年之前 |
Markus Metz
|
afb49d5f00
Vlib: read proj number
|
13 年之前 |
Hamish Bowman
|
891a3eb043
write out PROJ code to vector/head if known; move obvious handling of PROJECTION_OTHER by Vect_get_proj_name()
|
13 年之前 |
Hamish Bowman
|
1220278e5c
add a debug statement and a comment about its error handling
|
13 年之前 |
Martin Landa
|
25ccc7d99e
vlib: simplify Vect_get_ogr_geometry_type()
|
13 年之前 |
Markus Metz
|
f0e951bedf
remove bounding boxes from vector topology (Radim's TODO): update Vlib
|
14 年之前 |
Markus Metz
|
19c13ce399
update headers, revert https://trac.osgeo.org/grass/changeset/37860
|
14 年之前 |
Martin Landa
|
13a759b8fc
G__find_name* renamed to G_find_file* (used outside of the library)
|
14 年之前 |
Martin Landa
|
cef35690cf
vlib: initial suppor for 3D vector data linked via OGR
|
14 年之前 |
Martin Landa
|
44f7f93a2d
vlib: introduce Vect_get_ogr_geometry_type() and V2_open_new_ogr()
|
14 年之前 |
Glynn Clements
|
619b3f6325
Eliminate G_index(), G_rindex(); replace with strchr(), strrchr()
|
15 年之前 |
Martin Landa
|
222ba87189
libvect: fix bug in Vect_get_full_name() - OGR direct
|
15 年之前 |
Martin Landa
|
94b944761b
v.overlay: OGR support (read access)
|
15 年之前 |
Martin Landa
|
b924426015
* print more useful info about OGR layers in v.info
|
15 年之前 |
Martin Landa
|
994deb050b
initial steps towards direct OGR support (map/layer <-> OGR dsn/layer)
|
15 年之前 |
Markus Metz
|
bfe1fa1a17
initialize and set proj and zone in vector head
|
15 年之前 |