# openlayers-closure-application **Repository Path**: mirrors_openlayers/openlayers-closure-application ## Basic Information - **Project Name**: openlayers-closure-application - **Description**: Sample application describing how to compile the application and OpenLayers code together - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Closure-based OpenLayers 3 Application This is the sample application developed for the tutorial [Compiling Application with Closure Compiler](http://openlayers.org/en/latest/doc/tutorials/closure.html). To install the required dependencies, run: npm install To compile the code: ./node_modules/.bin/closure-util build config.json app.js This creates the build in `app.js`. Open `index.html` to check if the build works correctly. To start the development server, run: ./node_modules/.bin/closure-util serve config.json Then open [http://localhost:3000/index-debug.html](http://localhost:3000/index-debug.html) in a browser.