[jira] Commented: (TRINIDAD-1089) trinidad-demo.war does not run in non-J2EE container as distributed.

2008-06-11 Thread Paul Spencer (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12604230#action_12604230 ] Paul Spencer commented on TRINIDAD-1089: Shale is looking into the use

Re: [mapguide-users] fusion bug with InvokeURL?

2008-06-11 Thread Paul Spencer
Hi Andrew, this problem stems from the fact that we don't pass the selection xml around from client to server all the time - I decided that the selection can be saved on the server just fine and restored at a later time. I did find a reasonably simple way to work around this before but I

Re: [OpenLayers-Dev] Can I use flash(swf) in openlayers ?

2008-06-10 Thread Paul Spencer
method? 快来用音乐为奥运加油 得奥运会、演唱会门票 ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http

Re: [OpenLayers-Users] Projection support

2008-06-10 Thread Paul Spencer
Hi, you need to include proj4js.js (http://proj4js.org/) in your web page and then you can do something like: var position = map.getCenter(); position.transform(new OpenLayers.Projection('EPSG:900913'), new OpenLayers.Projection('EPSG:23036')); I'm not sure if proj4js will automatically

Re: Where is Shale1.1.0?

2008-06-09 Thread Paul Spencer
Gary VanMatre wrote: -- Original message -- From: Paul Spencer [EMAIL PROTECTED] Greg, My understanding is Shale v1.0.x and v1.1.x works with JSF 1.x. Their may be components that are JSF version specific, but this is the exception. I agree but the shale test

Getting java.lang.OutOfMemoryError: unable to create new native thread

2008-06-09 Thread Paul Spencer
$Acceptor.run(JIoEndpoint.java:313) at java.lang.Thread.run(Thread.java:595) I suspect the memory and/or stack configuration need to be altered, but I am not sure which ones to alter. Currently CATALINA_OPT = '-Dapplication.base=$ARCHIVA_BASE -Dapplication.home=$ARCHIVA_BASE Paul Spencer

Re: Getting java.lang.OutOfMemoryError: unable to create new native thread

2008-06-09 Thread Paul Spencer
Wendy Smoak wrote: On Mon, Jun 9, 2008 at 8:52 AM, Paul Spencer [EMAIL PROTECTED] wrote: Now that I have Archiva and Continuum running in the same Tomcat 6.0.16, I am seeing the exception java.lang.OutOfMemoryError: unable to create new native thread in catalina.out. JVM = build 1.5.0.01 OS

Re: Getting java.lang.OutOfMemoryError: unable to create new native thread

2008-06-09 Thread Paul Spencer
my questions are: 1) Why are so many threads being used? 2) How can be minimize the thread count? Paul Spencer Paul Spencer wrote: Wendy Smoak wrote: On Mon, Jun 9, 2008 at 8:52 AM, Paul Spencer [EMAIL PROTECTED] wrote: Now that I have Archiva and Continuum running in the same Tomcat 6.0.16

Re: [mapguide-users] how to set selected feature at client in fusion???

2008-06-09 Thread Paul Spencer
Hi, Fusion works with selections somewhat differently, you should be able to just save() the selection on the server side and Fusion will pick it up (at least that is how the query stuff works). I believe Mike did add something for selection xml but I don't know what it was - perhaps he

Re: [mapguide-users] Layer Control | fusion

2008-06-09 Thread Paul Spencer
Actually, that's not quite true - an API to control layer and group visibility via the Map object does exist on the client side but I'm not sure how easy it is to use - right now, the legend widget uses it. Paul On 9-Jun-08, at 12:55 PM, Mike Adair wrote: Currently this is only possible by

Re: [mapguide-users] Fusion map insists on refreshing map on selection, and clear selection...

2008-06-09 Thread Paul Spencer
Kenneth is absolutely right, this is important for a couple of reasons - when dealing with tiled maps, especially, you want to be able to draw an untiled overlay with just the selection. I'll discuss with Mike and see if we have started anything for this. Cheers Paul On 9-Jun-08, at

Re: How to define the location of archive.xml

