Alexander, ... I tried it, and it doesn't crash here. I can read the .zip, write the RMF, and read it back into VTBuilder with no problem. Perhaps you are...
... It is more usual to do this operation in VTBuilder. But, if you need to do it in your own code, it is not difficult. Just create a new vtElevationGrid ...
Ben, ... VTbuilder build date: Feb 10 2006 Is there anything I can do different in this scenario? ... That's good then :) Thanks a lot for your help....
I am trying to create a height map and a texture with roads that can be applied to the height map. That's why I am trying to read elevation data and roads....
Hi folks, Folowing the directions pointed by Ben I've setted the efinitions above to zero; wxUSE_ZIPSTREAM wxUSE_ZLIB wxUSE_LIBTIFF wxUSE_LIBPNG wxUSE_LIBJPEG ...
... That old release did have a bug with RMF, it was fixed a few days later, and is definitely not present in the current (April) release. Simply upgrade. ...
... You could simply use the vtTerrain class, which does all that for you. See any of the 'Simple' vtlib example applications, which all use vtTerrain. ... I...
... That's a good idea. It simplifies wx. I assume you did rebuild wx after configuring it. ... This means that either 1. you did not compile the 'base'...
Ben, ... That helps. Thanks a lot ... Yes, exactly. I need a smaller area to save memroy and I also need to convert it into format that is understandable by my...
Hello, First up let me congratulate Ben and the other contributors on the VTP software and its continuing development. I have been using it for almost two...
Matt, ... Yes, they should be in your Data/Locations folder. I have updated the docs to make this more clear, http://vterrain.org/Doc/Enviro/data.html There...
Hi guys Sorry for that, i'm just checking if my email is received on teh list as some of them never appeared. Cheers Pernette -- Please note that the views...
Pernette Messager
pe.messager@...
Jun 2, 2006 8:53 am
4410
... The path "\APIs\wx2.6.3\lib\vc_dll" wasn't in the project VC++ Directories, after put it the enviroment gives me the folowing response; ... Generating...
I folks I have just finish to develope wizards to generate species file (XML file) and bioregions file (txt files). I have to implements these into VTP...
Ricardo, ... Is this file not present in that directory? You should be able to solve the problem by building the library. ... This says you are not linking...
Vivian, Your wizards sound interesting. I look forward to see them. For reading and writing SHP/DBF files, there are several options. 1. use vtFeatureSet 2....
JY, Thanks for the VC8 error log. It makes no sense, since the namespace causing the ambiguity is not included until _after_ the header VC8 is complaining...
Ben, as for now, there is no need to modify the WMS code within VTP, but it would be nice to be able to specify the proxy somehow within the code and not via...
Hi you all, ... I compile 'base' project with 'dll debug win32' and 'dll release win32' configurations. All projects of wx.sln has been sucefully builted. ... ...
Ricardo, ... In this case: 1. The file exists: wxWidgets-2.6.3\lib\vc_dll\wxbase26d_xml.lib\wxbase26d_xml.lib 2. That folder is on your path, but 3. MSVC says...
It appears that the French national mapping agency (IGE) is planning to release a google-earth-like portal sometime this summer. From what i can tell, it...
Hi . The frame rate will go down immediately when I make a graph as buildings surface. How can I do? [Non-text portions of this message have been removed]...
Ben, the project is called "geoportail" and will be launched this summer . Here are some news but there are all in french unfortunalety... It seems that IGN do...
Jam, What do you mean by "make a graph as buildings surface?" Are you making one or more buildings? How many? Are they so complex that they affect your...
I've loaded an elevation data file. I can find the area of the loaded elevation using vtElevationGrid::GetAreaExtents(). Is there a function to convert these...
... Yes, but it's good to have some understanding of coordinate systems first, so you know what you're doing. If your extents are in degrees, your area is...
Thanks Ben, ... m_WorldExtents has all 0s (it's empty). I know that GetAreaExtents() returns values, but how do I recalculate m_WorldExtents? ... Thanks a lot...
... Did you call SetupConversion? The documentation (http://vterrain.org/Doc/vtdata/classvtElevationGrid.html) does say you should call this method after any...