mappanel

MapPanel renders OpenstreetMaps using just basic java. Rendering is done from a tileserver and uses some multithreaded tile loading, caching and zooming. Free for everyone to build his own stuff on.

License

License

GroupId

GroupId

com.github.rjolly
ArtifactId

ArtifactId

mappanel
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

mappanel
MapPanel renders OpenstreetMaps using just basic java. Rendering is done from a tileserver and uses some multithreaded tile loading, caching and zooming. Free for everyone to build his own stuff on.
Project URL

Project URL

http://github.com/srutz/mappanel/
Project Organization

Project Organization

com.github.srutz

Download mappanel

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rjolly/mappanel/ -->
<dependency>
    <groupId>com.github.rjolly</groupId>
    <artifactId>mappanel</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rjolly/mappanel/
implementation 'com.github.rjolly:mappanel:1.0'
// https://jarcasting.com/artifacts/com.github.rjolly/mappanel/
implementation ("com.github.rjolly:mappanel:1.0")
'com.github.rjolly:mappanel:jar:1.0'
<dependency org="com.github.rjolly" name="mappanel" rev="1.0">
  <artifact name="mappanel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rjolly', module='mappanel', version='1.0')
)
libraryDependencies += "com.github.rjolly" % "mappanel" % "1.0"
[com.github.rjolly/mappanel "1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
net.java.linoleum : application jar 1.6

runtime (1)

Group / Artifact Type Version
net.java.linoleum : jlfgr jar 1_0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0