GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.45k stars 1.13k forks source link

Map Composer Search Layers Window fixes #452

Closed jj0hns0n closed 10 years ago

jj0hns0n commented 12 years ago

Not working very well currently. @bartvde lets discuss next week.

jj0hns0n commented 11 years ago

This is working, there are a few usability things.

@bartvde there is still a little that could be done to make this look better. Can we move the option bart to the bottom and make it take up the whole width?

screenshot_6_21_13_5_58_pm

jj0hns0n commented 11 years ago

@bartvde do you have any time to do some small fixes to this before foss4g?

ingenieroariel commented 11 years ago

It would be great to have this look better in 2.0, the integration right now is very poor, for example:

a) The numbering on the pagination is misaligned b) As Jeff pointed out, the widget does not take the whole height or width. c) There is a space between the header and the map composer (looks like a blue line)

Should we have design issues block the final release? Who can take on it?

simod commented 10 years ago

closing as there's not the search layer tool anymore

jj0hns0n commented 10 years ago

This is a regression actually. We should have a search tool in the map composer.

On Tue, Apr 15, 2014 at 8:01 AM, Simone Dalmasso notifications@github.comwrote:

closing as there's not the search layer tool anymore

Reply to this email directly or view it on GitHubhttps://github.com/GeoNode/geonode/issues/452#issuecomment-40492080 .

capooti commented 10 years ago

+1 to keep it open. The regression was introduced by moving to latest GeoExplorer version, that does not include the tool. Need to figure out why. https://github.com/GeoNode/geonode/commit/f3d8228af341aaa87fddfd9bdd377458c419cc1d

bartvde commented 10 years ago

is there an online version that I can check out to see why the tool is missing?

simod commented 10 years ago

@bartvde http://demo.geonode.org/maps/23/view, @jj0hns0n yes we should have a search tool but maybe not as was before because a bit confusing (add layers VS search layers)

bartvde commented 10 years ago

did anything change in the layer sources? There is no catalogue search anymore defined in the config:

sources": {"1": {"id": "2", "ptype": "gxp_mapquestsource"}, "0": {"id": "1", "ptype": "gxp_olsource"}, "3": {"title": "Local Geoserver", "url": "http://demo.geonode.org/geoserver/wms", "baseParams": {"VERSION": "1.1.1", "REQUEST": "GetCapabilities", "TILED": true, "SERVICE": "WMS"}, "ptype": "gxp_wmscsource", "restUrl": "/gs/rest", "id": "0"}, "2": {"id": "3", "ptype": "gxp_bingsource"}}}
simod commented 10 years ago

@bartvde I'm not aware of any changes. It seems to be disappeared after anew django-geoexplorer release that we did like a month ago. @ingenieroariel any ideas?

capooti commented 10 years ago

I have the suspect that we broke it here: https://github.com/GeoNode/geonode/commit/3ef9b31b2de3ba4a360fe69c534630f9419177d4

I'll investigate.

capooti commented 10 years ago

No, that is not the problem. Something else broke it.