2008-06-09 Thread Paul Spencer
Wendy Smoak wrote: On Fri, Jun 6, 2008 at 11:48 AM, Paul Spencer [EMAIL PROTECTED] wrote: I have defined the environment variable ARCHIVA_BASE, but the default archiva.xml is being used. I even tried adding -DARCHIVA_BASE=$ARCHIVA_BASE to CATALINA_OPTS, but to no avail. What do you mean

Re: [OpenLayers-Users] Smooth panning and zoom problem

2008-06-06 Thread Paul Spencer
add transitionEffect: 'resize' to your layer options (the fourth parameter) Cheers Paul On 6-Jun-08, at 6:38 AM, Kusum wrote: Hiii All I am migrating from Openlayers 5.0 to Openlayers 6.0. In last version I changed some settings in openlayers.js for smooth panning (so that map

Re: [OpenLayers-Users] Customising the OL interface

2008-06-06 Thread Paul Spencer
Probably your only option at this time is to copy OpenLayers/Control/ PanZoomBar.js to OpenLayers/Control/PanZoomBarCustom.js, make the appropriate changes to replace PanZoomBar with PanZoomBarCustom and then make the changes to hard code your new images/positions. Cheers Paul On 6-Jun-08,

Re: [OpenLayers-Users] Aspect Ratio/Projection Problem

2008-06-06 Thread Paul Spencer
Michael, I tried your code, you have omitted a critical piece which is the options object you are passing to the map constructor - please send so I can see what is going on. Cheers Paul On 6-Jun-08, at 3:33 AM, Michael Langford wrote: I tried Paul's suggestion and it didn't change

Is their a comparison of Trinidad, Tobago, Tomahawk,...?

2008-06-06 Thread Paul Spencer
to find one place with a comparison that can be used to answer the question Which component(s) should I use? Is their a comparison of Trinidad, Tobago, Tomahawk,... that compares each components features, requirements, intended uses, status (active/deprecated/...), ...? Paul Spencer

Re: [myfaces commons] discussion about reorganization of this project is required!

2008-06-06 Thread Paul Spencer
/Tobago/...? o Is this to be included in Tomahawk 1.1.7? o How long do you expect this to take, i.e. days/weeks/months/... ? (I am only asking to set expectation on release schedules) o Where is the new unpack plugin documented? regards Leonardo Uribe Paul Spencer

Re: [MAPSERVER-USERS] help! agg palette quantize algorithm imperfection

2008-06-06 Thread Paul Spencer
__ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapguide-users] how to refresh legend panel when create a dynamic layer ??

2008-06-06 Thread Paul Spencer
Right now, that is really the only way to refresh the legend - it currently gets its information from the map widget about which layers make up the map. And the only way to tell the map to add a layer that was dynamically added from the server is to call reloadMap. I agree that this is a

Re: [mapguide-users] how to refresh legend panel when create a dynamic layer ??

2008-06-06 Thread Paul Spencer
layer information to client,then add layer to Legend use javascript. It's only my thought,but i don't know how to do so. Is it possible? -- Paul Spencer-5 wrote: Right now, that is really the only way to refresh the legend

Re: [VOTE] Release Shale 1.0.5

2008-06-04 Thread Paul Spencer
that notice.txt, manifest.mf and license.txt existed The artifact where built using JDK 1.5.0_13. Should they be built using 1.4? I used the staged artifacts for testing. In addition I have request the Myfaces folks run this version of shale when testing Tomahawk. Paul Spencer Greg Reddin wrote

Re: [OpenLayers-Users] Help with layers.

2008-06-04 Thread Paul Spencer
Yes. You need to: * find a source of data (in the case of the metacarta served tiles, it is vmap0 which is freely available), * pick a way to render that data into maps (mapserver, mapnik, mapguide, geoserver, ...) * set up the renderer to apply your cartography * set up a way to turn

[jira] Commented: (TOMAHAWK-1022) HtmlMessage and HtmlMessages fails unit test when using RI

