Map question

Hey,

I have question regarding maps. Is there a possibility to choose
something else than 'auto' in left menu, when we load the map
report?left_menu
I mean I want select by default other option than 'auto'.

Regards,
Łukasz

Hey,

I don't think anyone on this list is very familiar with the maps code
unfortunately. I assume is possible, though I have no idea whether it's
readily supported by the framework or whether we would need to add support
for it.

What have you tried so far?

Cory

··· On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski < lwyszomirski@soldevelo.com> wrote:

Hey,

I have question regarding maps. Is there a possibility to choose something
else than 'auto' in left menu, when we load the map report?[image:
left_menu]
I mean I want select by default other option than 'auto'.

Regards,
Łukasz

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

This is possible. If you set "default": True in the dict display_config ->
metrics -> column_you_want_to_view_dict it should work. See this example
https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/reports/commtrack/maps.py#L177
for more

··· On Thu, Jun 11, 2015 at 11:15 PM, Cory Zue wrote:

Hey,

I don't think anyone on this list is very familiar with the maps code
unfortunately. I assume is possible, though I have no idea whether it's
readily supported by the framework or whether we would need to add support
for it.

What have you tried so far?

Cory

On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski < lwyszomirski@soldevelo.com> wrote:

Hey,

I have question regarding maps. Is there a possibility to choose
something else than 'auto' in left menu, when we load the map report?[image:
left_menu]
I mean I want select by default other option than 'auto'.

Regards,
Łukasz

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks for help. I found this option in the morning :slight_smile:

··· On 12.06.2015 12:34, Sravan Reddy wrote: > > This is possible. If you set |"default": True| in the dict > |display_config -> metrics -> column_you_want_to_view_dict| it should > work. See this example > > for more > > ​ > > On Thu, Jun 11, 2015 at 11:15 PM, Cory Zue <czue@dimagi.com > wrote: > > Hey, > > I don't think anyone on this list is very familiar with the maps > code unfortunately. I assume is possible, though I have no idea > whether it's readily supported by the framework or whether we > would need to add support for it. > > What have you tried so far? > > Cory > > On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski <lwyszomirski@soldevelo.com > wrote: > > Hey, > > I have question regarding maps. Is there a possibility to > choose something else than 'auto' in left menu, when we load > the map report?left_menu > I mean I want select by default other option than 'auto'. > > Regards, > Łukasz > -- > > --- > You received this message because you are subscribed to the > Google Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from > it, send an email to > commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > > -- > > --- > You received this message because you are subscribed to the Google > Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > > > -- > > --- > You received this message because you are subscribed to the Google > Groups "CommCare Developers" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to commcare-developers+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

Hi everyone,

Is this map report already deployed on CommCareHQ ? I don't recall seeing in yet. If not deployed, is there a way to play with it on the dimagi CommCareHQ servers ?

Many thanks,

Charles

··· On Friday 12 June 2015 12:34:05 Sravan Reddy wrote: > This is possible. If you set "default": True in the dict display_config -> > metrics -> column_you_want_to_view_dict it should work. See this example > > for more > ​ > > On Thu, Jun 11, 2015 at 11:15 PM, Cory Zue wrote: > > > Hey, > > > > I don't think anyone on this list is very familiar with the maps code > > unfortunately. I assume is possible, though I have no idea whether it's > > readily supported by the framework or whether we would need to add support > > for it. > > > > What have you tried so far? > > > > Cory > > > > On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski < lwyszomirski@soldevelo.com> wrote: > > > >> Hey, > >> > >> I have question regarding maps. Is there a possibility to choose > >> something else than 'auto' in left menu, when we load the map report?[image: > >> left_menu] > >> I mean I want select by default other option than 'auto'. > >> > >> Regards, > >> Łukasz > >> > >> -- > >> > >> --- > >> You received this message because you are subscribed to the Google Groups > >> "CommCare Developers" group. > >> To unsubscribe from this group and stop receiving emails from it, send an > >> email to commcare-developers+unsubscribe@googlegroups.com. > >> For more options, visit https://groups.google.com/d/optout. > >> > > > > -- > > > > --- > > You received this message because you are subscribed to the Google Groups > > "CommCare Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to commcare-developers+unsubscribe@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > >

--
Charles Flèche
mHealth Advisor
Télécoms Sans Frontières http://www.tsfi.org
Première Urgence - Aide Médicale Internationale http://www.pu-ami.org

Hey Charles,

You can see maps reports if you enable CommTrack/Supply, and then setup
locations and submit stock against them. These are very specific to
logistics reports.

There is also a demo + a case list report that requires backend config to
setup. I'll create support ticket to push the demos to a feature flag so we
can give non-superusers access to them. Feel free to also take a crack at
it if you'd like!

Cory

··· On Fri, Jun 12, 2015 at 10:30 AM, Charles Flèche wrote:

Hi everyone,

Is this map report already deployed on CommCareHQ ? I don't recall seeing
in yet. If not deployed, is there a way to play with it on the dimagi
CommCareHQ servers ?

Many thanks,

Charles

On Friday 12 June 2015 12:34:05 Sravan Reddy wrote:

This is possible. If you set "default": True in the dict display_config
->

metrics -> column_you_want_to_view_dict it should work. See this example

<
commcare-hq/corehq/apps/reports/commtrack/maps.py at master · dimagi/commcare-hq · GitHub

for more

On Thu, Jun 11, 2015 at 11:15 PM, Cory Zue czue@dimagi.com wrote:

Hey,

I don't think anyone on this list is very familiar with the maps code

unfortunately. I assume is possible, though I have no idea whether it's

readily supported by the framework or whether we would need to add
support

for it.

What have you tried so far?

Cory

On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski < lwyszomirski@soldevelo.com> wrote:

Hey,

I have question regarding maps. Is there a possibility to choose

something else than 'auto' in left menu, when we load the map
report?[image:

left_menu]

I mean I want select by default other option than 'auto'.

Regards,

Łukasz

--


You received this message because you are subscribed to the Google
Groups

"CommCare Developers" group.

To unsubscribe from this group and stop receiving emails from it,
send an

email to commcare-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--


You received this message because you are subscribed to the Google
Groups

"CommCare Developers" group.

To unsubscribe from this group and stop receiving emails from it, send
an

email to commcare-developers+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--

Charles Flèche

mHealth Advisor

Télécoms Sans Frontières http://www.tsfi.org

Première Urgence - Aide Médicale Internationale http://www.pu-ami.org

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Thanks Cory,

I'll take a look at the mapping feature, thanks for that. We have couple of non-CommTrack project that may need it in the near future, I'll check what we can do.

Thanks again,

Charles

··· On Friday 12 June 2015 10:35:18 Cory Zue wrote: > Hey Charles, > > You can see maps reports if you enable CommTrack/Supply, and then setup > locations and submit stock against them. These are very specific to > logistics reports. > > There is also a demo + a case list report that requires backend config to > setup. I'll create support ticket to push the demos to a feature flag so we > can give non-superusers access to them. Feel free to also take a crack at > it if you'd like! > > Cory > > On Fri, Jun 12, 2015 at 10:30 AM, Charles Flèche wrote: > > > Hi everyone, > > > > > > > > Is this map report already deployed on CommCareHQ ? I don't recall seeing > > in yet. If not deployed, is there a way to play with it on the dimagi > > CommCareHQ servers ? > > > > > > > > Many thanks, > > > > > > > > Charles > > > > > > > > > > > > On Friday 12 June 2015 12:34:05 Sravan Reddy wrote: > > > > > This is possible. If you set "default": True in the dict display_config > > -> > > > > > metrics -> column_you_want_to_view_dict it should work. See this example > > > > > < > > https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/reports/commtrack/maps.py#L177 > > > > > > > > for more > > > > > ​ > > > > > > > > > > On Thu, Jun 11, 2015 at 11:15 PM, Cory Zue wrote: > > > > > > > > > > > Hey, > > > > > > > > > > > > I don't think anyone on this list is very familiar with the maps code > > > > > > unfortunately. I assume is possible, though I have no idea whether it's > > > > > > readily supported by the framework or whether we would need to add > > support > > > > > > for it. > > > > > > > > > > > > What have you tried so far? > > > > > > > > > > > > Cory > > > > > > > > > > > > On Thu, Jun 11, 2015 at 9:13 AM, Łukasz Wyszomirski < lwyszomirski@soldevelo.com> wrote: > > > > > > > > > > > >> Hey, > > > > > >> > > > > > >> I have question regarding maps. Is there a possibility to choose > > > > > >> something else than 'auto' in left menu, when we load the map > > report?[image: > > > > > >> left_menu] > > > > > >> I mean I want select by default other option than 'auto'. > > > > > >> > > > > > >> Regards, > > > > > >> Łukasz > > > > > >> > > > > > >> -- > > > > > >> > > > > > >> --- > > > > > >> You received this message because you are subscribed to the Google > > Groups > > > > > >> "CommCare Developers" group. > > > > > >> To unsubscribe from this group and stop receiving emails from it, > > send an > > > > > >> email to commcare-developers+unsubscribe@googlegroups.com. > > > > > >> For more options, visit https://groups.google.com/d/optout. > > > > > >> > > > > > > > > > > > > -- > > > > > > > > > > > > --- > > > > > > You received this message because you are subscribed to the Google > > Groups > > > > > > "CommCare Developers" group. > > > > > > To unsubscribe from this group and stop receiving emails from it, send > > an > > > > > > email to commcare-developers+unsubscribe@googlegroups.com. > > > > > > For more options, visit https://groups.google.com/d/optout. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Charles Flèche > > > > mHealth Advisor > > > > Télécoms Sans Frontières http://www.tsfi.org > > > > Première Urgence - Aide Médicale Internationale http://www.pu-ami.org > > > > > > > > -- > > > > --- > > You received this message because you are subscribed to the Google Groups > > "CommCare Developers" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to commcare-developers+unsubscribe@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > > >

--
Charles Flèche
mHealth Advisor
Télécoms Sans Frontières http://www.tsfi.org
Première Urgence - Aide Médicale Internationale http://www.pu-ami.org