{"id":38955509,"url":"https://github.com/mikey75/jmaps","last_synced_at":"2026-01-17T16:15:33.677Z","repository":{"id":206852347,"uuid":"643150254","full_name":"mikey75/jmaps","owner":"mikey75","description":"Java Swing component to display and interact with web maps. ","archived":false,"fork":false,"pushed_at":"2025-12-02T16:03:06.000Z","size":12965,"stargazers_count":2,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-05T11:38:08.137Z","etag":null,"topics":["cartography","component","gis","gpx","java","maps","online-maps","openstreetmap","osm","swing","tracking","webmaps","wmts"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikey75.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-20T08:54:11.000Z","updated_at":"2025-12-02T16:03:10.000Z","dependencies_parsed_at":"2025-12-03T20:07:55.835Z","dependency_job_id":null,"html_url":"https://github.com/mikey75/jmaps","commit_stats":null,"previous_names":["mikey75/jmaps"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/mikey75/jmaps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikey75%2Fjmaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikey75%2Fjmaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikey75%2Fjmaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikey75%2Fjmaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikey75","download_url":"https://codeload.github.com/mikey75/jmaps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikey75%2Fjmaps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cartography","component","gis","gpx","java","maps","online-maps","openstreetmap","osm","swing","tracking","webmaps","wmts"],"created_at":"2026-01-17T16:15:33.196Z","updated_at":"2026-01-17T16:15:33.669Z","avatar_url":"https://github.com/mikey75.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Maven Central](https://img.shields.io/maven-central/v/net.wirelabs/jmaps)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![CI](https://github.com/mikey75/jmaps/actions/workflows/maven-build.yml/badge.svg)\n![Last commit](https://img.shields.io/github/last-commit/mikey75/jmaps)\n\n\n# Java Swing component to display and interact with online maps.\n\n- Supports OpenStreetMap style slippy maps\n- Supports WMTS maps\n- Supports QUAD tile maps (e.g virtual earth)\n- Supports most CRS projections (via proj4j)\n- Supports multiple layer maps with transparency/zoom offsets\n- Comes with example application and example map definitions.\n- Supports user overlays - you can plot anything on the map (waypoints, GPS tracks etc)\n- Supports caching (file-based, in-memory database or Redis) of map tiles with configurable timeout\u003cbr\u003e\n\nFor changes always look at ReleaseNotes.txt \n  \n# Usage: \n          \u003cdependency\u003e\n            \u003cgroupId\u003enet.wirelabs\u003c/groupId\u003e\n            \u003cartifactId\u003ejmaps-viewer\u003c/artifactId\u003e\n            \u003cversion\u003e$version/version\u003e\n          \u003c/dependency\u003e\n          \nLatest version can be checked here on the top bar maven status icon.\n\n# !!! Warning !!!\nVersion 1.3 introduced a tiny error, that makes using map sources that have space in query params unusable.\u003cbr\u003e\nDetails are in [Issue #49.](https://github.com/mikey75/jmaps/issues/49) Fix is already in 1.4.0 version. \nDo not use version 1.3 if you have such map sources.\n# Samples:\njMaps comes with sample demo application. \nIt is also an example of using the jMaps component in your own application.\u003cbr\u003e\nHere's a few pictures telling thousand words ;)\n- WMTS Map of Czech Republic\n![sample1](images/1.png \"Sample 1\")\n- Poland raster topographic WMTS map\n![sample2](images/2.png \"Sample 2\")\n- OpenStreetMap with loaded GPX track\n![sample3](images/3.png \"Sample 3\")\n- Example of multilayer map (2 layers - one is a base topo map, the other is elevation profile). \nYou can enable/disable given layer from the view.\n![sample4](images/4.png \"Sample 4\")\n- Virtual Earth Maps (example of quad tiles) \n![sample5](images/5.png \"Sample 5\")\n\n# Running example app locally\nYour JAVA_HOME should point to java 17:\n```\ncd jmaps-viewer \u0026\u0026 mvn clean install \u0026\u0026 cd ..\ncd jmaps-example \u0026\u0026 mvn clean package \u0026\u0026 cd ..\ncd jmaps-example \u0026\u0026 java -jar target/jmaps-example.jar\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikey75%2Fjmaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikey75%2Fjmaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikey75%2Fjmaps/lists"}