2008-06-04 Thread Paul Spencer (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602258#action_12602258 ] Paul Spencer commented on TOMAHAWK-1022: I have no objections on removing

[jira] Commented: (TOMAHAWK-1023) HtmlInputHidden fails unit test when using RI

2008-06-04 Thread Paul Spencer (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12602261#action_12602261 ] Paul Spencer commented on TOMAHAWK-1023: I have no objections to #2 as long

[Fwd: [VOTE] Release Shale 1.0.5]

2008-06-04 Thread Paul Spencer
I am not in a position to runthe staged release of 1.0.5 against Tomahawk 1.1.7-SNAPSHOT. If some can this would be great. Please note that Tomahawk only use the shale-test feature of Shale. Paul Spencer ---BeginMessage--- A set of artifacts for Shale 1.0.5 is now ready. Please review

Re: svn commit: r663341 - in /myfaces/tomahawk/trunk/core/src: main/java/org/apache/myfaces/component/html/ext/ main/java/org/apache/myfaces/renderkit/html/ext/ test/java/org/apache/myfaces/component/

2008-06-04 Thread Paul Spencer
Leonardo, Was HtmlHiddenRenderer.java add just to make the test pass, or is it need to when Tomahawk is run with the RI? Paul Spencer [EMAIL PROTECTED] wrote: Author: lu4242 Date: Wed Jun 4 11:53:57 2008 New Revision: 663341 URL: http://svn.apache.org/viewvc?rev=663341view=rev Log

Re: svn commit: r663341 - in /myfaces/tomahawk/trunk/core/src: main/java/org/apache/myfaces/component/html/ext/ main/java/org/apache/myfaces/renderkit/html/ext/ test/java/org/apache/myfaces/component/

2008-06-04 Thread Paul Spencer
Leonardo, Was HtmlHiddenRenderer.java add just to make the test pass, or is it need to when Tomahawk is run with the RI? Paul Spencer [EMAIL PROTECTED] wrote: Author: lu4242 Date: Wed Jun 4 11:53:57 2008 New Revision: 663341 URL: http://svn.apache.org/viewvc?rev=663341view=rev Log

HtmlHiddenRenderer.java uses Java 5 annotations. was (Re: svn commit: r663341 -... )

2008-06-04 Thread Paul Spencer
Leonardo, HtmlHiddenRenderer.java uses Java 5 annotations. Tomahawk must work in Java 1.4 Paul Spencer [EMAIL PROTECTED] wrote: Author: lu4242 Date: Wed Jun 4 11:53:57 2008 New Revision: 663341 URL: http://svn.apache.org/viewvc?rev=663341view=rev Log: TOMAHAWK-1023 HtmlInputHidden fails

Re: svn commit: r663341 - in /myfaces/tomahawk/trunk/core/src: main/java/org/apache/myfaces/component/html/ext/ main/java/org/apache/myfaces/renderkit/html/ext/ test/java/org/apache/myfaces/component/

2008-06-04 Thread Paul Spencer
Leonardo, Should HtmlHiddenRenderer.java be removed when we update to Shale 1.1? Paul Spencer Leonardo Uribe wrote: On Wed, Jun 4, 2008 at 2:28 PM, Paul Spencer [EMAIL PROTECTED] wrote: Leonardo, Was HtmlHiddenRenderer.java add just to make the test pass, or is it need to when Tomahawk

Re: Tomahawk next release!

2008-06-03 Thread Paul Spencer
Hazen, For a list of pending issues, look at the roadmap for 1.1.7-SNAPSHOT. Paul Spencer Hazem Saleh wrote: Hi Team, I just want to ask when can we Tomahawk next release ? We can list all the pending issues (if we have), so we can work on to have a near release of the library. Thanks all!

Re: Tomahawk next release!

2008-06-03 Thread Paul Spencer
Hazen, The roadmap is found in the issue tracking system[1], JIRA. Paul Spencer [1]http://issues.apache.org/jira/browse/TOMAHAWK?report=com.atlassian.jira.plugin.system.project:roadmap-panel Hazem Saleh wrote: Hi Paul, Where can I get Tomahawk 1.1.7 RoadMap? Thanks! On Tue, Jun 3, 2008

Re: [mapguide-users] fusion problem....

2008-06-03 Thread Paul Spencer
Are you using 2.0 or 2.0.1? Are you using the fusion that comes with the installer or are you using another version (i.e. svn trunk) Cheers Paul On 3-Jun-08, at 3:53 PM, Andrew DeMerchant wrote: I was silly yesterday and uninstalled my MGOS v1.02 installation. I was running 2.0 along

Re: [mapserver-users] CGI variable substitution

2008-05-28 Thread Paul Spencer
__ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[jira] Created: (TRINIDAD-1089) trinidad-demo.war does not run in non-J2EE container as distributed.

2008-05-22 Thread Paul Spencer (JIRA)
Issue Type: Improvement Components: Documentation Affects Versions: 1.2.8-core, 1.0.8-core Reporter: Paul Spencer The trinidad-demo.war does not run in a non-J2EE container, like Tomcat, as distributed in examples.zip/tar.gz. This is due to a missing JSTL jar which

Re: [mapguide-users] Use a template, Fusion, can't chance the map

2008-05-22 Thread Paul Spencer
Romain, are you using Studio to launch your fusion application? If yes, then it uses an ApplicationDefinition stored in the mapguide repository and changing the file on disk will have no effect so you will need to change the map using Studio. To use the ApplicationDefinition file on

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-21 Thread Paul Spencer
[X] Our team uses HTTP to retrieve our artifacts Paul Spencer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Trinidad] Should a non-J2EE demo war be added to the distribution?

2008-05-21 Thread Paul Spencer
The current Trinidad demo will not work in a non-J2EE container, i.e. Tomcat 6.0, because it does not contain the JSTL jar. Should we add a non-J2EE demo to the distribution? I would say yes because it simplifies the process of getting the demo running in an not-J2EE environment. Paul

Re: [Trinidad] Should a non-J2EE demo war be added to the distribution?

2008-05-21 Thread Paul Spencer
/trinidad-demo/index.html I am of the opinion that a demo/example should run as distributed and the installation should be intuitive. In this case the distribution is build for a J2EE environment, but it is not obvious to anyone installing it. Paul Spencer Scott O'Bryan wrote: Well I sort

Re: [Trinidad] Should a non-J2EE demo war be added to the distribution?

2008-05-21 Thread Paul Spencer
from the source. What ever solution is chosen, the instructions should also be on the Demo's web page[1]. Paul Spencer [1]http://myfaces.apache.org/trinidad/trinidad-1_2/trinidad-demo/index.html Scott O'Bryan wrote: Andrew, Yeah, that's what I proposed. Paul wants us to distribute the non

Re: [TRINIDAD] The email demo and panelPageSkinDemo.jspx fail in the 1.2.8 proposed release.

2008-05-20 Thread Paul Spencer
Is this an issue that should be addressed before releasing 1.2.8? Paul Spencer Jeanne Waldman wrote: I was just about to send out an email about this as well. I created a project from the example war file and I see the same error. When I comment out the skin-family in faces-config.xml I get

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-20 Thread Paul Spencer
In light of the fix for TRINIDAD-1083 and issuance of TRINIDAD-1085, I remove my -1 and change it to a +1. Paul Spencer Paul Spencer wrote: Scott, Venkata has created a JIRA, TRINIDAD-1083, and attached a patch. Please regenerate the artifacts. I should be able to retest, and alter my vote

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-19 Thread Paul Spencer
Venkata, Adding a JIRA that describes the issue and the solution would not hurt. If anything it will serve as a reminder next time this occurs. Paul Spencer venkata guddanti wrote: I think I found out the reason why this is not working. The ApacheChart.js is not registered

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-19 Thread Paul Spencer
Venkata, Is this also an issue in 1.0.x? Paul Spencer venkata guddanti wrote: I think I found out the reason why this is not working. The ApacheChart.js is not registered in CoreCommonScriptsResourceLoader. I added the file to the debug and normal libraries list and it works. Do we need a JIRA

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-19 Thread Paul Spencer
Venkata, Thank you for your work on this issue. Paul Spencer venkata guddanti wrote: I believe yes. On Mon, May 19, 2008 at 1:54 PM, Paul Spencer [EMAIL PROTECTED] wrote: Venkata, Is this also an issue in 1.0.x? Paul Spencer venkata guddanti wrote: I think I found out the reason why

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-19 Thread Paul Spencer
Scott, Venkata has created a JIRA, TRINIDAD-1083, and attached a patch. Please regenerate the artifacts. I should be able to retest, and alter my vote, tomorrow evening. Thank you, Paul Spencer Scott O'Bryan wrote: Venkata, we'll need a JIRA issue and a patch if possible. I can apply

[TRINIDAD] how to define media specific styles?

2008-05-19 Thread Paul Spencer
(my_print_style.css) print; Suggestions? Paul Spencer

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-16 Thread Paul Spencer
Scott, Based on my simple application, which also uses Tomahawk 1.2.3, I give this a qualified +1. The qualified part is because I have not reviewed all of the artifacts, nor have I exercised that much of the functionality. Paul Spencer Scott O'Bryan wrote: Hi, I was running the needed

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-16 Thread Paul Spencer
I am changing my +1 to a -1 because The chart example web application does not display a chart. The 1.2.7 example web application does display the charts. FYI: I added jstl-1.1.2.jar to WEB-INF/lib to get the examples working. Paul Spencer Paul Spencer wrote: Scott, Based on my simple

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-16 Thread Paul Spencer
Matthias, What is not an issue a) The JSTL library must be added in non JavaEE 5 containers. b) Charts working in 1.2.7 and not in 1.2.8. Both version where run using Tomcat 6.0.16 and jdk 1.5.0_11. Paul Spencer Matthias Wessendorf wrote: That is not an issue. A JavaEE 5 container has

