Image measurement and annotation tool - v2

Preklicano Objavljeno Feb 15, 2014 Plačilo ob prevzemu
Preklicano Plačilo ob prevzemu

High level description:

PHP AJAX JQUERY HTML5

A simple tool which will allow the uploading of drawings, the selection of a scale, apply measuring tools to measure (as per specified), apply Annotation of drawings with call-out boxes in different colours etc, the overlaying of multiple mark-ups. Ability to upload different 'versions' of the same diagram and show the mark-ups from the previous versions of the new version.

High level flow:

Measuring and annotating images:

Step 1. User selects a CAD file, PDf, image files

Step 2. User performs the following points and 'save' which will create an XML of the Mark-ups and any measurements determined bellow.

Other requirements:

There should be a single list of items which shows the uploaded and annotated images.

There should be a basic ability to select multiple images and overall the Annotations (Point 13 bellow not measurements)

1. Measuring travel distances from one fire exit to the next fire exit. This would require measuring through furniture and around walls which is never straight from point A to point B; (flexible ruler tool)

2. Measuring distances of external walls to the side boundaries on the site plans, this would require measuring from 0 to 360degree angles as it is critical to measure buildings that are less than 3m to the boundary and 6m to boundaries; (flexible ruler tool)

3. Measuring the height of the building and height of floors and able to move the arrow at different degrees and point its never a straight line; (flexible ruler tool)

4. Measuring the floor areas example of basement which must not always be square shape, we would need to run the arrows around the whole perimeter of the building to determine the floor area of the building to see if hydrants are required, if mechanical ventilation is required in basement so on; (flexible ruler tool)

5. Measuring of sections of the building, example a disabled toilet to see if it is built to the standards and if the plans are accurate; (ruler tool)

6. Measuring the external balcony distances to work out spandrels coverage between floors, this is never always straight always; (flexible ruler tool)

7. Need the function of the line being able to measure horizontally and vertically are different angles; (flexible ruler tool)

8. Measuring sections of the stairs to determine the riser height of the stair treads and going size, this would involve horizontal and vertical line measuring of the element; (flexible ruler tool)

9. Measuring height of external balustrading to the balcony to ensure it is 1m in height and measuring the gaps of the balustrading to ensure it is less than 125mm. Vertical and horizontal measuring required; (flexible ruler tool)

10. Measuring coverage of fire hose reels/Hydrants throughout the floor area of the building, this would mean measuring throughout all walls, furniture and any objects and it will not be a straight line measuring it will need to run and go through from point to point at different degree measuring; (flexible ruler tool)

11. Measuring spacing of the sprinklers on the elevation drawings, including emergency lighting and exit signs, this could be straight measuring but might involve going at angles also; (flexible ruler tool)

12. The scales in the measuring tool must be 1:5, 1:20, 1:50, 1:75, 1:100, 1:150, 1:200, 1:300, 1:400, 1:500, 1:1000 as required by the architectural drawings done by the architects;

13. Highlighting and annotation tools (different colours)

create the shell script file to convert the .DWG files to jpeg

Must also integrate this project into our AFAS system

For integration of drawing tool:-

For developer need to develop in opensource like jquery. He need to take care that this tool needs integrate in php language

Also he needs to integrate shell script for same conversion for .dwg to JPEG

Or any other solution if other developer have then please let me know.

phpMyAdmin SQL Dump
-- version 3.4.10.1deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 28, 2014 at 01:25 PM
-- Server version: 5.5.35
-- PHP Version: 5.3.10-1ubuntu3.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `afas_live`
--

-- --------------------------------------------------------

--
-- Table structure for table `afas_eloadgersdrawings`
--

