| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Older | 2025-11-04 | ||
| Source | 2025-11-04 | ||
| Readme.txt | 2025-11-04 | 5.4 kB | |
| MapNavigator_2025_11_05.jar | 2025-11-04 | 1.5 MB | |
| Totals: 4 Items | 1.5 MB | 2 | |
MAP NAVIGATOR
Map Navigator is a geographic data viewer and editor, equipped with tools for measurement, exploration, and routing. The software is written in Java and requires JRE 1.8 or later to be installed on the PC.
The goal of Map Navigator is to bridge the functionality between Google Earth and established GIS applications such as ArcGIS, QGIS, and OpenJUMP. It is engineered to be used as both didactic software and a professional-grade tool.
Map Navigator requires intalled JRE 1.8 or later and an internet connection
LICENSES
* MapNavigator is under the GNU General Public License v2 (GPL-2.0) or later.
* Core map visualizer of Map Navigator is based on JMapViewer [https://wiki.openstreetmap.org/wiki/JMapViewer - GNU ver 2].
* Tango Icons, used for toolbars, are distributed under CC-by-sa 2.5 [https://commons.wikimedia.org/wiki/Tango_icons].
* OpenStreatmaps symbology [https://wiki.openstreetmap.org/wiki/OpenStreetMap_Carto/Symbols] is distributed under Creative Commons CC0 1.0.
* Geological CARG symbology [https://https://github.com/ma15569/geosymbols] is distributed under Creative Commons CC0 1.0.
* Open Topo Data [https://www.opentopodata.org/] is a REST API server for providing elevation data, distributed as open-source
* OSM Nominatim [https://nominatim.openstreetmap.org/ui/search.html] is the official geocoding service of OpenStreetMap (OSM) and it is licensed under the GNU General Public License v2 (GPL-2.0) or later.
* OSRM [Open Source Routing Machine - http://router.project-osrm.org] is an open-source routing engines built on top of OpenStreetMap (OSM). Data are under ODbL 1.0 license
* The Wikipedia GeoSearch API is a feature of the Wikimedia MediaWiki API that allows you to find Wikipedia articles near a geographic coordinate. The content of Wikipedia Geosearch is under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
AUTHOR AND CONTACT
Giuseppe Aruta
email: giuseppe_aruta@yahoo.it
https: sourceforge.net/projects/opensit/
CHANGELOG
2025-11-05
* Optimized map scale bar
* Added small scale bar to lower info bar
* Improved zoom by mouse dragging
2025-11-04
* Add option to measurement in Imperial system
* Centralized measurements into UnitAndMeasure.class
* Completed license section
* Speed up tile renderer using VolatileImage instead of
BufferedImage and a cache of loaded tiles
2025-10-31
* Image importer:
a) improved reading LZW and ZIP compressed TIF file
b) improved GEOTIFF pixel scale and tie point reading
c) if the image is without georeferencing, option
to load it into the view
* Vector importer: Added Shapefile reader
* Data exporter: export elements takes into account the type:
a) if they all are vectors -> export to KMZ, GPX, DXF, CSV
vector formats
b) if there is only one image element -> export to TIFF,
KMZ, PNG, JPG and GIF raster formats
c) if there are both vector and image ->export to an unique mix
raster and vector KMZ format
* Editing:
a) Added draw vector tool
b) prioritized vector display over raster
c) Centralized addMapObjects to JMapViewerTree main class
2025-10-18
* Improved zoom to punctual geometries
* Added popup on Wikipedia table result to open web page and to zoom.
* Rearranged help/info dialog to add licenses and list of functions
* Centralized zoom commands, added zoom previous/next tools on toolbar
2025-10-15
* Fix some bugs on Language management
* Added support to georeference raster image (not activated)
* Added Geportale Nazionale IGM and De Agostini tile maps
2025-09-06
* First public realize on Source Forge
2025-09-06
* Make editing and modifing tools undoable
2025-08-15
* Added support to store Map<Strig,String> of attributes to MapObject
in order to make a create an adapter between KML Attribute Data and
GIS attributes
* Added export to DXF
* Added support to export Attribute table as CSV file for DXF, GPX and WKT
writers
* Enhanced drag on JTree
* Enhenced JTree display
2025-08-11
* Added support to read image files with worldfile or KML raster files
2025-07-28
* Added support to read image files with worldfile or KML raster files
* Added Extract centroid and Extract segments for MapPolygonImpl
* Added Polygonize and Extract intersection for MapPolyLineImpl
2025-06-23
* Added support to Undo/Redo
* Added modify geometries plugins on object jtree menu
2025-06-18
* Complete Draw tools with Draw Adiacent polygon, Draw hole/island
* Added support for MapPolygonImpl with holes
2025-06-02
* Added support to modify geometries
* Added support to MultyGeometry (not activated)
* Refractor Image libraries as separate project
2024-11-30
* Add support to open web pages (Wikipedia) for Linux and Mac OSX
2024-05-09
* Correct bug on zoom to a single point
* Added Icon to Layer on jTree
* Added topology validator framework with some significant rules
2024-04-18
* Added a save and load MapNavigator project XML file (*.mnx)
2024-04-15
* Rewrite jTree structure
* Correct bug on delete layer
* Added measure Azimuth on drawing tools
2024-03-25
* Initial realize