Re: [COMMUNITY] MyFaces += Hazem Saleh

2008-05-16 Thread Paul Spencer
Hazem, Welcome to MyFaces. Paul Spencer Manfred Geiler wrote: The Myfaces PMC is proud to announce a new addition to our community. Please welcome Hazem Saleh as the newest MyFaces committer! Hazem is an active member of the myfaces community, he contributed some cool components like captcha

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-16 Thread Paul Spencer
why tomcat 6 doesn't ship jsf 1.2 and jstl 1.2 out of the box... It does not. snip Paul Spencer

[TRINIDAD] The email demo and panelPageSkinDemo.jspx fail in the 1.2.8 proposed release.

2008-05-16 Thread Paul Spencer
) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) Paul Spencer

Re: [VOTE] Release of Trinidad 1.2.8

2008-05-16 Thread Paul Spencer
, if the issue is with the charts, then I consider this a show stopper in that functionality that works in a prior release is now broken. If the problem is in the demo, but not the charts, then the demo should be fixed soon after the release. Paul Spencer

Re: [TRINIDAD] The email demo and panelPageSkinDemo.jspx fail in the 1.2.8 proposed release.

2008-05-16 Thread Paul Spencer
Matthias Wessendorf wrote: Does this work w/ the RI? I do not know. This is something can test this weekend. B/c my right arm is broken, I can't test that on my own. Sorry about that. I hope it get better soon. Paul Spencer

