As part of your work extending Mapbuilder with Lisasoft, I have created
an account for you so that you can commit code into the Mapbuilder
repository.
You can create yourself a directory under mapbuilder/sandbox/mvivian/
which you can use as your own sandbox. Until you have built up your
reput
I've closed MAP-38 as unreproducable.
Steven M. Ottens wrote:
> hi all,
>
> An update on the release progress:
> There are about 25 open bugs in JIRA:
> most of them are pre ol-integration
>
> BugMAP-421 Graticule remains shown when deselected, e.g. aft
Martin,
As part of your work extending Mapbuilder with Lisasoft, I have created
an account for you so that you can commit code into the Mapbuilder
repository.
You can create yourself a directory under mapbuilder/sandbox/mvivian/
which you can use as your own sandbox. Until you have built up you
Steven,
I think that you are on track by having a "mode" concept which is an
aggregation of tools.
A designer should easily be able to create a new mode and assign a new
set of tools to that mode.
Ie, in the EditMode, you attach:
scrollwheelZoom.js
dragPan.js
.left click
YO,
I've been thinking some more;
I believe that the PanZoomBar should be on always, at least if the
user wants the panzoombar. So it's a configuration option of MapPaneOL.
The panzoombar can work (and IMO should work) in both the drag mode
and the editing mode. The things that change are the
As quoted from Andreas Hocevar <[EMAIL PROTECTED]>:
> But there are some things left to do:
> - removal of unused messages from WidgetText.xml (#3 from Gertjan's list)
Done.
Regards,
--
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600
-
Hi
On Aug 8, 2007, at 10:16 AM, Andreas Hocevar wrote:
> Hi,
>
> On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
>> This makes sense, do you have an idea how long it will be before the
>> "editing mode" will be part of the OL-trunk and also in which sandbox
>> it is currently hiding?
>
> N
Hi,
On 8/7/07, Steven M. Ottens <[EMAIL PROTECTED]> wrote:
> This makes sense, do you have an idea how long it will be before the
> "editing mode" will be part of the OL-trunk and also in which sandbox
> it is currently hiding?
Not sure, but here is some information about it:
http://trac.openlaye
Hi,
just as a hint to everyone who's custom widgets are broken by this
change in Util.js: for widgets based on WidgetBaseXSL.js, you can
always define a postPaint method to unescape the output:
this.postPaint = function(objRef) {
objRef.node.firstChild.innerHTML =
objRef.node.firstChi