Changes between Initial Version and Version 1 of CodeSamples/AspDotNet/TemporaryMarkupsDotNet


Ignore:
Timestamp:
Nov 20, 2007, 2:20:54 PM (16 years ago)
Author:
jbirch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeSamples/AspDotNet/TemporaryMarkupsDotNet

    v1 v1  
     1== Creating Temporary Markups with the .Net API ==
     2
     3In this example we will convert the redlining/markup sample at [http://data.mapguide.com/mapguide/devguide/index.php] to a .net version, and explain the whole process of creating temporary markups.
     4
     5A high level overview of creating temporary markup is as follows:
     6
     7 1. Digitize our geometry using the AJAX viewer.
     8 2. Invoke our server-side script passing along our digitized geometry.
     9   a. Initialize web tier and services.
     10   b. Create our temporary feature source if it doesn't exist.
     11   c. Insert our geometry into this feature source.
     12
     13''More to follow...''