Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.46 KB

File metadata and controls

29 lines (28 loc) · 1.46 KB

Code4Java

Repository for my java projects

NettyMqService

How to implement a message queue service with Netty and RabbitMQ.

中文详情(Chinese Details):

PoiSearchService

How to use Solr or Lucene to index and query data.

中文详情(Chinese Details):

ElasticsearchService

A simple project demonstrates how to use Elasticsearch.

中文详情(Chinese Details):

MapHttpService

A simple Http Map Service providing tile image.

WebGISDemo

A simple web GIS page based on leaflet.

中文详情(Chinese Details)

How to use WebGISDemo with MapHttpService:

  1. Start MapHttpService with right datasurce, an example:

    listenPort=8899
    database.dbType=0 # Use SQLite
    database.Sqlite.SqliteDbPath=D:\GIS\MapDownloader\MapDownloader\bin\Release\MapCache\TileDBv5\en\Data.gmdb

  2. Publish the page "map.html" to chrome to play.