• OpenCore Bugs

  • [TOPP trac] #2645: Javascript map on profile and project public views

    from "The Open Planning Project" on 2008-06-23 14:16
    #2645: Javascript map on profile and project public views
    ----------------------+-----------------------------------------------------
     Reporter:  pw        |              Owner:  nickyg                     
         Type:  defect    |             Status:  new                        
     Priority:  critical  |          Milestone:  Geocoding People & Projects
    Component:  oc-js     |            Version:                             
     Keywords:            |       Confirmation:                             
    Blockedby:            |   Time_to_complete:  A few hours                
     Blocking:            |  
    ----------------------+-----------------------------------------------------
     When you view somebody else's profile or project page, currently you just
     see a static google map image with no marker. It should instead be a
     scrollable, zoomable map with a non-draggable pin at the relevant
     coordinates.
    
     To fix this, I don't think we can reuse much of the gmap behavior in oc-
     behaviors.js; instead make a new function. (And rename the old one to
     something like editable_map).
    
     Marking this critical since Nick thinks it's a prerequisite for deploying
     the feature.
    
    -- 
    Ticket URL: <http://trac.openplans.org/openplans/ticket/2645>
    The Open Planning Project <http://www.openplans.org>
    Trac - The Open Planning Project
    
    Thread Outline:
  • Re: [TOPP trac] #2645: Javascript map on profile and project public views

    from "The Open Planning Project" on 2008-06-26 17:56
    #2645: Javascript map on profile and project public views
    --------------------------------+-------------------------------------------
            Reporter:  pw           |       Owner:  nickyg                     
                Type:  defect       |      Status:  closed                     
            Priority:  critical     |   Milestone:  Geocoding People & Projects
           Component:  oc-js        |     Version:                             
          Resolution:  fixed        |    Keywords:                             
        Confirmation:               |   Blockedby:                             
    Time_to_complete:  A few hours  |    Blocking:                             
    --------------------------------+-------------------------------------------
    Changes (by egj):
    
      * status:  new => closed
      * resolution:  => fixed
    
    
    Comment:
    
     I actually did it in r18729 by reusing the entire gmap behavior and just
     adding a is_static_map flag based on applying a separate class. r18730
     applies it to the appropriate viewlet.
    
    -- 
    Ticket URL: <http://trac.openplans.org/openplans/ticket/2645#comment:1>
    The Open Planning Project <http://www.openplans.org>
    Trac - The Open Planning Project