CREATE TABLE IF NOT EXISTS `afas_eloadgersdrawings` (
`drawing_id` int(11) NOT NULL AUTO_INCREMENT,
`title_en` varchar(255) CHARACTER SET utf8 NOT NULL,
`title_ar` varchar(255) CHARACTER SET utf8 NOT NULL,
`discription_en` text CHARACTER SET utf8 NOT NULL,
`discription_ar` text CHARACTER SET utf8 NOT NULL,
`filename_en` varchar(255) CHARACTER SET utf8 NOT NULL,
`filename_ar` varchar(255) CHARACTER SET utf8 NOT NULL,
`afas_comments_en` varchar(255) CHARACTER SET utf8 NOT NULL,
`afas_comments_ar` varchar(255) CHARACTER SET utf8 NOT NULL,
`jobId` int(11) NOT NULL,
`date` date NOT NULL,
`user_id` int(11) NOT NULL,
`status` int(4) NOT NULL,
PRIMARY KEY (`drawing_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;

Please find the drawing tool detailed description

In AFAS and E-lodgment section drawings upload into project, Emergency Data Management,Occupancy certificate section.
Below are details to upload drawing into e-lodgment section.

1.Project section
>> http://mymotionpoint.com/afas/index.php/elodgement/drawings/60
2.Emergency Data Management
>>http://mymotionpoint.com/afas/index.php/elodgement/drawings_emergency/60
3.Occupancy certificate section
>>http://mymotionpoint.com/afas/index.php/elodgement/add_drawings_occupancy/60

E-lodger user login information
http://mymotionpoint.com/afas/index.php
User-name: nilesh@idealtechnology.com
Password: 123456
Also AFAS user can upload drawings with drawings status and AFAS comment.below we mention where afas user can upload drawings.

1.Project section
>>http://mymotionpoint.com/afas/index.php/esystem/add_certificates/60
2.Emergency Data Management
>>http://mymotionpoint.com/afas/index.php/esystem/add_drawings_emergency/61
3.Occupancy certificate section
>>http://mymotionpoint.com/afas/index.php/esystem/add_drawings_occupancy/61

AFAS user login information
login url: http://mymotionpoint.com/afas/index.php
User-name: admin
Password: 123456

1.Project section
>> http://mymotionpoint.com/afas/index.php/elodgement/drawings/60
2.Emergency Data Management
>>http://mymotionpoint.com/afas/index.php/elodgement/drawings_emergency/60
3.Occupancy certificate section
>>http://mymotionpoint.com/afas/index.php/elodgement/add_drawings_occupancy/60

We have attached sql structure database for drawings upload:
Here for storages file we used 'filename_en' and 'filename_ar' column names.

All types of drawings and architect files will upload into above section and drawings file upload into "http://mymotionpoint.com/afas/uploads/esystem/drawings/" this

Please price without Integration for now as we will arrange for our developers to do the integration of this stand alone project into our AFAS system

AJAX HTML5 jQuery / Prototype PHP XML (razširljiv označevalni jezik)

ID projekta: #5442205

Več o projektu

16 predlogov Oddaljen projekt Aktiven Mar 15, 2014

16 freelancerjev ponuja v povprečju za $1697 na tem delu

vw580939vw

A proposal has not yet been provided

$1546 AUD v 10 dneh
(163 ocen)
7.4
zeke

Dear Customer! I am an expert PHP developer with over 6 years of experience and very interested to work on this project. Available to start immediately and finish as soon as possible. My bid is for fast professional s Več

$2577 AUD v 30 dneh
(184 ocen)
7.4
fhasanbd

Hi dear sir, I have extensive experience in PHP, HTML5, Javascript, Drupal, Joomla!, CSS, Mysql, Graphic Design, Illustrator, Photoshop.. My experience and dedication in work will certainly help you to accomplish y Več

$1907 AUD v 15 dneh
(16 ocen)
5.4
ijustcode

Hello, Experts here! Thanks to giving chance to bid on this task. I can do this and will use these approaches of SDLC phase to accomplish this. Phase 1:-UI Creation as per the details you posted using html, Več

$1288 AUD v 22 dneh
(9 ocen)
3.8
bistanil98

have gone through with the requirement and we can start this project now. I want to introduce our self, we are a group of freelancers we have 11 year of experience in web application development and design, we w Več

$1800 AUD v 35 dneh
(39 ocen)
6.8
cyruszargar

A proposal has not yet been provided

$1388 AUD v 25 dneh
(3 ocen)
1.5
krutikjayswal

A proposal has not yet been provided

$1388 AUD v 3 dneh
(2 ocen)
1.4
stevenswart

Greetings from South Africa, lorenceissa! :-) I am using my bid as a way of making contact. My present contract may or may not end in May 2014. Please contact me about my availability. Kindly refer to my terms Več

$3000 AUD v 420 dneh
(0 ocen)
0.0
softbcsbcs

I'm Alka , a Freelance Website Developer. I will develop websites at most competitive prices lower than Freelancers. In the last 5-6 years, i have developed many websites of various business categories in different Več

$1030 AUD v 6 dneh
(1 Ocena)
0.0