You can specify an origin using this clause:
<Origin>SW</Origin>
From the MapBasic Help:
The Origin clause is optional for tables of type TileServer. If this clause is present, you must include one of the two values - "NW" or "SW". "SW" represents a South-West origin in which the tiles in the TileServer table are arranged in a bottom-up manner, starting from the lower-left corner. "NW" represents a North-West origin of the tiles, starting from the upper-left corner. If no value is included, "NW" is used by default.
I think we added this option with v12.0
Peter Horsbøll Møller
GIS/LI Presales Specialist
Location Intelligence | MapInfo
M: +45 29 133 769
--
--
You received this message because you are subscribed to the
Google Groups "MapInfo-L" group.To post a message to this group, send
email to mapi...@googlegroups.com
To unsubscribe from this group, go to:
http://groups.google.com/group/mapinfo-l/subscribe?hl=en
For more options, information and links to MapInfo resources (searching
archives, feature requests, to visit our Wiki, visit the Welcome page at
http://groups.google.com/group/mapinfo-l?hl=en
---
You received this message because you are subscribed to the Google Groups "MapInfo-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
mapinfo-l+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Well, yes it is.
The Create Table statement supports created Tile Server tables.
That’s where this is documented