Rick 

I sympathise with your request. Actually, quite a few or our customers
maintain a table view of the coordinates, and update that view to match the
map locations after MapInfo editing. Or they want to drop points on a
mapper and print out the locations for surveying contractors and the like. 

In our commercial  GeoBasemap Mapping system product we have a module that
works as the reverse of the MapInfo create points item. It writes x/y back
into the MapInfo columns in the native projection of the table. Yes, you do
need to rerun the module each time you edit the map locations, but most
users find this quite workable. 

For a more sophisticated solution, we comonly build custom applicaitons
that take over the point drawing function. We base these on the standard
MapLinker custom butttons function (MapLinker is the version 2 release of
the GeoBasemap Images+ product) which passes the x/y location of a click
point (and attributes of any map objects at that point) to any external
application. This is commonly an applicaiton (such as a VB or Microsoft
Access module) that presents a database form to enter external attributes.
When the user clicks OK on the external form, the applcation calls back to
MapLinker to invoke a MapBasic routine to add symbols on the mapper. Neat,
but quit a bit of coding if you don't have MapLinker. 

I guess the approach that is right for you depends on whether this is a
one-off operation for a GIS tecko or part of a sequence that you need to
run regularly, or need to make available to less technical operators. But
it is my guess that the standard Mapping Systems "update points" module
will do the trick without needing custom development. 

Email if you need more details or check the site www.geobasemap.com.

.... Ken Moule



Mats Elfström wrote:
> 
> cvarak_r wrote:
> >
> > How do I automatically populate a column of data with a Lat/Long in
decimal
> > degrees (or State Plane for that matter) when adding spatial objects
> > (points) to my map?
> 
> There is no need to do that. The added objects contain their
> coordinates.
> Whatever you would see in such columns would have no following
> connection with the map objects anyway.
> If you want to explicitly see the real coordinates, create two temporary
> fields, using Pick Fields > Expression and use CentroidX and Y to
> populate them.
> 
> Mats.E
> --

At 13:13 25/08/99 -0400, you wrote:
>How do I automatically populate a column of data with a Lat/Long in decimal
>degrees (or State Plane for that matter) when adding spatial objects
>(points) to my map?
> 
>Regards,
> 
>Rick Cvarak


                    Exa-Min Resource Industry Consultants
                  2nd Floor, 143 Charlotte Street, BRISBANE 
                    PO Box 12020, Elizabeth Street Q 4002 
                                  AUSTRALIA

Ph:    +61 7 32100741                Fax: +61 7 32100738
Email: [EMAIL PROTECTED]        WWW: http://www.geobasemap.com
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to