Posted by kartagis on May 30, 2012 at 6:20am
Hi,
I've created my map as per http://www.interworks.com/blogs/mmueggenborg/2012/01/03/setting-drupal-7..., which is seen nicely at http://engelsizturkiye.info. However, some of my locations are not visible on the map. What can I do about this?
Regards,

Comments
@orkutmuratyilmaz One example
@orkutmuratyilmaz
One example is Beşiktaş İnönü Stadı, whose coordinates are 41.0392 (Lat) and 28.9947 (Lon).
node URL?
Can you provide the node URLs?
http://geoperformans.com
The most recent one is
The most recent one is http://www.engelsizturkiye.info/engelsiz-alan/besiktas-inonu-stadi.html
It may be a problem with
It may be a problem with Views' number of items to display. Maybe you can try displaying the nodes as titles (unformatted) instead of the map display, to see if missing points are really outputted from the views results.
Normally, openlayers doesn't have a mechanism to filter the results in the view area. So, you cannot expect to see all 10 locations in the window if you set the number of results as 10 in views. Instead, this number determines the number of points displayed in the whole map. You can only see 10 locations if you zoom all the way out in the map.
Views geojson module has a mechanism to filter the results to visible area of the map. From the project page:
@etcetera9, I tried what you
@etcetera9, I tried what you suggested (removed limit) but there is no change so far :(
Then it is highly possible
Then it is highly possible that the location data (lat/long, or wkt - I dont know which format you are using) for that node is not stored correctly. You can try comparing the location data with another working node.