[Geomoose-users] startup service
Dan Little
theduckylittle at gmail.com
Tue Mar 29 13:15:15 PDT 2016
The ticket from this...
https://github.com/geomoose/geomoose/issues/120
On Tue, Mar 29, 2016 at 3:10 PM, Dan Little <theduckylittle at gmail.com>
wrote:
> The disabling of the toolbar is actually a new usability 'feature.' One
> of the big struggles that both Jim and Eli found in the UI was the order of
> operations when multiple services were starting at the same time due to the
> 'open' nature of the toolbar operation. You can see this in operation in
> the current demo when you click the "Search Parcels" tab. The only way to
> get the toolbar back is to click "cancel" which allows the service to clean
> itself up properly.
>
> If you've got a specific tab that you want displayed all the time it may
> be necessary to write it as a custom-tab extension. Which in 2.9 is going
> to get a bit easier.
>
> On Tue, Mar 22, 2016 at 3:49 PM, Brent Fraser <bfraser at geoanalytic.com>
> wrote:
>
>> Hi devs,
>>
>> In my task to upgrade my digitizing app, I see a couple of things:
>>
>> 1. That specifying a startup service in the URL disables the tools in
>> the toolbar
>>
>> 2. Specifying a startup service in the mapbook or in config.js doesn't
>> seem to work. And I can't find any place in the code where startup_service
>> is referenced.
>>
>> So I added a few lines to main.js (at line 73):
>>
>> var params = GeoMOOSE.getUrlParameters();
>> if(GeoMOOSE.isDefined(params.call)) {
>> var service_name = params.call;
>> delete params.call;
>> GeoMOOSE.startService(service_name, params, true);
>> };
>>
>> * /* --- new: --- */*
>> * if(GeoMOOSE.isDefined(CONFIGURATION['startup_service'])) { *
>> * var service_name = CONFIGURATION['startup_service'];*
>> * GeoMOOSE.startService(service_name, params, true);*
>> * }*
>>
>> while it does start the service in the config.js, but it has the same
>> effect on the toolbar as specifying "?call=myservice" in the URL (it is
>> disabled).
>>
>> Is there something special I need to set to enable the toolbar after a
>> startup service?
>>
>> --
>> Best Regards,
>> Brent Fraser
>>
>>
>> _______________________________________________
>> Geomoose-users mailing list
>> Geomoose-users at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20160329/3b5e562c/attachment.html>
More information about the Geomoose-users
mailing list