Skip to content

Ekito/MapTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapTracker – a Play! 2.1 demo

Use of Play! 2.1 (Java API) with Twitter Bootstrap, WebSockets, Akka and OpenLayers.

The purpose of this project is to show a moving vehicle on a map. The location of the vehicle is sent to the server through a REST call, and the connected users can see the vehicle moving in real-time on their map.

Please take a look at this article to have explanations.

You can find the Play 2.0 version in the play-2.0 branch of this git repository.

Known issue

It may not work under Windows, because of a Play bug :

java.lang.RuntimeException: java.lang.RuntimeException: com.google.javascript.js
comp.deps.SortedDependencies$MissingProvideException: module$maptracker

To solve this, move maptracker.js from app/asset/javascript to public/javascript.

Javascript dependencies

The following libraries have been used in the project :

Thanks to…

http://mapicons.nicolasmollet.com/ for the icons.

License

Copyright 2012 Ekito – http://www.ekito.fr/

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.