Hi Group, I'm developing in customize Plot Series tool for our GIS application. I will be grateful if someone could tell me about known bugs. In some...
Joan, If you are working in 3.3, all(?) known 3.3 bugs are documented in the 4.0 release notes, including those that never made it into the TSB's. You might...
Bruce Morehouse
BruceM@...
Apr 1, 2004 3:21 pm
13127
How can I do so that my numbers of type ds_float do not appear in scientific format? Example: I Want that appear in the editor: 1457485 and not 1.457e+006 ...
You could change the value of the dynamic !print_float_precision! variable to a larger number, or define a float_format object for formatting ds_float objects....
I always use the method as_fixed_string(). It returns a string value of your floating point number formatted as a fixed value. For example: MagikSF> a <<...
Billy, You can use g.current_geometry.rwo_type. Thanks, Eric ... From: Billy Buerger [mailto:sw-gis@...] Sent: Thursday, April 01, 2004 4:55 PM ...
Schrenger, Eric
Eric.Schrenger@...
Apr 1, 2004 10:05 pm
13135
Greetings, We have added 2 coordinate systems to our current system (3.3) - 1 for UTM feet, 1 for UTM cm. Our world is labeled for cm, but we want the defaults...
Hi, You must label the world after creating a new coordinate system. MagikSF> v.world.set_coordinate_system_by_name (:usa_utm_zone18_nad27_cm) Then, u would...
Hi Everybody We always get an error : **** Error: Value simple_vector:[1-3] out of range for field area_id everytime we create a new Drawing template or...
Hi all, I found a problem using Plot Series in 4.00 My configuration has a coordinate system in 'graphics_system' diferent of a coordinate system in view. When...
Hi The Smallworld DXF translator will export point symbols as DXF graphics, and I am pretty sure the FME system should too. However it is a limitation of DXF...
Hi Barjat, this would occur if the values you are trying to create the new area from are out of range (meaning the coordinates of the new area are out of range...
Hey all, I am (unsuccessfully) trying to create a view table. Nothing too fancy here, basically just a select collection that can be accessed in v.collections...
I never got a response to my problem below. I made work arounds so I didn't pursue it further. But now I'm getting the same error I was getting. But only on...
Hello, I would like to invite all archaeologists with past or present first- hand experience in archaeologically-related Geographical Information System (GIS)...
I am out of the office Friday April 1st. I will return to work Monday April 5th at 8:00am. I will process your request at that point in time. Thank You, ...
You could redefine method and then try to delete the record. _pragma(classify_level=basic, usage={external}) _method link.delete() ## Delete self cleanly,...
Hi everyone ! ...an easy one ! does anyone knows how to get the ascii char from a number and vice versa ? Ex : 65 --> A 89 --> Y or a --> 97 f --> 102 Thanks !...
Thanks Billy ! ... _________________________________________________________________ MSN Premium: Up to 11 personalized e-mail addresses and 2 months FREE* ...
A question about "Smallworld on Oracle." As I understand gens implementation, Oracle supplants vmds but to access the Oracle tables, one still has to go...