ebola-geonode / ebola_geonode

Ebola GeoNode Project
0 stars 2 forks source link

Change OSM layer to humanitarian cartography #34

Open Jcrowley opened 9 years ago

jj0hns0n commented 9 years ago

@state-hiu can you do this?

On Mon, Nov 17, 2014 at 2:21 PM, John Crowley notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/ebola-geonode/ebola_geonode/issues/34.

state-hiu commented 9 years ago

I tried to hack it quickly a few days ago but couldn't. This is more complicated than you might think since MapLoom relies on OL3 and gxp_source info from settings.py

    {
        "source": {"ptype": "gxp_osmsource", "name": "OpenStreetMap"},
        "type": "OpenLayers.Layer.OSM",
        "name": "mapnik",
        "title": "OpenStreetMap",
        "args": ["OpenStreetMap"],
        "visibility": True,
        "fixed": True,
        "group":"background"
    }
ScottEvil commented 9 years ago

If there is a MapBox service with that cartography it might be an option.

On Monday, November 17, 2014, Humanitarian Information Unit < notifications@github.com> wrote:

I tried to hack it quickly a few days ago but couldn't. This is more complicated than you might think since MapLoom relies on OL3 and gxp_source info from settings.py

{
    "source": {"ptype": "gxp_osmsource", "name": "OpenStreetMap"},
    "type": "OpenLayers.Layer.OSM",
    "name": "mapnik",
    "title": "OpenStreetMap",
    "args": ["OpenStreetMap"],
    "visibility": True,
    "fixed": True,
    "group":"background"
}

— Reply to this email directly or view it on GitHub https://github.com/ebola-geonode/ebola_geonode/issues/34#issuecomment-63388143 .

state-hiu commented 9 years ago

If needed, we could create a MapBox layer with our hiu account.