Strabon

changeset 1537:3843718cc980

Updated ChangeLog for bug#82 fix.
author Theofilos Ioannidis <tioannid@yahoo.com>
date Tue Oct 10 13:10:40 2017 +0300 (2017-10-10)
parents f287cc1b8b99
children e5605d639172
files ChangeLog endpoint/src/main/webapp/META-INF/context.xml
line diff
     1.1 --- a/ChangeLog	Wed Oct 04 11:55:13 2017 +0300
     1.2 +++ b/ChangeLog	Tue Oct 10 13:10:40 2017 +0300
     1.3 @@ -1,3 +1,10 @@
     1.4 +Wed Oct 04 11:55:13 2017 +0300
     1.5 +
     1.6 +        * Bug #82 fixed : Added capability to Endpoint for the user to supply 
     1.7 +          and store his unique Google Maps API Key. The context path of the 
     1.8 +          endpoint is not restricted when a Key is provided. Users that do not 
     1.9 +          supply a key can still run the application as before.
    1.10 +
    1.11  Wed Mar 11 21:02:48 2015   Pyravlos Team
    1.12  	
    1.13  	* Bug #73, modified appendBuffer function to take the srid into
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/endpoint/src/main/webapp/META-INF/context.xml	Tue Oct 10 13:10:40 2017 +0300
     2.3 @@ -0,0 +1,2 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<Context path="/endpoint"/>