Has someone tested charts? ( was Re: [VOTE] Release of Trinidad 1.2.8)

2008-05-16 Thread Paul Spencer
Matthias, I am not in a position to test the charts either. Has someone tested the charts in this proposed release? If not, will someone test them. Paul Spencer Matthias Wessendorf wrote: Matthias Wessendorf wrote: b) Charts working in 1.2.7 and not in 1.2.8. Both version where run

Re: [TRINIDAD] How to share a common branding across pages?

2008-05-16 Thread Paul Spencer
Simon, What about jsp:include? Paul Spencer Simon Lessard wrote: Hello Paul, You could use tr:icon and define your branding as an icon in the skin, thus centralizing the link to it. It's not as perfect as using a template, but if you cannot use Facelets, I guess it's the best way. Regards

[jira] Created: (TRINIDAD-1080) CSS entry for tr:icon name=... documention clairification

2008-05-15 Thread Paul Spencer (JIRA)
Components: Components, Documentation Affects Versions: 1.2.7-core Reporter: Paul Spencer Priority: Minor Both the TLD description of tr:icon and the Icon Skinning Key section in the Developer guide need to be updated in the following ways: o The CSS Entry

How to format text in the title attribute of t:outputText?

2008-05-15 Thread Paul Spencer
maxFractionDigits=0 / /t:outputText Displays Mean idle time is 6.977 minutes as tool tip. I prefer Mean idle time is 7 minutes. The question is how can I format the text? Paul Spencer

