Thursday 31 March 2016

Wordpress Max upload size

How to change the maximum upload size in WordPress?

Open .htaccess file in the root directory and add the following lines

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300

Wednesday 2 March 2016

Create WFS using GeoServer


  1. Download and install geoserver as service on your machine, http://geoserver.org/release/stable/
  2. Login to geoserver as admin (default login: admin/geoserver)
  3. Create work-space 


  4. Create new store (Connection to database)



  5. Now create publish the layer, follow the following steps 




  6. Now, we are ready to get WFS link, following the following screenshots