Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 831 Bytes

File metadata and controls

21 lines (12 loc) · 831 Bytes

gets

Geo2tag e-Tourism Service (GeTS) is a front-end service for geo2tag server to use in tourist application. Service divided into two parts: service API and Geo2Tag extensions.

The project developer page: https://redmine.cs.karelia.ru/projects/geo2tag

Service API

The source code of service API presents in /service folder. The description presents in /service/index.php

Service implemented on PHP using KML language.

Geo2Tag extensions

The Geo2Tag extensions includes database modifications and additional functions which are not presented in original service. The scripts for database modifications presents in /db folder. The source code of additional functions presents in /scripts folder.

Additional functions are implemented using XML-RPC protocol.