Your best bet to really learn Smallworld is to buy the product, documentation and training from GE. As far as web resources, search this group (sw-gis) using...
We see this a lot in our database after we delete objects. The helpdesk has told us this is expected behavior. I find that if you make sure connectivity is...
As Chad suggests, this can sometimes happen if code such as in the Connectivity Menu or any other application is written in a manor where it tries to reference...
Hi all, I'm using SIAS 4.1.2 and need to have a single map returned using a specific cached layer (theme). I'm sure I had this working returning a single map...
... That's interesting that it's returning it as a cached response instead of a rendered response (which is what you are ACTUALLY trying to get). I'll try to...
Thanks Travers, I was under the impression that "allow_cache=true" just made sure that you get the layer from the pre-rendered cache. If you set this to false,...
... But that is how it works, unfortunately. SIAS has two modes: on-the-fly or composite-from-cache. If you get back a single, cropped image, it's always on...
Thanks for the clarification Travers........well that's a bit of a pain to be honest.....as I was hoping there would have been some smarts on the service...
Hi all, We have a mouse tool tip option in PNI i.e. when user clicks on ALT+ left mouse button and moves the cursor on to different objects in the map we can...
Naresh Kottapetavumma
Naresh.Kottapetavumma...
Jun 30, 2009 10:24 am
19790
Sorry it was ALT+mouse move not ALT+left mouse button. Regards, Naresh KV. ________________________________ From: sw-gis@yahoogroups.com...
Naresh Kottapetavumma
Naresh.Kottapetavumma...
Jun 30, 2009 10:32 am
19791
hi naresh, it seems u need to "Creating a custom interaction mode" on handle set/drag actions as per your requirement. please check "Creating a custom...
I have installed the server and configured it. I have installed the client and I can see the objects. When I add tables to the Tables tab of the Project...
You might want to look into GSS. SmallWorld sent us some brochures, and it's basically SIAS's back-end but customized to be a pure web service provider....
Hi, Someone in my clients web team is looking at integrating SIAS map URL's into there application. To help with this integration they would prefer if SIAS did...
Hi Suresh, I am using interaction mode concept itself but the thing is I want is, I have to get an intimation for my application when the mouse is on the...
Naresh Kottapetavumma
Naresh.Kottapetavumma...
Jul 1, 2009 4:08 am
19799
hi Naresh, you would have to add the corresponding message in the messages folder for the module you need. ... From: Naresh Kottapetavumma...
Hi! Is there any way to access an existing but closed dataset_manager? I have added a new dataset_manager to my gis SOC but it seems to me that ...
Markus Neifer
howlingmad@...
Jul 1, 2009 10:32 am
19801
Hello all, I'm looking for some experience based information about servers sizing for PNI installation. We have demand to propose server sizing for next PNI...
This may work for your purpose (or at least get you started): _method gis_program_manager.dsm_for_dataset(a_ds_name_symbol, _optional open?) # Attempt to get...
Harris, Ronnie
rharris@...
Jul 1, 2009 3:26 pm
19803
Hi Markus, Try the following: # Name of dataset to open _local l_name << :my_dataset _local l_soc << gis_program_manager.spatial_object_controller(:gis) _local...
Hello group, I am trying to write program using C# similar to the examples given in smallworld documentation Smallworld Core Spatial Technology Documentation -...
Nilesh Karekar
nilesh.karekar@...
Jul 2, 2009 6:46 am
19805
Thanks a lot for your code samples, Chris and Ronnie. This is exactly what i was looking for. Best regards Markus...
Markus Neifer
howlingmad@...
Jul 2, 2009 8:34 am
19806
As Alfred recommended earlier, I suggest you look at using Spatial Biz's Smallworld Connector - http://www.spatialbiz.com/products/smallworld-connector/...
Martin Fulford from Magik Circle wrote a magik solution for doing this which I have used for years. The module was called mc_email, not sure how I got hold of...