This project is a starting point for programming custom map.apps bundles and themes. It contains examples for common tasks such as building widgets with Vue.js or creating your own custom themes. You may use this project as a blueprint for starting your own map.apps project.
Since both Typescript and Javascript can be used to implement bundles, this project contains two bundles with the same functionality, sample_camera
implemented in Typescript and sample_camera_js
implemented in Javascript.
Initially only the sample_camera
bundle is included in the Demo
sample app.
For detailed documentation on how to use map.apps for Developers to extend map.apps, see the map.apps Developer's Guide.
- Java >= 17
- Maven >= 3.9.0
Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).
Then run the following commands from the project root directory to start a local development server:
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
For more details refer to the Developer's Guide.
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
Note here a bigger change inside the pom.xml
and gulpfile.js
happened due to the introduction of browsersync as dev server and the support for rollup based builds.
Please compare the files not all changes are documented in detail.
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
See Changelog
- Adjust the
mapapps.version
property in./pom.xml
to4.8.3
- Adjust the versions in
devDependencies
in./package.json
according to the list below:- "ct-mapapps-gulp-js": "^0.3.6"
- Adjust the
mapapps.version
property in./pom.xml
to4.8.2
- Change the requirement
babel-polyfill
toapprt-polyfill
in the./pom.xml
andsrc/test/webapp/js/tests/test-init.js
. - Replace
$apprt.load
and$apprt.lauchAppFromParam
by$apprt.startApp
in thesrc/test/webapp/index.html
- Adjust the
mapapps.version
property in./pom.xml
to4.8.1
- Adjust the
mapapps.version
property in./pom.xml
to4.8.0
- Adjust the
ct.jsregistry.version
property in./pom.xml
to1.3.4
- Adjust the versions in
devDependencies
in./package.json
according to the list below:- "ct-mapapps-gulp-js": "^0.2.5"
- Adjust the
mapapps.version
property in./pom.xml
to4.7.2
- Adjust the
ct.jsregistry.version
property in./pom.xml
to1.3.2
- Add the version hint
<version>${ct.jsrt-test.version}</version>
for dependenciesct-jsrt-test-intern
andct-jsrt-test-uitest
inpom.xml
- Update the Gulpfile and remove the dev dependencies from
gulpfile.js
. For details see commit
- Adjust the
mapapps.version
property in./pom.xml
to4.7.1
- Adjust the
ct.jsregistry.version
property in./pom.xml
to1.3.1
- Adjust the
mapapps.version
property in./pom.xml
to4.7.0
- Adjust the
ct.jsregistry.version
property in./pom.xml
to1.3.0
- Adjust the versions in
devDependencies
in./package.json
according to the list below:- "eslint-config-ct-prodeng": "^1.0.5"
- "vue-template-compiler": "2.6.6"
- Adjust the
mapapps.version
property in./pom.xml
to4.6.1
- Adjust the
mapapps.version
property in./pom.xml
to4.6.0
- Adjust the versions in
devDependencies
in./package.json
according to the list below:- "ct-mapapps-gulp-js": "~0.1.3"
- "vue-template-compiler": "2.5.17"
- Go to
./src/test/webapp/index.html
and replace thecorsEnabledServers: ["@@mapapps.remote.base@@"]
withtrustedServers: ["@@mapapps.remote.base@@"]
inside the apprt request configuration object.