It was in the changelog for 4300, and yes it defaulted off. I guess for smaller workspaces it's not all that important, but I sure find it useful for larger...
I haven't personally seen it, but there's likely such a limit somewhere... I know that there's a maximum number of features that the GIS Import function in Pro...
Hi everyone, This is my second ever post here. My first post was skipped over (so far), I apologize if the question wasn't clear. Here is another simpler...
Hi all, I'm trying to batch deploy a simple translation using FME Professional 2006 GB. I'm trying to work with data in one folder and translating into MapInfo...
Hi Grant, Handling measures in FME 2006 GB is not easy. It might be possible to do what you want to do, I am not sure. In FME 2007 this should get easier. I...
Hi Jason/Mark, With respect to having the overview window not there by default, perhaps this was us whimping out, but what we've found is that if you have a ...
Hey weird, my last two posts haven't shown up. Have I managed to annoy someone there enough to get added to the blacklist? :) Anyway, I understand your...
Hi, I’m guessing that the GML is not quite valid – how is it being produced? We could get our GML experts to look at it, but based on a quick glance that...
... Hi group - can someone tell Jason we're not speaking to him any more? ;-) Seriously, we've had more than a few problems with messages not being delivered...
I am attempting to export the chainage lengths for various points along a single route line. I actually created the points for the line from coordinates...
Hi. I'm a fairly novice user to FME and am stuck trying to figure out the best transformers to use on my project. I'm inputting a geodatabase polylinez...
For those of you who are interested... I just finished loading a lot of data in a MySQL spatial database and setting up some FME workbenches to retrieve...
Hi Jeff, thanks for the help! Unfortunately...I still can't get it. Expose the "geodb_mesures" field of your destination feature type. Done, as well as for...
Hi Heater, try this: You can get the first point with CoordinateFetcher (0) and the last one with CoordinateFetcher(-1). This sets the coordinates into...
OK, here is a custom transformer doing a "locate features along line" with FME 2006GB. This one only works for geodatabases, but it can easily be adapted to...
Hi, I'll try to make you an example for FME Workbench ... but let's get back to Python. All Arctoolbox-Functions are accessible through Python. A simple Python...
... Oops... I came up with the same answer, but said '1' instead of '0'... So please disregard that, 0 is the right answer. -- Hans van der Maarel Red...
Hello Heather, ... You can use 2 CoordinateFetchers: one set to "1" and one set to "-1". That way, you can grab the coordinates of the first and last points of...
Hi there I am running a simple transformation from oracle 10g to geomedia access. I run the script succesfully on serveral work stations except when I run the...
Hi there, Thanks! I'm looking forward to seeing that. 1 more question though....how does one view the attachments in this group? Your message (and every...
Hi Grant, What happens is that attachments are sent out with the message, but not stored in the group. So if you receive group messages via email then you...
Hi Paul, I saw this message just the other day but I'm struggling to remember what the cause and (unfortunately) the solution were. Ah - I remember. It was...
...and I've moved it to ftp://ftp.safe.com/outgoing where folk will be able to access it. I'm out of the office today, so don't have fmepedia upload access. ...
Of course, this is why we recommend users attend FME training, to find out about great new functions like this!!! Anyway, when we recently (last week) updated...
Hi, Sorry if this response is a little late. Basically FME does everything in the order that the points are read in; so whatever order is contained in the CSV...