Skip to content

Commit

Permalink
Merge pull request #2344 from camptocamp/osm-demo
Browse files Browse the repository at this point in the history
Rename the default theme from OSM to Demo
  • Loading branch information
sbrunner committed Feb 21, 2017
2 parents a7854a8 + 988eed3 commit a2177da
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
});

var module = angular.module('app');
module.constant('defaultTheme', 'OSM');
module.constant('defaultTheme', 'Demo');
module.constant('defaultLang', 'en');
module.constant('langUrls', langUrls);
module.constant('cacheVersion', cacheVersion);
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/apps/desktop_alt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
});

var module = angular.module('app');
module.constant('defaultTheme', 'OSM');
module.constant('defaultTheme', 'Demo');
module.constant('defaultLang', 'en');
module.constant('langUrls', langUrls);
module.constant('cacheVersion', cacheVersion);
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/apps/mobile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
});

var module = angular.module('app');
module.constant('defaultTheme', 'OSM');
module.constant('defaultTheme', 'Demo');
module.constant('defaultLang', 'en');
module.constant('langUrls', langUrls);
module.constant('cacheVersion', cacheVersion);
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/backgroundlayerselector.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/contextualdata.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/displayquerygrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/displayquerywindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/drawfeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h2>Draw & Measure</h2>
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/editfeature.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/elevation.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/featurestyle.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/layertree.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/layertreeadd.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('gmfTreeManagerModeFlush', false);
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/mobilemeasure.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
<script src="../../../node_modules/angular-gettext/dist/angular-gettext.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/mouseposition.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/objecteditinghub.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/permalink.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/examples/wfspermalink.html
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<script src="../../../utils/watchwatchers.js"></script>
<script>
var gmfModule = angular.module('gmf');
gmfModule.constant('defaultTheme', 'OSM');
gmfModule.constant('defaultTheme', 'Demo');
gmfModule.constant('angularLocaleScript', '../build/angular-locale_{{locale}}.js');
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contribs/gmf/test/spec/beforeeach.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ beforeEach(function() {
$provide.value('authenticationBaseUrl', 'https://fake/gmf/authentication');
$provide.value('gmfRasterUrl', 'https://fake/gmf/raster');
$provide.value('gmfContextualdatacontentTemplateUrl', 'contextualdata.html');
$provide.value('defaultTheme', 'OSM');
$provide.value('defaultTheme', 'Demo');
});
});
2 changes: 1 addition & 1 deletion examples/asitvd.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<script src="../utils/watchwatchers.js"></script>
<script>
var ngeoModule = angular.module('ngeo');
ngeoModule.constant('defaultTheme', 'OSM');
ngeoModule.constant('defaultTheme', 'Demo');
</script>
</body>
</html>

0 comments on commit a2177da

Please sign in to comment.