1

Does anyone know how to implement such kind of website or app? It's regarding realestate plot availability. It is fully interactive. And also please suggest how to make a generic software for uploading such multiple maps and plotting buttons on them.
http://neemsboro.com/neemsvalluru.p...

Comments
  • 1
    Based on the output of that iframe.

    View output of: http://neemsboro.com/neemsvalu.php/

    Painfully by the looks of things.

    It doesn't even feel like it was generated by a library, but someone actually went to great lengths to build it server side.
  • 1
    What is this monstrosity?
  • 0
    @C0D4 so you mean all the buttons are placed with hardcoded positions? Or Is there any library to do such things?
  • 1
    @sanketthecoder
    maybe.

    this is the same block of code being looped through.

    the id is incremental so there's a loop of some kind running over it.

    the only thing that looks like its changing is the TOP and LEFT positions in css, which could just be mapped in the Database and spat out in the loop.

    it really does look like something like.. let me make a gist:

    https://gist.github.com/C0D4-101/...
  • 1
    @C0D4 Hmmm, got it. So is there any library which can do such stuff automatically on an SVG or something like that?
  • 1
    @sanketthecoder
    something that comes to mind is arcgis but it can be slow, well... not as slow as that site you want to mimick 😂

    https://developers.arcgis.com/javas...
  • 1
    @C0D4 Haha😜.. True.. Thanks a ton.. Other suggestions are also welcomed from others as well..
  • 2
    Maybe @AleCx04 or @Root have had some experience with custom mapping that hasn't ended badly 😎
  • 1
    @C0D4 none that has ended badly, and none that gave me sufficient exposure to provide feedback :(
Add Comment