Ticket #959 (closed feature: worksforme)

Opened 6 years ago

Last modified 5 years ago

When using MapViewerServiec code, default icons used to show up in 2.3rc3, do not in 2.4

Reported by: openlayers Owned by:
Priority: minor Milestone: 2.6 Release
Component: general Version: 2.4
Keywords: Cc: asheesh@…
State:

Description

When using the MapViewerService code, in version 2.3rc3 the data file (as passed to &data= http://example.com/file.txt) can specify just a (lat, lon) pair, and a marker will appear.

When changing the MVS code to use version 2.4 of OpenLayers.js, an icon image URL is required. This is a regression.

If this isn't clear, let me know. It's terse but should be enough.

Change History

Changed 6 years ago by crschmidt

  • milestone set to 2.6 Release

Changed 5 years ago by crschmidt

  • status changed from new to closed
  • resolution set to worksforme

I can't reproduce this: I created a text file which looked like this:

point
10,20
4,5

and it worked fine.

If you still care, please set up a minimal working example, and reopen this ticket.

Note: See TracTickets for help on using tickets.