I want to create a portal of real estate like zillow

How zillow is making property lines? I am thinking of creating a portal in the same style and map the houses in my city. I wanting to start creating boundaries of each property in my citie, make them clickable, add price, just like zillow .. Then, after i do this in my own city i am planning in expand, but I need to know how to get started. I already have a company that will do the development of the site for me..

Other urls found in this thread:

github.com/goosehub/landgrab
esri.cityofwestlake.org/westlakejs/
twitter.com/AnonBabble

have you looked at the google maps API? it comes with decent documentation

Yes, but you can not create a map of properties like it is in zillow.

Learn how maps work

that is the extent of my knowledge on this topic.

You need the list of properties for sale and rent.
Then you take their address and validate it, look up coordinates with google API.

why not just buy the tech from zillow? anyways each state county has land easement data and whatnot. if you can't figure this much out you should quit now

>eir address and validate it, look up coordinates with google API.
I from Brazil.

don't you guys live in shacks?

Zillow didn't programatically create those property lines. They were made by users, staff, and probably Amazon Turk like services as well. There may have been some data gathering in some cases from local sources, but there's nothing national for this. You gotta build the data. The data is the product.

Also, how will your product be better or different than Zillow? You probably can't beat them on this feature.

In the favelas in Rio de Janeiro there are many shacks. But I want to focus on the middle class houses.

Sometimes, municipalities have parcel data in some spatial database (spatialite if you're lucky, shapefile if you're not), so I'd contact your municipal government to see if they release parcel-level lot data.

>s
Here in Brazil there is nothing like it ;)

I see. Well, you just gotta build the easiest way to do this possible, start off with a certain city, do it yourself by hand, and expand it across the country and beyond as you acquire users, funding, and employees.

>ff with a certain city, do it yourself by hand, and expand it across the country an

This is exactly what I plan to do, but I need to know how zillow creates this map of ownership for them to adapt here.

Google maps polygon is a powerful feature of the api for things like this.

Here's a project I made with Google Maps using the Polygon feature. Source code might be of use to you.

github.com/goosehub/landgrab

>do it yourself by hand
this is a huge waste of time.

in the us, cities keep meticulous records of property lines, in what's called zoning maps, a lot of which are computerized
an example: esri.cityofwestlake.org/westlakejs/

i believe us laws require zoning maps to be released publicly; brazil is a whole different monster. Even still, if I couldn't find a way to at least partially automate the generation of zoning maps, i would just look to contact officials in the area for the data. Doing everything manual, is an absolute last resort

True, but OP wants to do it for Brazil, and Brazil ain't got that shit.

Probably google API can handle you this, you need to use the documentation, also for this level of usage you will need to pay, but its one of the finest GIS techs around.

You can use a proprietary gis system like Esri ArcGis, but if you dont have at least 100 grand i wouldnt worry.

You will not make this on your own, you need a GIS system, but you can handle the data storage on your database.

Brazil is a mess i live here. Forget about regulations, all property records are done by paper, or some dumb excel like system.
Also each city can have a number of records, operated by third parties, called cartorios. They arent obliged to maintain a compatible system, just to hold basic information, and a good portion in paper.

This one is disappointing anyways because all of the assets are PNG images, which would still have to be parsed somehow