[TRINIDAD] How to share a common branding across pages?

2008-05-15 Thread Paul Spencer
I would like to share a common branding across many pages, i.e. the logo, and do it in such a way that changes to the branding only need to be made in one place. What are the options to do this? Paul Spencer

Re: [TRINIDAD] How to share a common branding across pages?

2008-05-15 Thread Paul Spencer
Simon, What about jsp:include? Paul Spencer Simon Lessard wrote: Hello Paul, You could use tr:icon and define your branding as an icon in the skin, thus centralizing the link to it. It's not as perfect as using a template, but if you cannot use Facelets, I guess it's the best way. Regards

[TRINIDAD] Is their a facet between the brandingApp and menuSwitch?

2008-05-15 Thread Paul Spencer
) Assuming the answer to #1 is no, how to I center the contents of brandingApp Paul Spencer

[TRINIDAD] How to display Page loading... while page is loading?

2008-05-14 Thread Paul Spencer
that tr:statusIndicator is part of the answer. My question is how should I do this? Paul Spencer

Re: AW: [TRINIDAD] How to display Page loading... while page is loading?

2008-05-14 Thread Paul Spencer
Markus, If no PPR is involved, it gets a bit tricky. You could use a JavaScript to display some hidden image when the button is clicked. When page loading is done, it should always be invisible. Can you expand on this? Paul Spencer

Re: AW: [TRINIDAD] How to display Page loading... while page is loading?

2008-05-14 Thread Paul Spencer
Markus, If no PPR is involved, it gets a bit tricky. You could use a JavaScript to display some hidden image when the button is clicked. When page loading is done, it should always be invisible. Can you expand on this? Paul Spencer

[TRINIDAD] in 1.2.x prefix based servlet mapping required?

2008-05-14 Thread Paul Spencer
. Is this a restriction, a bug, or am I missing something? Paul Spencer [1]http://myfaces.markmail.org/search/%22/faces/*%22%20%22*.jsf%22%20servlet%20mapping%20ADFv?page=1

Re: [mapguide-users] Fusion: how do I zoom to selection?

2008-05-14 Thread Paul Spencer
Selection handling is a bit odd - you need to ask the Map widget for the selection and provide a callback function as the selection is loaded asynchronously on demand. There is a ZoomToSelection widget that you can look at as an example. That part of the API is poorly documented and

Re: [mapguide-users] Fusion - feature hyperlink target?

2008-05-13 Thread Paul Spencer
No, that's right - when you use Studio it is using an AppDef stored inside the MapGuide repository, not the one on the file system. When you launch it from Studio, it appends something to the URL to get it to use the AppDef from the repository. Cheers Paul On 13-May-08, at 10:56 AM,

Re: [mapguide-users] Fusion security?

2008-05-13 Thread Paul Spencer
Right now, fusion uses the Anonymous user by default but will update the server to use specific credentials if they are provided - I can't specifically remember how to specify them but I do know that you can pass in a session id that was previously created so you can have something that

Re: [OpenLayers-Dev] thoughts on examples

2008-05-12 Thread Paul Spencer
://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ Dev mailing list Dev@openlayers.org http://openlayers.org

Re: [OpenLayers-Users] SOLVED: How do I create a kamap layer change the tile, metatile sizes?

2008-05-12 Thread Paul Spencer
Steve, it looks like the docs specify two parameters, w and h, for the constructor. Do you have a suggestion on how to provide more clarity? Cheers Paul On 12-May-08, at 4:03 PM, Stephen Woodbridge wrote: Stephen Woodbridge wrote: Hi all, I need to create a KaMap tilecache layer in

[TRINIDAD] Type-o on web site navigation panel (site.xml)

2008-05-12 Thread Paul Spencer
The work Overview is misspelled in /myfaces/trinidad/trunk/src/site/site.xml. It is currently on the page as Overwie Paul Spencer

Re: [OpenLayers-Dev] multiple maps and one panzoom control?

2008-05-08 Thread Paul Spencer
,University of Wollongong) Univeristy of Wollongong - Alumni ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM

Re: [OpenLayers-Users] OpenLayers Map of building *interior*

