~camptocamp/geospatial-addons/swisstopo-https-20121220

« back to all changes in this revision

Viewing changes to base_geoengine/static/src/js/geoengine.js

  • Committer: nicolas.bessi at camptocamp
  • Date: 2012-04-05 06:35:51 UTC
  • Revision ID: nicolas.bessi@camptocamp.com-20120405063551-mgdf4bz91u7uy9ew
[FIX] powered by  location

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                        new OpenLayers.Layer.Google(
95
95
                            l.name,
96
96
                            {type: glayers[l.google_type],
97
 
                            attribution: "<a href='http://www.camptocamp.com' style='position:relative;left:-270px;color:orange;font-weight:bold;background-color:#FFFFFF' target='_blank'>Powered by Camptocamp</a>"}
 
97
                            attribution: "<a href='http://www.camptocamp.com' style='position:relative;left:-470px;color:orange;font-weight:bold;background-color:#FFFFFF' target='_blank'>Powered by Camptocamp</a>"}
98
98
                        ));
99
99
                    break;
100
100
            }