This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Ajax Image Upload Using PHP and jQuery</title> | |
<style> | |
o Condensed', sans-serif; | |
} | |
h1 | |
{ | |
text-align: center; | |
background-color: #FEFFED; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I have been trying for wfs-t from past one week. Sofar i have reached to display wfs feature on map. Now how the postgres is connected to the geoserver and how the xml will get updated every time when i add new feature on map. | |
My code related to it is | |
----------------------------------------------------------------------------------------------- | |
<!doctype html> | |
<html> | |
<head> | |
<title>WFS</title> | |
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/> | |
<link type="text/css" rel="stylesheet" href="ol.css" /> | |
<link type="text/css" rel="stylesheet" href="material.indigo-pink.min.css" /> |