#htmlcaption1 Go UP! Pure Javascript. No jQuery. No flash. #htmlcaption2 #htmlcaption3

Tuesday, November 15, 2016

Install OpenLayers QGIS Plugin


Plugin for Add OpenStreetMap, Google Maps, Yahoo Maps layers and more basemaps online to layers.

How???

Step by step

1.  Open QGIS














2. Open Pugins toolbar, chose Manage and Install Plugins... 










3. Wait for Connecting to QGIS Official Plugin Repository 



















4. Search "OpenLayers Plugin" in Searchbox









5. Install  "OpenLayers Plugin"















6. Wait for installing Plugin









7. Close and Open This Plugin in Web toolbar










Thanks for reading this article. :)

Download Shapefile Zona UTM Indonesia


DOWNLOAD --> https://drive.google.com/open?id=0B5F69aVu4G0vVHBDWTZ1VS1mckU

Sunday, July 26, 2015

Install XAMPP for Linux in Ubuntu 14.04 LTS

download XAMPP for Linux 5.6.11 x64 and copy file download to home folder

install in terminal 

sudo chmod +x xampp-linux-x64-5.6.11-0-installer.run
sudo ./xampp-linux-x64-5.6.11-0-installer.run
And click “Next” until Finish

start the XAMPP service
sudo /opt/lampp/lampp start
or

open Xampp control panel GUI in Ubuntu, open the terminal and paste the following code
sudo gedit ~/.local/share/applications/xampp-control-panel.desktop
paste the following code to the text editor and save it
[Desktop Entry]
Comment=Start and Stop XAMPP
Name=XAMPP Control Panel
Exec=gksudo python /opt/lampp/share/xampp-control-panel/xampp-control-panel.py
Icon[en_CA]=/usr/share/icons/Humanity/devices/24/network-wired.svg
Encoding=UTF-8
Terminal=false
Name[en_CA]=XAMPP Control Panel
Comment[en_CA]=Start and Stop XAMPP
Type=Application
Icon=/usr/share/icons/Humanity/devices/24/network-wired.svg

 You can access the xampp control planel in Application "XAMPP Control Panel" and start XAMPP



paste the following code to the text editor and enter


sudo su
chmod 775 /opt/lampp/htdocs

Open localhost in web browser