On Aug 7, 2007, at 11:30 AM, Andreas Hocevar wrote:
> Hi,
>
> On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
>> To be able to do what I want I need to adapt:
>> - GetFeatureInfo to support right click
>
> I am not sure about this. Usually it is not a good idea to touch the
> right-click e
Hi,
On Aug 7, 2007, at 2:10 PM, Andreas Hocevar wrote:
> Hi,
>
> On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
>> For point/line/polygon editing tools it would become slightly more
>> complex, there you might want to introduce the right click menu as
>> google does.
>>
>> Since this is r
hi all,
An update on the release progress:
There are about 25 open bugs in JIRA:
most of them are pre ol-integration
Bug MAP-421 Graticule remains shown when deselected, e.g. after
zoom
Olivier is working on this
Bug MAP-420 tm2l
+1
Steven
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk n
+1
--
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and confi
> to submit patches first, then being invited to contribute.
> However, I think that we starting to see new work processes develop as
> people are getting commercial contracts to extend Mapbuilder. (I think
> of Jean-Sebastian under Olivier's guidance as another example).
>
I can't say no no
Hi,
On 8/7/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote:
> Then I propose we remove the current behaviour from Utils.js.
> If anyone finds a case in some widget that has a problem with that, we
> should fix it in the right place (i.e. somewhere in that widget).
I totally agree with you.
Mayb
Hi,
On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
> For point/line/polygon editing tools it would become slightly more
> complex, there you might want to introduce the right click menu as
> google does.
>
> Since this is rather complex, I'm going to develop this in a sandbox
> so it won't
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>:
> On 8/7/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote:
> > In fact, it could even be harmful; what if some aspect of your feature,
> > say the name, contains specially crafted HTML tags? Your application
> > might break. You should never une
The fact that commercial companies are supporting MapBuilder has to be
encouraged. Your proposal makes a lot of sense and I am in strong favor of
it. Make sure that the code ownership is resolved upfront.
This is awesome! Great job.
Hope you are feeling better!
+1
Pat.
> From: Cameron Shorter
Hi,
On 8/7/07, Gertjan van Oosten <[EMAIL PROTECTED]> wrote:
> In fact, it could even be harmful; what if some aspect of your feature,
> say the name, contains specially crafted HTML tags? Your application
> might break. You should never unescape input that's user-provided.
> Too bad the nightly
On Aug 7, 2007, at 1:33 PM, Gertjan van Oosten wrote:
> As quoted from Linda Derezinski <[EMAIL PROTECTED]>:
>> Trying to figure out who is "[EMAIL PROTECTED]" and on AUG 2, 2007
>> around
>> 21:20 GMT deleted a 60+ jira items out of Mapbuilder.
>
> As quoted from "Steven M. Ottens" <[EMAIL PRO
As quoted from Linda Derezinski <[EMAIL PROTECTED]>:
> Trying to figure out who is "[EMAIL PROTECTED]" and on AUG 2, 2007 around
> 21:20 GMT deleted a 60+ jira items out of Mapbuilder.
As quoted from "Steven M. Ottens" <[EMAIL PROTECTED]>:
> They're all deleted by an unknown person who uses the em
As quoted from Gertjan van Oosten <[EMAIL PROTECTED]>:
> As quoted from Andreas Hocevar <[EMAIL PROTECTED]>:
> > serializedDoc.unescape is the wrong way to do it. The correct way is
> > serializedDoc.replace(//g,">").replace(/&/g,"&");
> >
> > This is also used in lib/widget/Tip
Hi all,
Last week 56 issues are deleted from our issue tracker. Normally that
would probably be a good thing. But now I'm not so sure;
They're all deleted by an unknown person who uses the email address:
'[EMAIL PROTECTED]' I'd like to know if any of the developers has
been going through the
Hello all,
Trying to figure out who is "[EMAIL PROTECTED]" and on AUG 2, 2007 around
21:20 GMT deleted a 60+ jira items out of Mapbuilder.
-Linda
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log
Sorry, but that isn't what I need. I mean something like putting the entire
legend in a overlib window, for example rendering the result of my FeatureInfo
widget over one of those windows.
thanks, see you.
Joshua Hevenor <[EMAIL PROTECTED]> escribió: I use overlib in this application
and from
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>:
> serializedDoc.unescape is the wrong way to do it. The correct way is
> serializedDoc.replace(//g,">").replace(/&/g,"&");
>
> This is also used in lib/widget/TipWidgetOL.
But you need to do that only if for some reason you ne
Sounding fairly good.
For the Query with the left click, I'm wondering whether we should be
making this configurable.
Ie, There are lots of different ways to set up a query:
1. WMS Query
2. WFS Query
3. Query the top layer
4. Query the top layer that is selected
5. Query all layers
6. Return one
I've been looking to the google interface. I noticed that they use
the right mouse button for custom menus. But I think you are right
that there's no need (yet) for a right mouse click. Also I believe
OpenLayers should handle the right click/left click, not mapbuilder.
Andreas has a good poi
Hi,
serializedDoc.unescape is the wrong way to do it. The correct way is
serializedDoc.replace(//g,">").replace(/&/g,"&");
This is also used in lib/widget/TipWidgetOL. Note that just returning
the serializedDoc also will not produce the expected result.
Regards,
Andreas.
On 8
On 8/7/07, Cameron Shorter <[EMAIL PROTECTED]> wrote:
> So I'd like to propose that a new developer can be fast tracked to
> "committer" status IF an existing respected developer (or PSC member?)
> volunteers to vouch for the new develop's code.
> Ie, the Existing developer needs to agree to review
Hi,
On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
> To be able to do what I want I need to adapt:
> - GetFeatureInfo to support right click
I am not sure about this. Usually it is not a good idea to touch the
right-click event in web applications. And you have still nothing on
the left c
It sounds like you might be running the risk of making an application
which has lots of gee-wiz features, but is too fancy to be useful for
the average punter.
I suspect that it would be worth introducing a buttonBar and using the
"State Pattern" to determine how a mouse click is processed, dep
Hi guys,
Does anyone know why said method:
/**
* Transforms XML in the provided xml node according to this XSL.
* @param xmlNode The XML node to be transformed.
* @return The transformed String.
*/
this.transformNodeToString = function(xmlNode) {
try {
// transform and b
[
http://jira.codehaus.org/browse/MAP-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Hocevar updated MAP-420:
Attachment: cscs_ignore_errors.diff
This patch modifies the files in the cscs library to only output mb
error
Hi all,
I'm working on an application which uses MapPaneOL and has the
following functionality:
double click: zoom
(left) drag: pan
scrollwheel: zoom
shift-drag: zoombox
right click: getfeatureinfo
But I also want to add measurement and possibly editing tools. This
means that I've basically r
I use overlib in this application and from what I remember it was a quick and
painless addition (it's been a few months since I looked at it).
http://emandev.cciw.ca/mapbuilder/demo/CitSci/index.html
If this is what you had in mind I could send you the modifications I made to
make this go.
J
28 matches
Mail list logo