Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OpenMap-java
/
openmap
Public
Notifications
You must be signed in to change notification settings
Fork
49
Star
82
Code
Issues
26
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 28, 2026
Resolve merging problems, imports.
dfdietrick
committed
522cc4f
View commit details
Copy full SHA for 522cc4f
Browse repository at this point
Merge branch 'openmap_6.0/release' into master, making it the default version when you check out the repo.
Show description for b339bfe
dfdietrick
committed
b339bfe
View commit details
Copy full SHA for b339bfe
Browse repository at this point
Commits on Jul 5, 2021
Merge branch 'openmap_6.0/develop' into openmap_6.0/release, updating Maven and ant builds.
dfdietrick
committed
35c7943
View commit details
Copy full SHA for 35c7943
Browse repository at this point
Maven and ant build updates for different phases, consistency.
dfdietrick
committed
d21cec1
View commit details
Copy full SHA for d21cec1
Browse repository at this point
Javadoc cleanups.
dfdietrick
committed
5147b5c
View commit details
Copy full SHA for 5147b5c
Browse repository at this point
Commits on Jul 2, 2021
Adding package for ommaptile jar file, installation
dfdietrick
committed
ae49dfc
View commit details
Copy full SHA for ae49dfc
Browse repository at this point
Adding package for ommaptile jar file, installation
dfdietrick
committed
6689f5e
View commit details
Copy full SHA for 6689f5e
Browse repository at this point
Updating MapBean version.
dfdietrick
committed
480dcc5
View commit details
Copy full SHA for 480dcc5
Browse repository at this point
Updating pom.xml files to remote SNAPSHOT from jar/war build files.
dfdietrick
committed
e2e924e
View commit details
Copy full SHA for e2e924e
Browse repository at this point
Initial update to CHANGELOG for 6.0 release. More details for the changes will be added.
dfdietrick
committed
283138e
View commit details
Copy full SHA for 283138e
Browse repository at this point
Add connection timeout for ServerMapTileFactory, gets used when localCacheDir is used. Updated logging output.
dfdietrick
committed
8b7c79e
View commit details
Copy full SHA for 8b7c79e
Browse repository at this point
Refining dependency handing for ant build. Will use dependencies fetched using mvn dependency:copy-dependencies.
dfdietrick
committed
0230890
View commit details
Copy full SHA for 0230890
Browse repository at this point
Commits on Jul 1, 2021
Fixed TileGrabber, the localCacheDir needs to be set with the target. Import cleanups.
dfdietrick
committed
43003d8
View commit details
Copy full SHA for 43003d8
Browse repository at this point
Commits on Apr 18, 2021
Removing glassfish-web.xml, it's not needed for the vpfbrowseservlet.
dfdietrick
committed
e3852ee
View commit details
Copy full SHA for e3852ee
Browse repository at this point
formmatting updates.
dfdietrick
committed
d5fb19d
View commit details
Copy full SHA for d5fb19d
Browse repository at this point
Fixing bug for BinaryBufferedFile closures for reuse.
dfdietrick
committed
89e677d
View commit details
Copy full SHA for 89e677d
Browse repository at this point
Fixed problem with getting classnames for components defined for writing properties.
dfdietrick
committed
c5ab89f
View commit details
Copy full SHA for c5ab89f
Browse repository at this point
Commits on Mar 24, 2021
Simplify the contents of the About window.
Donald Dietrick
committed
e0a66fe
View commit details
Copy full SHA for e0a66fe
Browse repository at this point
Reversing assignable check in the ProjectionFactory to create new projections, now in correct order. Not sure why it was working before.
Donald Dietrick
committed
49a9987
View commit details
Copy full SHA for 49a9987
Browse repository at this point
Commits on Mar 3, 2021
Updating vpfbrowser and wmsservlet poms to adjust parent settings.
Donald Dietrick
committed
05102dc
View commit details
Copy full SHA for 05102dc
Browse repository at this point
Updating Geo Intersection test classes.
Donald Dietrick
committed
bd9a09f
View commit details
Copy full SHA for bd9a09f
Browse repository at this point
Updating layer status gifs so they have a different pattern in addition to color.
Donald Dietrick
committed
db6ebb7
View commit details
Copy full SHA for db6ebb7
Browse repository at this point
Adding a debug statement when the image isn't visible on the map.
Donald Dietrick
committed
0e04450
View commit details
Copy full SHA for 0e04450
Browse repository at this point
Commits on Dec 22, 2020
Refactoring the IconPartCollection and implementations. Created OMIconPart enum that does the heavy Shape lifting, used by OpenMapAppPartCollection.
Donald Dietrick
committed
d4654dd
View commit details
Copy full SHA for d4654dd
Browse repository at this point
AbstractImageFormatter was misusing the ImageScaler, the provided parameters weren't correct. Modified the ImageScaler to use image type to handle transparency, and the AbstractImageFormatter call…
Show description for 00db847
Donald Dietrick
committed
00db847
View commit details
Copy full SHA for 00db847
Browse repository at this point
Commits on Nov 30, 2020
Adding check for availability for servlet-api.jar classes before trying to build those classes, providing a message on failure
Donald Dietrick
committed
96a80a7
View commit details
Copy full SHA for 96a80a7
Browse repository at this point
Commits on Nov 3, 2020
adding IDE specific directories and files to .gitignore
Donald Dietrick
committed
d012d67
View commit details
Copy full SHA for d012d67
Browse repository at this point
IDE setting cleanups, removing IDE specific files.
Donald Dietrick
committed
083f18d
View commit details
Copy full SHA for 083f18d
Browse repository at this point
Updated formatting.
Donald Dietrick
committed
0c857ed
View commit details
Copy full SHA for 0c857ed
Browse repository at this point
Changing double click to end poly creation to right-click.
Donald Dietrick
committed
2717af5
View commit details
Copy full SHA for 2717af5
Browse repository at this point
Adding null pointer check for the raster in generate before copying label information to it.
Donald Dietrick
committed
5ea8470
View commit details
Copy full SHA for 5ea8470
Browse repository at this point
Allow the model to be updated, even if it has already been set.
Donald Dietrick
committed
7edb7ea
View commit details
Copy full SHA for 7edb7ea
Browse repository at this point
Updated the error message output of the OMGraphicHandlerLayer to be less obtrusive when something goes wrong, to help with application output. You can set the logger to Level.FINE for more informa…
Show description for 801ddd5
Donald Dietrick
committed
801ddd5
View commit details
Copy full SHA for 801ddd5
Browse repository at this point
Code Cleanup. Added Generics notations for Collections, change the signature for PropUtils to replace Hashtables and Vectors with Map and List. Updated Environment and I18 to act more properly as…
Show description for 0d6e6e3
Donald Dietrick
committed
0d6e6e3
View commit details
Copy full SHA for 0d6e6e3
Browse repository at this point
Cleaning up pom.xml and build.xml files. The ant build.xml files have been updated to use the maven target directory to store build artifacts, but the artifacts are different, in different directo…
Show description for 63f34e3
Donald Dietrick
committed
63f34e3
View commit details
Copy full SHA for 63f34e3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.