Hi guys,
I have a big problem with shp2vec. I tried it now on several multiple ways but none was successful. I have downloaded my .shp files from GeoFabrik to further process them. I then have added the railway.shp-file to my GIS, deleted all unused attribute table field, added the two fields for GUID and UUID (with the type GUID) and converted everything from multipart to singlepart feature. Finally the attribute table looks like this:
I then reexported that attribute table/layer to the new RRX0000.shp file and I also created the RRX0000.xml file with the following content:
When I call now shp2vec via the command prompt, I get:
So all looks fine. I then take my file, add them to a new scenery layer and activate that scenery layer in my FSX. After loading up I am however not able to see my railroad. It is simply not shown. I then also deactivated any other addons (meshs, vector data, airports) but the railway is still not shown.
Can anybody tell me now, what I am doing wrong? I am trying to figure this out now for some time but never found a solution.
Thank you for any help!
I have a big problem with shp2vec. I tried it now on several multiple ways but none was successful. I have downloaded my .shp files from GeoFabrik to further process them. I then have added the railway.shp-file to my GIS, deleted all unused attribute table field, added the two fields for GUID and UUID (with the type GUID) and converted everything from multipart to singlepart feature. Finally the attribute table looks like this:
I then reexported that attribute table/layer to the new RRX0000.shp file and I also created the RRX0000.xml file with the following content:
Code:
<?xml version="1.0"?>
<metadata xml:lang="en">
<FlightSim>
<Geometry clipLevel="11"></Geometry>
<AttributeSet>
<AttributeBlock name="Railways" guid="{33239EB4-D2B8-46F5-98AB-47B3D0922E2A}">
<Field name="Uuid" type="GUID" />
</AttributeBlock>
<AttributeBlock name="Texture" guid="{1B6A15BB-05FB-4401-A8D1-BB520E84904C}">
<Field name="Guid" type="GUID" />
</AttributeBlock>
</AttributeSet>
</FlightSim>
</metadata>
When I call now shp2vec via the command prompt, I get:
Code:
Shp2Vec.exe version 1.4.4747.0 - VectorQuad 6
Copyright (c) 2006 Microsoft Corporation. All Rights Reserved.
Processing RRX0000.shp
..................
Writing vector data to E:\ProjectLuxembourg\Railways\New\cvx0000
DONE (1875 shapes)
Compression statistics
Type Count Bytes in Bytes out
Null (raw data) 0 0 0
Predictive Delta 461 88696 30034
Quantization 1448 48992 24323
So all looks fine. I then take my file, add them to a new scenery layer and activate that scenery layer in my FSX. After loading up I am however not able to see my railroad. It is simply not shown. I then also deactivated any other addons (meshs, vector data, airports) but the railway is still not shown.
Can anybody tell me now, what I am doing wrong? I am trying to figure this out now for some time but never found a solution.
Thank you for any help!


