Tuesday, September 4, 2007

Creating a point feature in a database

Definition of tasks
  • A user selects a point.
  • It's lat/lon and other attribute data are sent to a backend page.
  • The page formulates a SFSQL query to enter a new point feature into a layer(table) and runs it.
  • The attribute data are also inserted into the correct table, using the feature-id as the key.

No comments: