Forum Replies Created

are often better for cooling We may not necessarily be buying the concept

  • I use index2.html. I see markers in markers.json like:
    {“markers”:[
    {“address”:”C/Sagunto, 6 3º-A. 42001. soria. ESPAÑA”,”image”:”assets/images/demo-content/property-1.jpg”,”icon”:”assets/images/marker-apartment.png”, “price”:”450,000″, “status”:”House for sale”, “bedrooms”:”3″, “bathrooms”:”2″, “area”:”140″},
    {“address”:”C/ALCALÁ, 20. 08080. MADRID”,”image”:”assets/images/demo-content/property-9.jpg”,”icon”:”assets/images/marker-commercial.png”, “price”:”1,000,000″, “status”:”House for sale”, “bedrooms”:”3″, “bathrooms”:”2″, “area”:”140″}
    ]}
    It is ok, but I need to use long and lat instead adress

    It is difficult to me to explain. As I have 12 points to insert in map, I have it into a mysql with several fields:
    – long
    – lat
    – name
    – adress
    – photo
    – description
    – and more fields

    So, I need to know where must i put this values to appear in the map this points. I need to know where must I write each long an lat.

    Later, iI want to create a detail page to show all data of each point. In your sample all points have a link to the same page: product-single.html and I would like to do a link like product-single-1.html, product-single-2.html, etc…

    Thanks again

    I also need to change link to project-single.html and do different link to each point in map

    I see . And is there any way to put this code inside html file? I mean don’t use markers.son file