Custom query (1091 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1091)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#2389 fixed ipyleaflet notebook osgeolive@… darkblueb
Description

build 157 ol15

    /usr/lib/python3/dist-packages/ipyleaflet-0.17.0.egg-info
from ipyleaflet.leaflet import Map, Marker

center = (52.204793, 360.121558)

m = Map(center=center, zoom=15)

marker = Marker(location=center, draggable=True)
m.add_layer(marker);

display(m)

# Now that the marker is on the Map, you can drag it with your mouse,
# it will automatically update the `marker.location` attribute in Python

# You can also update the marker location from Python, that will update the
# marker location on the Map:
marker.location = (50, 356)
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
/tmp/ipykernel_2816/2413662246.py in <module>
----> 1 from ipyleaflet.leaflet import Map, Marker
      2 
      3 center = (52.204793, 360.121558)
      4 
      5 m = Map(center=center, zoom=15)

/usr/lib/python3/dist-packages/ipyleaflet/leaflet.py in <module>
     16 )
     17 
---> 18 from ipywidgets.widgets.trait_types import InstanceDict
     19 from ipywidgets.embed import embed_minimal_html
     20 

ImportError: cannot import name 'InstanceDict' from 'ipywidgets.widgets.trait_types' (/usr/lib/python3/dist-packages/ipywidgets/widgets/trait_types.py)

#2387 fixed 22.04 tomcat9 with openjdk8 JSP compilation error kalxas kalxas
Description

https://bugs.launchpad.net/ubuntu/+source/tomcat9/+bug/1972829

Linked with #2379 and #2366

#2385 fixed rasdaman packaging for 22.04 osgeolive@… kalxas
Description

Is there a plan to have rasdaman packages for this release?

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.