Hi all, Does anybody know if SIAS has any built-in functionality allowing the username of the requesting client (ie: the LOGON_NAME server variable) to be...
It is possible that this is a result of conflict resolutions. You should validate the substructure/superstructure relationships in your data model to...
Greetings, We are currently using the MrSID SOM for access to orthophoto's but we now have an opportunity to get updated ortho's in JPG or TIFF format. I'm...
Tom, We were actually in a similar situation last year, and were forced to move to JPG from SID. We found that the Raster SOM requires significantly more...
Tom, I have had similar experiences to Eric: TIFF files require far more system resources than MrSID. In my case this was compounded by the fact that the TIFF...
On 4.0 SWAF, screen pan causes a redraw of the whole map_view, rather than just the part not rendered. For example, using the pan interaction mode, I "grab"...
Bruce Morehouse
BruceM@...
Dec 11, 2006 7:02 pm
17137
Hi, When you say generic Raster SOM (JPEG) - do you mean from LizardTech or from someone else? Cheers Ron ________________________________ From:...
Have you considered loading the data into Smallworld raster geometry? (and why wouldn't you follow this route?). Robert ... From: sw-gis@yahoogroups.com...
Robert, We are working with severel GBs of data in this case. Would it still make sense to load this into the Smallworld datastores? We typically use the...
Eric, Well, why not? Do you have 8 bit or 24 bit data, the several GBs are already TIFF-compressed? You could batch-load the data (with a tool like the SEPM...
Eric, Yes, Thanks. Tom ________________________________ From: sw-gis@yahoogroups.com [mailto:sw-gis@yahoogroups.com] On Behalf Of Schrenger, Eric Sent: Sunday,...
What's the SWAF equivalent for the graphics_view_unit_prompter? This class allowed a user to do keyboard interactions on a map, for example when operating the...
There is no replacement for the prompting functionality. The trail manipulation functionality is replaced with a new trail_measurer plugin for managing the...
Has anyone out there used Smallworld in conjunction with third party sources to generate address labels in compliance with DOT pipeline integrity mandates?...
In a SWAF application, I recently added a couple of our plugins (tools) to the tab box in the main gui (where object control and object editor is found) and I...
Hi Steve, If the error is the result of an action initiated by a button click, you should make sure that you are defining you button using method ... ...
The button calling the method is using new_safe() I think I'm close to the answer. I added two lines to the top of my method... self.show_message("self test") ...
This is my solution... I wrote a method top_frame on my model class object to return the top_frame of its owner if its own top_frame is unset. _method...
Hi, We are exporting from Smallworld database object some object (ulica_pom). All features are exported OK. Problem is with character encoding in attribute...
Hi all, I wonder if anyone of you has exported data from smallworld 4.0 to dgn (microstation) files using FME 2006 workbench. I am new using this fme version...
paco villena
lazarones@...
Dec 18, 2006 8:35 am
17158
Hello, I have three pointcoordinates. Is there a way to create a rational_b_spline which will proceed through all three points? If I use the method...
Hello Tim, Thanks for your reply. I tried this method of resolution ## Try to create a spline that proceeds through the three given coordinates ## FIRST_COORD,...
How do you move a trail point dynamically in version 4.0 like you could using the middle mouse button in previous versions? Where can I find it described in...
Clicking with the left mouse always adds a new trail point. I discovered by experimentation that I can hold the Shift key down and then click and drag a point...
Hi Steve, In the SWAF Professional application help documentation, go to the following section: Contents --> The trail --> Creating and editing the trail....