Google maps installation

0
Installed Google Maps. Created a entity 'Location' containing Name, Address, Latitude, Longtitude attributes. Created a form - on the left a data grid (from database) - on the right a data view (caller of the page) with the Google Maps Overview. Now I have to specify 'Objects' which are in the 'Location' entity. However both altitude and longtitude have to be specified. However I can not select these attributes from the table. What is my mistake?
asked
2 answers
0

Did you download the module or just the widget? If you download the module, your entity can inherit from GoogleMaps.Location, which contains all attributes necessary for the map to work; longitude and latitude are then handled automatically.

answered
0

But what if you use the widget ? I have exactly the same problem as Gerard: although the Latitude and Longitude attributes are defined in the same Location entity, Mendix does not recognize it. Is this a bug in the widget ?

answered