Repository for my java projects
How to implement a message queue service with Netty and RabbitMQ.
A simple Http Map Service providing tile image for Map.
A simple web GIS page based on leaflet.
中文详情(Chinese Details)
- How to use Elasticsearch.
- How to use Solr or Lucene to index and query data.
- How to use Elasticsearch to index and query POI(GEO data).
- Lucene index and query POI data
- Solr index and query MYSQL data
- Solr index and query GEO data
- Elasticsearch index and query data
- SQL to Elasticsearch Java Code
How to use WebGisDemo with MapHttpService:
- Download map tile image with MapDownloader
- Start MapHttpService with right data source, an example:
port=8899
database.type=0 # Use SQLite
database.sqlite.path=E:\GIS\MapDownloader\MapCache\TileDBv5\en\Data.gmdb - Start WebGISDemo: http://localhost:9090/map