[mapguide-users] MGOS-SQLexpress coordinate flip

GordonL gordon.luckett at arrowgeomatics.com
Thu Aug 9 17:06:06 PDT 2012


Anyone wanting to see this happen with SQL Server and MGOS 2.4 or AIMS 2013,
first add the table to SQL Server:

CREATE TABLE [dbo].[COUNTRY](
	[ID] [int] IDENTITY(1,1) NOT NULL,
	[COUNTRY] [varchar](50) NULL,
	[GEOM] [geometry] NULL,
 CONSTRAINT [PK_COUNTRY] PRIMARY KEY CLUSTERED 
(
	[ID] ASC
)
) ON [PRIMARY]


Then, add the data (SQL Attached)

http://osgeo-org.1560.n6.nabble.com/file/n4994274/insert.sql insert.sql 








--
View this message in context: http://osgeo-org.1560.n6.nabble.com/MGOS-SQLexpress-coordinate-flip-tp4993496p4994274.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list