{"id":21317193,"url":"https://github.com/tdesjardins/gwt-ol","last_synced_at":"2025-07-12T02:32:37.891Z","repository":{"id":21002458,"uuid":"24293015","full_name":"TDesjardins/gwt-ol","owner":"TDesjardins","description":"GWT wrapper for OpenLayers 3+ using JSInterop","archived":false,"fork":false,"pushed_at":"2024-05-02T13:18:42.000Z","size":2570,"stargazers_count":69,"open_issues_count":3,"forks_count":33,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-06-11T20:05:45.840Z","etag":null,"topics":["gis","gwt","gwt-ol","gwt-ol3","java","jsinterop","mapping","maps","ogc","ol","ol3","ol6","openlayers","web","wrapper"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TDesjardins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-09-21T14:25:45.000Z","updated_at":"2024-07-07T07:50:47.786Z","dependencies_parsed_at":"2024-01-16T17:02:15.091Z","dependency_job_id":"aef96bea-2eaf-4974-891f-139273eea646","html_url":"https://github.com/TDesjardins/gwt-ol","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TDesjardins%2Fgwt-ol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TDesjardins%2Fgwt-ol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TDesjardins%2Fgwt-ol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TDesjardins%2Fgwt-ol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TDesjardins","download_url":"https://codeload.github.com/TDesjardins/gwt-ol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225787138,"owners_count":17524104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gis","gwt","gwt-ol","gwt-ol3","java","jsinterop","mapping","maps","ogc","ol","ol3","ol6","openlayers","web","wrapper"],"created_at":"2024-11-21T18:42:14.174Z","updated_at":"2025-07-12T02:32:37.583Z","avatar_url":"https://github.com/TDesjardins.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"GWT-OpenLayers 3+\n==================\n\n[![Build Status](https://github.com/TDesjardins/gwt-ol/workflows/Build/badge.svg)](https://github.com/TDesjardins/gwt-ol/actions)\n[![Maven Central](https://img.shields.io/maven-central/v/com.github.tdesjardins/gwt-ol3.svg?colorB=44cc11)](https://central.sonatype.com/artifact/com.github.tdesjardins/gwt-ol3/)\n[![Join the chat at https://gitter.im/gwt-ol3/Lobby](https://badges.gitter.im/gwt-ol3/Lobby.svg)](https://gitter.im/gwt-ol3/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nWith **gwt-ol** you can write fast mapping applications for web and mobile in pure Java. Technically speaking, it is a GWT wrapper for [OpenLayers 3+](http://openlayers.org/ \"OpenLayers website\") using the [JSInterop](https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit)-Features of the [GWT-SDK](https://www.gwtproject.org/release-notes.html#Release_Notes_2_12_2 \"Release notes\"). The project consists of two parts:\n  \n  * a GWT wrapper for OpenLayers 3+ (gwt-ol3-client)\n  * a demo module for showing wrapper functionality (gwt-ol3-demo)\n\nYou can build (`mvn package`) and run (`mvn gwt:devmode`) the application using Maven.\n\nIf you want to build the application without Maven please consider the following hints: \n\n  * Building the application with older GWT-SDK than 2.8.0-beta1 will not work. You can download the latest SDK [here](http://www.gwtproject.org/versions.html).\n\n## Demo App\n[GWT-OL live example](https://tdesjardins.github.io/gwt-ol-demo-site/)\n\n## Project Setup\n\n### Maven dependency\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.tdesjardins\u003c/groupId\u003e\n  \u003cartifactId\u003egwt-ol3\u003c/artifactId\u003e\n  \u003cversion\u003e[x.x.x]\u003c/version\u003e\n\u003c/dependency\u003e\n```\nReplace `[x.x.x]` with the gwt-ol version you want to use.\n### GWT module\n\n```xml\n  \u003cinherits name='ol.GwtOL'/\u003e\n```\noptional: add this line for proj4js support\n```xml\n  \u003cinherits name=\"proj4.GwtProj4\"/\u003e\n```\n\n### Resources\n\n```html\n  \u003clink href=\"//cdn.jsdelivr.net/npm/ol@[x.x.x]/ol.min.css\" rel=\"stylesheet\" type=\"text/css\"\u003e\n  \u003cscript src=\"//cdn.jsdelivr.net/npm/ol@[x.x.x]/dist/ol.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\nReplace `[x.x.x]` with the OpenLayers version you want to use.\n\n## Download\n\nReleases are deployed to the [Central Repository][dl].\n\nSnapshots of the development version are available in \n[Central snapshots repository][snapshots].\n\n\n [dl]: https://central.sonatype.com/artifact/com.github.tdesjardins/gwt-ol3/\n [snapshots]:https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/github/tdesjardins/gwt-ol3/HEAD-SNAPSHOT/\n \n## Projects using gwt-ol\n\n[Running Reality](https://www.runningreality.org/)  \n[Mapping of Covid19 spread in Italy](https://www.k-teq.com/covid19/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdesjardins%2Fgwt-ol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftdesjardins%2Fgwt-ol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftdesjardins%2Fgwt-ol/lists"}