Commit Graph

62 Commits

Author SHA1 Message Date
Madhura Jayaratne
35b18e57a2 Coding style improvements - Multiline assignments 2011-12-07 23:28:50 +05:30
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
84f621b545 Sanitize filenames in a unified manner - more instances 2011-08-24 22:52:28 +05:30
Madhura Jayaratne
b768e4de82 Typo 2011-08-24 10:06:23 +05:30
Madhura Jayaratne
9b007f9920 Min-max calculation for polygons needs not consider inner rings 2011-08-24 09:40:08 +05:30
Madhura Jayaratne
b0465744fb Coding style improvements 2011-08-23 19:20:22 +05:30
Madhura Jayaratne
d6bf1cd451 Adhere to coding style 2011-08-13 10:02:39 +05:30
Madhura Jayaratne
414ac18e62 Remove redundant parameter 2011-08-12 13:32:43 +05:30
Madhura Jayaratne
7f94f8ea73 Wrap long lines 2011-08-11 21:21:19 +05:30
Madhura Jayaratne
ca0bf0be27 Fix coding style 2011-08-11 21:20:24 +05:30
Madhura Jayaratne
0e84927693 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS
Conflicts:
	libraries/common.lib.php
2011-08-08 07:45:53 +05:30
Madhura Jayaratne
9c316b7b11 Reduce font size. Remove black from the color list 2011-08-08 07:37:21 +05:30
Madhura Jayaratne
acb6656961 Labels for each part in the geometry is not a good idea 2011-08-08 07:37:03 +05:30
Madhura Jayaratne
a1f2d5311a Abstract function definition to the PMA_GIS_Geometry class 2011-08-08 07:36:26 +05:30
Madhura Jayaratne
2f6a53f50d Labels for polygons and multipolygons 2011-08-08 07:36:12 +05:30
Madhura Jayaratne
2b749e30c5 Should verify that the point is not empty first 2011-08-08 07:35:52 +05:30
Madhura Jayaratne
218a2b561c Labels for linestrings and multilinestring exported to PNG and PDF 2011-08-08 07:35:33 +05:30
Madhura Jayaratne
1a16ba7cae Labels for points and multipoint exported to PDF 2011-08-08 07:35:18 +05:30
Madhura Jayaratne
2923f1cdb5 Labels for multipoints exported to PNG 2011-08-08 07:30:41 +05:30
Madhura Jayaratne
981cfeac2e Labels for exporting points as PNG 2011-08-08 07:30:21 +05:30
Madhura Jayaratne
e2d535cc56 Use $cfg['PDFDefaultPageSize'] when exporting to PDF 2011-08-08 07:29:30 +05:30
Michal Čihař
69a69a5fb8 Use new function for download headers 2011-08-04 14:19:53 +02:00
Madhura Jayaratne
304a5d666b Avoid undefined variables 2011-08-01 00:25:02 +05:30
Madhura Jayaratne
f00b473c17 Accept WKTs without SRID 2011-07-31 23:14:43 +05:30
Madhura Jayaratne
e62c03f7a5 Avoid undefined index 2011-07-31 22:28:02 +05:30
Madhura Jayaratne
11ca5daa41 Change of color 2011-07-24 22:30:52 +05:30
Madhura Jayaratne
1f2ba4e9cc Resolves problems with point and multipoint visualizations due to the assumption of empty values as zeros 2011-07-24 22:17:03 +05:30
Madhura Jayaratne
47fdfad336 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into OpenGIS
Conflicts:
	libraries/gis/pma_gis_geometrycollection.php
2011-07-22 04:07:09 +05:30
Madhura Jayaratne
e62d62fa12 Add package name 2011-07-21 21:50:55 +05:30
Madhura Jayaratne
498d53f177 Keep 1 space after the longest variable name 2011-07-21 21:45:27 +05:30
Madhura Jayaratne
de5c41d537 Line length 2011-07-21 21:44:30 +05:30
Madhura Jayaratne
96140680ee Indicate that these methods returns nothing 2011-07-21 21:29:14 +05:30
Madhura Jayaratne
1e8914fe50 Avoid code duplication 2011-07-21 20:19:24 +05:30
Madhura Jayaratne
338756306b Better variable naming 2011-07-21 19:35:03 +05:30
Madhura Jayaratne
dc9312cae3 Return assigned to wrong variable 2011-07-21 18:35:53 +05:30
Madhura Jayaratne
ffa28f0f7c Avoid variables with short names 2011-07-21 18:33:45 +05:30
Madhura Jayaratne
24b28f1017 Unused variable 2011-07-21 18:29:51 +05:30
Madhura Jayaratne
2a402a3103 OpenStreetMaps based data visualization for GIS data editor 2011-07-18 13:43:46 +05:30
Madhura Jayaratne
5a6379f93e SVG based data visualization for GIS data editor 2011-07-17 16:59:25 +05:30
Madhura Jayaratne
242534a78a Avoid divide by zero error 2011-07-13 00:17:09 +05:30
Madhura Jayaratne
3ca86a3929 Protection against malformed WKT and null 2011-07-11 21:29:48 +05:30
Madhura Jayaratne
c81db372d7 Manually implemented PointOnSurface() function as it is not yet implemented in MySQL 2011-07-09 19:18:03 +05:30
Madhura Jayaratne
a58bb10e18 Correctly import multipolygons from ESRI shape files 2011-07-08 18:32:35 +05:30
Madhura Jayaratne
4d111205b1 A polygon needs to have atleast 4 points - more instances 2011-07-03 22:46:48 +05:30
Madhura Jayaratne
93ab68dd13 A polygon needs to have atleast 4 points - more instances 2011-07-03 22:41:52 +05:30
Madhura Jayaratne
c4faafdc79 Import GIS data from ESRI shape files 2011-07-03 22:12:02 +05:30
Madhura Jayaratne
ff3efd4b7d Editing geometry data using GIS data editor. 2011-06-26 17:57:12 +05:30
Madhura Jayaratne
5ac3f567c4 GIS data editing for POINT 2011-06-25 23:01:48 +05:30
Madhura Jayaratne
63900d0094 GIS data editor for environments without JavaScript support.
GIS data preserved while editing.
2011-06-25 19:39:31 +05:30
Madhura Jayaratne
2b6f807b61 Add borders 2011-06-17 07:28:24 +05:30