Opened 15 years ago
Closed 15 years ago
#878 closed defect (invalid)
v.external not working on WinGrass
Reported by: | hellik | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.0 |
Component: | Vector | Version: | svn-releasebranch64 |
Keywords: | v.external, vector, wingrass | Cc: | |
CPU: | x86-32 | Platform: | MSWindows Vista |
Description
WinGrass r40456 on WinVista32 creation the location with a projected dataset (10mpopulatedplaces.shp) data http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/cultural/10m-populated-places.zip => creation of the location ok
v.in.ogr dsn=C:\temp\10m_populated_places\10mpopulatedplaces.shp output=import Die Projektionsinformationen des Eingabedatensatzes und der aktuellen Location scheinen übereinzustimmen. Layer: 10mpopulatedplaces Importiere 6599 Objekte der Karte... ----------------------------------------------------- Building topology for vector map <import>... Registering primitives... 60006599 primitives registered 6599 vertices registered Building areas... 0 areas built 0 isles built Attaching islands... Attaching centroids... Number of nodes: 6599 Number of primitives: 6599 Number of points: 6599 Number of lines: 0 Number of boundaries: 0 Number of centroids: 0 Number of areas: 0 Number of isles: 0
=> import ok
v.external dsn=C:\temp\10m_populated_places\10mpopulatedplaces.shp output=vlinkext Data source contains 1 layers: 10mpopulatedplaces
g.list type=vect
---------------------------------------------- vector files available in mapset <data>: import ----------------------------------------------
=> link to external not working, because there is no link, but there is also no error-message with v.external
g.gisenv --v GISDBASE='C:/gisdata/grassdata'; LOCATION_NAME='populatedplaces'; MAPSET='data'; GRASS_GUI='wxpython'; DEBUG='3';
(Mon Jan 18 00:21:23 2010) v.external dsn=C:\temp\10m_populated_places\10mpopulatedplaces.shp output=vlinkext2 Data source contains 1 layers: 10mpopulatedplaces (Mon Jan 18 00:21:24 2010) Command finished (0 sec)
g.list type=vect ---------------------------------------------- vector files available in mapset <data>: import
Change History (6)
comment:1 by , 15 years ago
follow-up: 3 comment:2 by , 15 years ago
You need to specify also the layer:
v.external dsn=C:\temp\ncdata\exporthospital.shp output=testvexternal layer=exporthospital
follow-up: 4 comment:3 by , 15 years ago
Replying to neteler:
You need to specify also the layer:
v.external dsn=C:\temp\ncdata\exporthospital.shp output=testvexternal layer=exporthospital
to specify the layer is in the "optional"-tab of the v.external, so maybe this option should go into "required"?
follow-up: 6 comment:4 by , 15 years ago
Priority: | critical → normal |
---|
Replying to hellik:
Replying to neteler:
You need to specify also the layer:
v.external dsn=C:\temp\ncdata\exporthospital.shp output=testvexternal layer=exporthospitalto specify the layer is in the "optional"-tab of the v.external, so maybe this option should go into "required"?
That's unfortunately not possible, since
v.external help ... layer OGR layer name. If not given, available layers are printed only.
If you make it a requirement, you can no longer print the layer names.
I'm afraid that this is "invalid" although I understand the user perception. Same thing as for r.proj/v.proj etc.
comment:5 by , 15 years ago
Keywords: | wingrass added; windows removed |
---|
please use the "wingrass" keyword for MS Windows bugs so the errata page can grab them. AFAIU there is no "OR" to work with for Platform so the keyword is the best way to group them.
- propsal to fix "required" tab problem in #886.
thanks, Hamish
comment:6 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Replying to hellik:
tested within the nc-sample-dataset
no testvexternal in the vect-list either any error-message of v.external