2008-05-08 Thread Paul Spencer
Hi Alex, check out this demo: http://tilecache.org/demos/mario.html Basically, you don't have to do anything different. You need a tile source and a reference system which can be just pixels. There is an image layer example in openlayers that you can use, you would just set the extent to

Re: [OpenLayers-Users] No imagery message tile like Google Maps

2008-05-07 Thread Paul Spencer
Since you are hitting mapserver anyway to generate the error message, you might as well have it generate the no data tile: LAYER NAME nodata STATUS ON TYPE ANNOTATION TRANSFORM FALSE # feature is in pixel space, not geographic space FEATURE POINTS 128 128 # middle of

Re: [mapguide-users] Fusion issues - MGOS Trac or Fusion Trac??

2008-05-07 Thread Paul Spencer
Andy, we try to track (pun intended) both so from my point of view it doesn't matter. Cheers Paul On 7-May-08, at 8:17 PM, Andy Morsell wrote: When issues specific to MGOS with Fusion are encountered, where is the correct place to log the defect? I just logged one in the Fusion trac,

[OpenLayers-Dev] Review Board - code review tool

2008-05-06 Thread Paul Spencer
are going to set it up on our internal trac/svn and try it out sometime soon. http://code.google.com/p/reviewboard/ Cheers Paul __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca

Re: [mapguide-users] new flexible layout in mapguide studio 2009

2008-05-05 Thread Paul Spencer
Eric, MapGuide Open Source (2.0+) supports flexible web layouts. Cheers Paul On 5-May-08, at 11:41 AM, [EMAIL PROTECTED] wrote: Hi All, I installed mapguide studio 2009 and mapguide opensource 2.0 in windows platform. Studio 2009 have a number of new web layout I can choose, but it

Re: More dialogs in same time

2008-05-02 Thread Paul Spencer
Mario, See this thread [1] Paul Spencer [1]http://shale.markmail.org/search/?q=%5Bdialog%5D%20Multple%20dialogs%20per%20page%3F [EMAIL PROTECTED] wrote: My customer want two or more instance of the same dialogs on different windows. The problem is that the windows are created by the same

Re: More dialogs in same time

2008-05-02 Thread Paul Spencer
Mario, See this thread [1] Paul Spencer [1]http://shale.markmail.org/search/?q=%5Bdialog%5D%20Multple%20dialogs%20per%20page%3F [EMAIL PROTECTED] wrote: My customer want two or more instance of the same dialogs on different windows. The problem is that the windows are created by the same

[Eclipse Plugin] How to exclude test target directories of required projects?

2008-05-01 Thread Paul Spencer
classpath is exclude in second project's .classpath with the following code: classpathentry kind=src path=/project_1 accessrules accessrule kind=nonaccessible pattern=target/**/ /accessrules /classpathentry Paul Spencer

Re: [jira] Commented: (TOMAHAWK-717) Tabbed Pane: dataModel inside tabs is not updated when switching between tabs and coming back

2008-04-30 Thread Paul Spencer
Christian, Adding a Selenium test case[1] would go a long way in getting this issue resolved. You can see some examples of Selenium tests in examples/simple/src/test/selenium[2]. If you submit a test case as a patch, I will review and commit it. Paul Spencer [1] http://myfaces.apache.org

Re: [OpenLayers-Dev] Mapserver Mosaics with Tileindex

2008-04-29 Thread Paul Spencer
@openlayers.org http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ Dev mailing list Dev@openlayers.org http

Re: [mapserver-users] How to tile a large TIF image?

2008-04-18 Thread Paul Spencer
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users __ Paul Spencer Chief Technology Officer DM

Re: [mapserver-users] How to tile a large TIF image?

2008-04-18 Thread Paul Spencer
__ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca

Re: [mapserver-users] How to tile a large TIF image?

2008-04-18 Thread Paul Spencer
___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca

Re: dojo quo vadis

2008-04-17 Thread Paul Spencer
Werner, An implied restriction would be only 1 version of DoJo per webapp. Backward compatibility is my main concern. I will upgrade to the latest DoJo in implement in Tomahawk, but it will be the entire application not a page at a time. Paul Spencer My application is using the Dojo

Re: [OpenLayers-Users] tiling features to speed detecting features on the client

