Greetings!
I am using jQuery Map with .shp and .dbf. I need to add/use datasource coming from sql server 2005/2008?
Can you please help with sample jQuery code?
Thanks.
trifee
Hi, trifee
You need to use custom shape data source in order to provide data about shapes from SQL server. Custom shape data source is explained in the Configuring Geographic Shapes Series: Configuring Custom Shape Data Source topic. You need to fetch the geospatial data from the SQL server database and provide them to the client as JSON formatted similarly to the example in the topic.
Cheers, Lazar