<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The site administrator is meant for administrative purposes, that means
everything that is not a part of displaying / updating / editing maps
(roughly speaking). You will create users and groups in the Site
Administrator, but you will use MapGuide Studio (or WebStudio?) to set
access permissions on layers and maps (right click the layer/map).<br>
<br>
To customize the AJAX viewer, you can manipulate the templ files found
in <br>
C:\Program Files\MapGuideOpenSource\WebServerExtensions\www\viewerfiles<br>
<br>
However, if you just disable the parts of the viewer that you dislike
(such as the toolbar, legend, etc.) and place the viewer frame in a
layout where you provide the missing parts, you will have an easier
time upgrading.<br>
<br>
If you can live with the existing toolbars and such, perhaps you can
just provide alternative stylesheets and place the viewer in a frame
with some custom logo.<br>
<br>
Regards, Kenneth, GEOGRAF A/S<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:andresch@iway.na">andresch@iway.na</a> wrote:
<blockquote cite="mid9c277a9bb382.9bb3829c277a@iway.na" type="cite">
  <pre wrap="">Thank you all for the feedback
I did manage to setup the basic web map. I do believe the best way to 
go would be to upload the shp files to POSTGIS. Postgresql also hase a 
command to export the data back to shp. Some coding probaly required..

Question: what is the purpose of the site adminsitrator function, will 
I not be able to use that to handle the access levels.

Also note that the data will be updated from time to time, which will 
be easier if in a databse.

I will be trying to setup the PostGIS links tomorrow.

Customizing the default AJAX viewer screen, what is involved and which 
files do I need to edit??


Andre Schoonbee
Project Manager
Bull Information Technology
Tel: +264 61 2092844
Mobile: +264 81 278 5800
Skype: andreschoonbee
MSN: <a class="moz-txt-link-abbreviated" href="mailto:apschoonbee@msn.com">apschoonbee@msn.com</a>

----- Original Message -----
From: "Jason Birch" <a class="moz-txt-link-rfc2396E" href="mailto:Jason.Birch@nanaimo.ca">&lt;Jason.Birch@nanaimo.ca&gt;</a>
Date: Tuesday, May 1, 2007 6:17 pm
Subject: RE: [mapguide-users] Basic Approach

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Im not sure that there is currently write support for the Shape
      </pre>
    </blockquote>
    <pre wrap="">provider

There is write support, but not create support (as far as I know). 
I
believe that you would have to maintain "dummy" shapefiles 
(possibly one
per geometry type), and on download request copy to a temporary
location, apply a schema and populate using the Feature Service, then
zip them together and provide the user a link.  It's not easy but 
    </pre>
  </blockquote>
  <pre wrap=""><!---->from
  </pre>
  <blockquote type="cite">
    <pre wrap="">an initial investigation it appears that it's possible.

    </pre>
    <blockquote type="cite">
      <pre wrap="">There is support for PostGIS, afaik.
      </pre>
    </blockquote>
    <pre wrap="">Yes, through the OGR provider.  As well, a native PostGIS provider
should be available for beta testing soon.  If anyone already has
PostGIS set up and working with OGR and wants to test the new 
    </pre>
  </blockquote>
  <pre wrap=""><!---->provider
  </pre>
  <blockquote type="cite">
    <pre wrap="">in a somewhat unstable state, drop me a note offline.

    </pre>
    <blockquote type="cite">
      <pre wrap="">Once this is done, you will need a pdf creater component to 
      </pre>
    </blockquote>
    <pre wrap="">insert the
image.

PHP has a PDF library available through PECL:

<a class="moz-txt-link-freetext" href="http://www.php.net/pdf">http://www.php.net/pdf</a>

Which allows you to insert images:

<a class="moz-txt-link-freetext" href="http://www.php.net/manual/en/function.pdf-load-image.php">http://www.php.net/manual/en/function.pdf-load-image.php</a>

Jason
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>