2008-04-16 Thread Paul Spencer
Hi Graham, There is an implementation of something similar to this in the WFS Tile code, and there is also substantial new work being undertaken by Tim Schaub to introduce Vector Behaviours which will be a much more sophisticated way of managing this.

Re: dojo quo vadis

2008-04-16 Thread Paul Spencer
Werner, I am excited to see you are planning to upgrade the DoJo support. I would like to see support for multiple versions, including the one currently in Tomahawk. The desired version to use for any project should be configurable. Paul Spencer Werner Punz wrote: hello everyone I just

Re: [OpenLayers-Dev] Release 2.6?

2008-04-15 Thread Paul Spencer
+1, this is a great release with a ton of functionality! Paul On 15-Apr-08, at 4:39 PM, Erik Uzureau wrote: I hereby call for a vote to make the final release, OpenLayers 2.6 __ Paul Spencer Chief Technology Officer DM Solutions Group Inc

Re: [OpenLayers-Dev] Patch for a ka-Map cached layer

2008-04-11 Thread Paul Spencer
Paul __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev

Re: [OpenLayers-Dev] FOSS4G2008

2008-04-10 Thread Paul Spencer
On 10-Apr-08, at 3:51 AM, Bart van den Eijnden (OSGIS) wrote: Hi list, is anyone going to FOSS4G2008 in Capetown? Are there plans to do an OpenLayers workshop? I would be interested in helping out. I am probably going with one other person from DM Solutions Group this year (to be

Re: [OpenLayers-Dev] OpenLayers performance

2008-04-10 Thread Paul Spencer
___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca

Re: [OpenLayers-Dev] [SPAM] Re: OpenLayers performance

2008-04-10 Thread Paul Spencer
. Believe me, this problem is significant not only for me. I need good-feeling solution on most of the platforms. It is all based on: It's just not as comfortable as GoogleMaps. I will be glad to help with implementing such kind of patch - if there is will. Tomas Paul Spencer wrote

Re: [OpenLayers-Dev] Patch for a ka-Map cached layer

2008-04-10 Thread Paul Spencer
to avoid file system limitations on the number of entries in a single directory. Thank you for your hard work in figuring all this out. I am sure that lots of people will finding both interesting and useful. Cheers Paul __ Paul Spencer Chief

Re: [OpenLayers-Users] a control to display a static image

2008-04-10 Thread Paul Spencer
It would be nice if the Attribution control picked up an attribution from the Map object too. Paul On 10-Apr-08, at 11:26 AM, Gilles Bassière wrote: Hi list, Is there a Layer or a Control in OpenLayers to display a simple static image in the map pane ? What I need is actually is to

Re: [OpenLayers-Dev] Deactivate Draw-Control after feature added

2008-04-08 Thread Paul Spencer
___ Dev mailing list Dev@openlayers.org http://openlayers.org/mailman/listinfo/dev __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca

[OpenLayers-Dev] openlayers in the (rss) news

2008-04-08 Thread Paul Spencer
http://www.alistapart.com/articles/takecontrolofyourmaps A very extensive look at alternatives to Google for creating maps, in which OpenLayers figures prominently. __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http

Re: [OpenLayers-Users] How to obtain reference to map layer in 2.5????

2008-04-07 Thread Paul Spencer
I would imagine that you can use something like: for (var i=0; imap.layers.length; i++) { var layer = map.layers[i]; //do something with the layer? } Cheers Paul PS Firebug is a great extension for firefox that allows you to inspect live javascript objects like the map object and

Re: [mapserver-users] MapServer + Fusion

2008-04-07 Thread Paul Spencer
mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users __ Paul Spencer Chief Technology Officer DM Solutions Group Inc http://www.dmsolutions.ca/ ___ mapserver-users

Re: shale-test location (was RE: JSF 2.0 component set)

2008-04-04 Thread Paul Spencer
and something I support. Gary VanMatre has been named Shale's PMC, and hopefully he, with our help, will revive the community. FYI: Their have been many threads related to moving parts of Shale into MyFaces. Lets not start another one while Shale is still alive. Paul Spencer Gary

<    2   3   4   5   6   7   8   9   10   11   >