Jump to content

GeoMaps questions and problems


Julio Sene França

Recommended Posts

Hi,

 

I'm trying to make an advanced search with geolocation proximity. I've followed the GeoMap Manual, however the code isn't working. So, I have some questions to do:

 

1 - My address is separeted in street, number, postal code, neighborhood, city, etc. Those fields are configured in GeoMap -> Configuration -> Basic Setup -> Address Fields (Address 1 field, Address 2 field, etc).  Did I need to join all of this parts in just one jreviews field to GeoMaps works?

 

2 - Geo Location fields -> "Map it field" is configured to jr_logradouro (field with just street name) and I added the following code to the advanced search module:

 

                        {jr_logradouro_label}: {jr_logradouro}
                        <br />Raio:
                        <select id="jr_radius<?php      echo    $module_id;?>"  name="data[Field][Listing][jr_radius]"  />
                                <option value="5"       selected="selected">5   Km</option>
                                <option value="10">10   Km</option>
                                <option value="15">15   Km</option>
                                <option value="20">20   Km</option>
                        </select><br />

 

3 - When I try to activate GoMap module, the page stops to work. The page is showed with many parts broken and the maps and list (main content) disapear. It sounds like javascript conflict, maybe with jomsocial modules. There are something to do about it?

Thanks.

Link to comment
×
×
  • Create New...