博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenStreetMap(OSM) JMap Viewer(Java swing map)
阅读量:5169 次
发布时间:2019-06-13

本文共 1489 字,大约阅读时间需要 4 分钟。

This article from:

JMapViewer is a java component which allows to easily integrate an OSM map view into your Java application.

Features

  • Provides integrated zoom controls (slider and buttons) in the left upper corner (can be hidden)
  • Switch between different tile sources: Mapnik, Tiles@Home, Cyclemap, ... (other tiled maps can be used, too)
  • Configurable in-memory and file-based caching of loaded map tiles
  • A list of map markers (the yellow circles in the screenshot) can be added. Map markers of different shape can be easily added by implementing the MapMarker interface.
  • Configurable/Extentable/Replaceable controller (code part that manages mouse interaction and how the map reacts to it)
  • Requirement: Java 1.6
  • License: GPL
  • Subversion repository:
    • The repository is an Eclipse project which can be directly checked out. Additionally a build.xml for compiling and packaging via Apache Ant is present in the repository.

Releases

Releases containing source code and binary jar files are available in the releases directory in the SVN:

Demo

The release contains a small demo application which demonstrates some of the features of JMapViewer.

Development

Javadoc for that component can be found on JOSM-Documentation:

Bugs can be reported in JOSM-Wiki:

Origin

JMapViewer bases on code written originally for the plugin slippy map chooser

See also

- similar name but more complex. Embeddable swingx component for java gui developers.

 

Help BBS

转载于:https://www.cnblogs.com/boonya/p/3803646.html

你可能感兴趣的文章
Apriori算法
查看>>
onlevelwasloaded的调用时机
查看>>
lr_start_transaction/lr_end_transaction事物组合
查看>>
CodeIgniter学习笔记(四)——CI超级对象中的load装载器
查看>>
.NET CLR基本术语
查看>>
ubuntu的home目录下,Desktop等目录消失不见
查看>>
建立,查询二叉树 hdu 5444
查看>>
[Spring框架]Spring 事务管理基础入门总结.
查看>>
2017.3.24上午
查看>>
Python-常用模块及简单的案列
查看>>
LeetCode 159. Longest Substring with At Most Two Distinct Characters
查看>>
基本算法概论
查看>>
jquery动态移除/增加onclick属性详解
查看>>
JavaScript---Promise
查看>>
暖暖的感动
查看>>
Java中的日期和时间
查看>>
Django基于admin的stark组件创建(一)
查看>>
C. Tanya and Toys_模拟
查看>>
springboot jar包运行中获取资源文件
查看>>
基于FPGA实现的高速串行交换模块实现方法研究
查看>>